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 3 hours 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: 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.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
WARNING: This default clause is covered by the previous cases.
lib/mb_manager.dart:76:7
╷
76 │ default:
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/mb_manager.dart
INFO: Angle brackets will be interpreted as HTML.
lib/mb_manager.dart:397:22
╷
397 │ /// - Returns a Map<String, dynamic> object which is the body of the response.
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/mb_manager.dart
0/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.19.0 | 1.19.1 |
device_info_plus |
^11.1.0 |
11.3.0 | 11.3.0 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_secure_storage |
^9.2.2 |
9.2.4 | 9.2.4 |
http |
^1.2.2 |
1.3.0 | 1.3.0 |
http_parser |
^4.0.2 |
4.1.2 | 4.1.2 |
intl |
^0.19.0 |
0.19.0 | 0.20.2 |
mime |
^2.0.0 |
2.0.0 | 2.0.0 |
shared_preferences |
^2.3.2 |
2.5.2 | 2.5.2 |
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`.
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.18
, Flutter 3.27.4
, Dart 3.6.2
.
Check the analysis log for details.