nyxx_commander 3.0.1
nyxx_commander: ^3.0.1 copied to clipboard
Nyxx Commander Module. Discord library for Dart. Simple, robust framework for creating discord bots for Dart language.
We analyzed this package 2 days ago, and awarded it 125 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: nyxx_commander.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: nyxx_commander, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("3.0.1").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: Apache-2.0.
10/10 points: 20% or more of the public API has dartdoc comments
65 out of 91 API elements (71.4 %) have documentation comments.
Some symbols that are missing documentation: nyxx_commander, nyxx_commander.CommandGroup, nyxx_commander.CommandGroup.afterHandler, nyxx_commander.CommandGroup.aliases, nyxx_commander.CommandGroup.beforeHandler.
10/10 points: Package has an example
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_commander/nyxx_commander.dartthat imports:package:nyxx_commander/src/utils.dartthat imports:package:nyxx_commander/src/command_context.dartthat imports:package:nyxx/nyxx.dartthat imports:package:nyxx/src/plugin/plugins/logging.dartthat imports:package:nyxx/src/nyxx.dartthat imports:package:nyxx/src/utils/builders/presence_builder.dartthat imports:package:nyxx/src/core/user/presence.dartthat imports:package:nyxx/src/utils/permissions.dartthat imports:package:nyxx/src/core/user/member.dartthat imports:package:nyxx/src/internal/cache/cacheable.dartthat imports:package:nyxx/src/core/user/user.dartthat imports:package:nyxx/src/utils/builders/message_builder.dartthat imports:package:nyxx/src/utils/builders/reply_builder.dartthat imports:package:nyxx/src/core/message/message.dartthat imports:package:nyxx/src/core/message/sticker.dartthat imports:package:nyxx/src/utils/builders/sticker_builder.dartthat imports:package:nyxx/src/utils/builders/attachment_builder.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: The type of the right operand ('IUser') isn't a subtype or a supertype of the left operand ('Cacheable
lib/src/command_context.dart:249:85
╷
249 │ Future<ITypingEvent?>(() => client.eventsWs.onTyping.firstWhere((e) => e.user == user && e.channel == channel)).timeout(timeout, onTimeout: () => null);
│ ^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/command_context.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
http |
^0.13.3 |
0.13.6 | 1.6.0 | |
logging |
^1.0.1 |
1.3.0 | 1.3.0 | |
nyxx |
^3.0.0 |
3.4.2 | 6.8.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
meta |
- | 1.18.1 | 1.18.1 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.13.3` on http does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions http to update the constraint.
The constraint `^3.0.0` on nyxx does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions nyxx to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.10, Dart 3.11.1.
Check the analysis log for details.