mburger 2.1.4
mburger: ^2.1.4 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 410 API elements (81.2 %) 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
INFO: Angle brackets will be interpreted as HTML.
lib/mb_manager.dart:398:22
╷
398 │ /// - 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
/tmp/pana_AZMIBK/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 | Notes |
---|---|---|---|---|
android_id |
^0.4.0 |
0.4.0 | 0.4.0 | |
collection |
^1.19.1 |
1.19.1 | 1.19.1 | |
device_info_plus |
^11.4.0 |
11.5.0 | 11.5.0 | |
flutter_secure_storage |
^9.2.4 |
9.2.4 | 9.2.4 | |
http |
^1.4.0 |
1.4.0 | 1.4.0 | |
http_parser |
^4.1.2 |
4.1.2 | 4.1.2 | |
intl |
^0.20.2 |
0.20.2 | 0.20.2 | |
mime |
^2.0.0 |
2.0.0 | 2.0.0 | |
shared_preferences |
^2.5.3 |
2.5.3 | 2.5.3 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
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.21
, Flutter 3.32.4
, Dart 3.8.1
.
Check the analysis log for details.