mburger 2.1.3+1 mburger: ^2.1.3+1 copied to clipboard
MBurger Dart client. You can use this package to interact with the MBurger headless CMS (https://www.mburger.cloud).
We analyzed this package 45 hours ago, and awarded it 150 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: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
333 out of 399 API elements (83.5 %) have documentation comments.
Some symbols that are missing documentation: mb_address_element
, mb_admin
, mb_admin_push_settings
, mb_admin_visibility_settings
, mb_auth
.
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Android
These platforms are not supported:
Package does not support platform `iOS`.
Because:
package:mburger/mburger.dart
that imports:package:mburger/mb_auth/mb_auth.dart
that imports:package:mburger/mb_manager.dart
that imports:package:device_info_plus/device_info_plus.dart
that imports:package:device_info_plus/src/device_info_plus_windows.dart
that imports:package:win32_registry/win32_registry.dart
that declares support for platforms:Windows
.
Package does not support platform `Windows`.
Because:
package:mburger/mburger.dart
that imports:package:mburger/mb_auth/mb_auth.dart
that imports:package:mburger/mb_manager.dart
that imports:package:android_id/android_id.dart
that declares support for platforms:Android
.
Package does not support platform `Linux`.
Because:
package:mburger/mburger.dart
that imports:package:mburger/mb_auth/mb_auth.dart
that imports:package:mburger/mb_manager.dart
that imports:package:device_info_plus/device_info_plus.dart
that imports:package:device_info_plus/src/device_info_plus_windows.dart
that imports:package:win32_registry/win32_registry.dart
that declares support for platforms:Windows
.
Package does not support platform `macOS`.
Because:
package:mburger/mburger.dart
that imports:package:mburger/mb_auth/mb_auth.dart
that imports:package:mburger/mb_manager.dart
that imports:package:device_info_plus/device_info_plus.dart
that imports:package:device_info_plus/src/device_info_plus_windows.dart
that imports:package:win32_registry/win32_registry.dart
that declares support for platforms:Windows
.
Package does not support platform `Web`.
Because:
package:mburger/mburger.dart
that imports:package:mburger/mb_auth/mb_auth.dart
that imports:package:mburger/mb_manager.dart
that imports:package:android_id/android_id.dart
that declares support for platforms:Android
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:mburger/mburger.dart
that imports:package:mburger/mb_auth/mb_auth.dart
that imports:package:mburger/mb_manager.dart
that imports:package:device_info_plus/device_info_plus.dart
that imports:package:device_info_plus/src/device_info_plus_windows.dart
that imports:package:win32_registry/win32_registry.dart
that declares support for platforms:Windows
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:mburger/mburger.dart
that imports:package:mburger/mb_auth/mb_auth.dart
that imports:package:mburger/mb_manager.dart
that imports:package:device_info_plus/device_info_plus.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
/tmp/pana_VYSCME/lib/mb_auth/mb_user/mb_user.dart doesn't match the Dart formatter.
To format your files run: dart format .
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
android_id |
^0.4.0 |
0.4.0 | 0.4.0 |
collection |
^1.18.0 |
1.18.0 | 1.19.1 |
device_info_plus |
^11.1.0 |
11.1.1 | 11.1.1 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_secure_storage |
^9.2.2 |
9.2.2 | 9.2.2 |
http |
^1.2.2 |
1.2.2 | 1.2.2 |
http_parser |
^4.0.2 |
4.0.2 | 4.1.1 |
intl |
^0.19.0 |
0.19.0 | 0.20.0 |
mime |
^2.0.0 |
2.0.0 | 2.0.0 |
shared_preferences |
^2.3.2 |
2.3.3 | 2.3.3 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.19.0` on intl does not support the stable version `0.20.0`, that was published 6 days ago.
When intl is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions intl
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.22.15
, Flutter 3.24.5
, Dart 3.5.4
.
Check the analysis log for details.