m3o 1.0.226
m3o: ^1.0.226 copied to clipboard
This is the Dart client to access APIs like DB, Functions, App, Events and more on the M3O Platform
We analyzed this package 2 days ago, and awarded it 70 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/m3o/m3o-dart
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
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE
file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
0 out of 0 API elements (100.0 %) have documentation comments.
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:m3o/src/address/address.dart
that imports:package:m3o/src/client/client.dart
that imports:dart:io
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 2400 issues. Showing the first 2:
ERROR: The type 'List' is declared with 0 type parameters, but 1 type arguments were given.
lib/src/lists/lists.dart:145:5
╷
145 │ List<String>? items,
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/lists/lists.dart
ERROR: The type 'List' is declared with 0 type parameters, but 1 type arguments were given.
lib/src/lists/lists.dart:225:5
╷
225 │ List<String>? items,
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/lists/lists.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
freezed_annotation |
^2.1.0 |
2.4.4 | 3.1.0 | |
json_annotation |
^4.4.0 |
4.9.0 | 4.9.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 | |
meta |
- | 1.17.0 | 1.17.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^2.1.0` on freezed_annotation does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions freezed_annotation
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 3 errors:
WRONG_NUMBER_OF_TYPE_ARGUMENTS
-lib/src/lists/lists.dart:145:5
- The type 'List' is declared with 0 type parameters, but 1 type arguments were given.WRONG_NUMBER_OF_TYPE_ARGUMENTS
-lib/src/lists/lists.dart:225:5
- The type 'List' is declared with 0 type parameters, but 1 type arguments were given.WRONG_NUMBER_OF_TYPE_ARGUMENTS
-lib/src/lists/lists.dart:244:5
- The type 'List' is declared with 0 type parameters, but 1 type arguments were given.
Run dart pub downgrade
and then dart analyze
to reproduce the above problem.
You may run dart pub upgrade --tighten
to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.22.21
, Dart 3.8.1
.
Check the analysis log for details.