mubicon 0.3.6
mubicon: ^0.3.6 copied to clipboard
Mubicloud API
We analyzed this package 41 hours ago, and awarded it 25 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.
Homepage URL doesn't exist.
At the time of the analysis https://mubicloud.com was unreachable. Make sure that the website is reachable via HEAD requests.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
No `CHANGELOG.md` found.
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
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
709 out of 1751 API elements (40.5 %) have documentation comments.
Some symbols that are missing documentation: openapi.api, openapi.api.ApiClient, openapi.api.ApiClient.ApiClient.new, openapi.api.ApiClient.addDefaultHeader, openapi.api.ApiClient.authentication.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 149 issues. Showing the first 2:
ERROR: The method 'mapValueOfType' isn't defined for the type 'SelectionDuration'.
lib/model/selection_duration.dart:228:16
╷
228 │ ticks: mapValueOfType<int>(json, r'Ticks'),
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/model/selection_duration.dart
ERROR: The method 'mapValueOfType' isn't defined for the type 'SelectionDuration'.
lib/model/selection_duration.dart:229:15
╷
229 │ days: mapValueOfType<int>(json, r'Days'),
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/model/selection_duration.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
http |
>=0.13.0 <0.14.0 |
0.13.6 | 1.6.0 | |
intl |
^0.17.0 |
0.17.0 | 0.20.2 | |
meta |
^1.1.8 |
1.18.1 | 1.18.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
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.0 <0.14.0` 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 `^0.17.0` on intl does not support the stable version `0.18.0`.
Try running dart pub upgrade --major-versions intl 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 22 errors:
UNDEFINED_METHOD-lib/model/selection_duration.dart:228:16- The method 'mapValueOfType' isn't defined for the type 'SelectionDuration'.UNDEFINED_METHOD-lib/model/selection_duration.dart:229:15- The method 'mapValueOfType' isn't defined for the type 'SelectionDuration'.UNDEFINED_METHOD-lib/model/selection_duration.dart:230:16- The method 'mapValueOfType' isn't defined for the type 'SelectionDuration'.
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.23.10, Dart 3.11.0.
Check the analysis log for details.