dumble 0.8.9
dumble: ^0.8.9 copied to clipboard
A Mumble transport client framework supporting multiple Mumble features such as fully encrypted udp transport or user management
We analyzed this package 19 days ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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: BSD-2-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
88 out of 362 API elements (24.3 %) have documentation comments.
Some symbols that are missing documentation: dumble.AudioClient.AudioClient.new, dumble.AudioClient.close, dumble.AudioClient.resetSequenceNumber, dumble.AudioClient.sequenceNumber, dumble.AudioCodec.
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:dumble/dumble.dartthat imports:package:dumble/src/listeners.dartthat imports:package:dumble/src/model/user_stats.dartthat imports:package:dumble/src/model/stats.dartthat imports:package:dumble/src/utils/utils.dartthat imports:dart:io
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 66 issues. Showing the first 2:
WARNING: The parameter type of '==' operators should be non-nullable.
lib/src/model/permission.dart:123:17
╷
123 │ bool operator ==(dynamic other) {
│ ^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/model/permission.dart
WARNING: The parameter type of '==' operators should be non-nullable.
lib/src/utils/var_int.dart:112:17
╷
112 │ bool operator ==(dynamic other) =>
│ ^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/utils/var_int.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
convert |
^3.0.0 |
3.1.2 | 3.1.2 | |
fixnum |
^1.0.0 |
1.1.1 | 1.1.1 | |
meta |
^1.3.0 |
1.17.0 | 1.17.0 | |
pointycastle |
^3.1.2 |
3.9.1 | 4.0.0 | |
protobuf |
^2.0.0 |
2.1.0 | 6.0.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
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 `^3.1.2` on pointycastle does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions pointycastle to update the constraint.
The constraint `^2.0.0` on protobuf does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions protobuf 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.3, Dart 3.10.4.
Check the analysis log for details.