nyxx_commands 5.0.2 copy "nyxx_commands: ^5.0.2" to clipboard
nyxx_commands: ^5.0.2 copied to clipboard

A framework for easily creating slash commands and text commands for Discord using the nyxx library.

8
likes
120/ 140
pub points
78%
popularity

We analyzed this package 28 hours ago, and awarded it 120 pub points (of a possible 140):

partial
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/nyxx-discord/nyxx_commands/issues was unreachable. Make sure that the website is reachable via HEAD requests.

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: Apache-2.0.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

674 out of 681 API elements (99.0 %) have documentation comments.

Some symbols that are missing documentation: nyxx_commands.CommandsPlugin.logger, nyxx_commands.CommandsPlugin.name, nyxx_commands.CommandsPlugin.onBotStart, nyxx_commands.CommandsPlugin.onBotStop, nyxx_commands.CommandsPlugin.onConnectionClose.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:nyxx_commands/nyxx_commands.dart that imports:
  • package:nyxx_commands/src/util/view.dart that imports:
  • package:nyxx_commands/src/errors.dart that imports:
  • package:nyxx_commands/src/util/util.dart that imports:
  • package:nyxx_commands/src/converters/converter.dart that imports:
  • package:nyxx_commands/src/converters/built_in.dart that imports:
  • package:nyxx_commands/src/converters/built_in/user.dart that imports:
  • package:nyxx_commands/src/converters/built_in/snowflake.dart that imports:
  • package:nyxx_commands/src/context/base.dart that imports:
  • package:nyxx_commands/src/context/modal_context.dart that imports:
  • package:nyxx_commands/src/util/mixins.dart that imports:
  • package:nyxx_commands/src/context/component_context.dart that imports:
  • package:nyxx_interactions/nyxx_interactions.dart that imports:
  • package:nyxx_interactions/src/backend/nyxx_backend.dart that imports:
  • package:nyxx_interactions/src/backend/interaction_backend.dart that imports:
  • package:nyxx/nyxx.dart that imports:
  • package:nyxx/src/plugin/plugins/logging.dart that imports:
  • package:nyxx/src/nyxx.dart that imports:
  • package:nyxx/src/utils/builders/presence_builder.dart that imports:
  • package:nyxx/src/core/user/presence.dart that imports:
  • package:nyxx/src/core/user/user.dart that imports:
  • package:nyxx/src/utils/builders/message_builder.dart that imports:
  • package:nyxx/src/utils/builders/reply_builder.dart that imports:
  • package:nyxx/src/internal/cache/cacheable.dart that imports:
  • package:nyxx/src/core/user/member.dart that imports:
  • package:nyxx/src/core/user/member_flags.dart that imports:
  • package:nyxx/src/utils/permissions.dart that imports:
  • package:nyxx/src/core/guild/role.dart that imports:
  • package:nyxx/src/utils/builders/guild_builder.dart that imports:
  • package:nyxx/src/utils/builders/channel_builder.dart that imports:
  • package:nyxx/src/utils/builders/forum_thread_builder.dart that imports:
  • package:nyxx/src/core/message/guild_emoji.dart that imports:
  • package:nyxx/src/core/guild/guild.dart that imports:
  • package:nyxx/src/utils/builders/sticker_builder.dart that imports:
  • package:nyxx/src/utils/builders/attachment_builder.dart that imports:
  • dart:io
partial
Pass static analysis
40 / 50trigger folding of the section

40/50 points: code has no errors, warnings, lints, or formatting issues

Found 44 issues. Showing the first 2:

INFO: 'condition' is deprecated and shouldn't be used. Use expression instead.

bin/compile/to_source.dart:509:61

    ╷
509 │     List<String>? conditionSource = toExpressionSource(item.condition);
    │                                                             ^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze bin/compile/to_source.dart

bin/compile.dart doesn't match the Dart formatter.

To format your files run: dart format .

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
analyzer ^5.7.1 5.13.0 6.5.2
args ^2.4.0 2.5.0 2.5.0
dart_style ^2.2.5 2.3.2 2.3.6
fuzzywuzzy ^0.2.0 0.2.0 1.1.6
logging ^1.1.1 1.2.0 1.2.0
meta ^1.9.0 1.15.0 1.15.0
nyxx ^5.0.0 5.1.1 6.2.1
nyxx_interactions ^4.6.0 4.6.0 4.6.0
path ^1.8.3 1.9.0 1.9.0
random_string ^2.3.1 2.3.1 2.3.1
runtime_type ^1.0.1 1.1.0 1.1.0
Transitive dependencies
Package Constraint Compatible Latest
_fe_analyzer_shared - 61.0.0 70.0.0
async - 2.11.0 2.11.0
collection - 1.18.0 1.18.0
convert - 3.1.1 3.1.1
crypto - 3.0.3 3.0.3
eterl - 1.1.0 1.1.0
file - 7.0.0 7.0.0
glob - 2.1.2 2.1.2
http - 0.13.6 1.2.1
http_parser - 4.0.2 4.0.2
package_config - 2.1.0 2.1.0
pub_semver - 2.1.4 2.1.4
retry - 3.1.2 3.1.2
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
watcher - 1.1.0 1.1.0
yaml - 3.1.2 3.1.2

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 3 issues. Showing the first 2:

The constraint `^5.7.1` on analyzer does not support the stable version `6.0.0`.

Try running dart pub upgrade --major-versions analyzer to update the constraint.

The constraint `^0.2.0` on fuzzywuzzy does not support the stable version `1.1.2`.

Try running dart pub upgrade --major-versions fuzzywuzzy to update the constraint.

10/10 points: Package supports latest stable Dart and Flutter SDKs

Analyzed with Pana 0.22.3, Dart 3.4.1.

Check the analysis log for details.

8
likes
120
pub points
78%
popularity

Publisher

verified publisherl7ssha.xyz

A framework for easily creating slash commands and text commands for Discord using the nyxx library.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

analyzer, args, dart_style, fuzzywuzzy, logging, meta, nyxx, nyxx_interactions, path, random_string, runtime_type

More

Packages that depend on nyxx_commands