m3o 1.0.226 copy "m3o: ^1.0.226" to clipboard
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

0
likes
70/ 160
pub points
146
downloads

We analyzed this package 2 days ago, and awarded it 70 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Partially passed check 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.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Failed check 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.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

0 out of 0 API elements (100.0 %) have documentation comments.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 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

Failed check 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.

Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 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

Failed report section
Support up-to-date dependencies
10 / 40trigger folding of the section

Failed check 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.

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

Failed check 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.

Weekly downloads

Display as:
By versions:
0
likes
70
points
146
downloads

Publisher

verified publisherm3o.com

Weekly Downloads

This is the Dart client to access APIs like DB, Functions, App, Events and more on the M3O Platform

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

freezed_annotation, json_annotation

More

Packages that depend on m3o