cramr_ui_lib 3.1.3 cramr_ui_lib: ^3.1.3 copied to clipboard
UI Library for all cramr derrivatives. This library contains all kinds of screens that will help language learners automate their knowledge.
We analyzed this package 6 days 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: BSD-3-Clause
.
10/10 points: 20% or more of the public API has dartdoc comments
105 out of 417 API elements (25.2 %) have documentation comments.
Some symbols that are missing documentation: ads_controller
, ads_controller.AdsController
, ads_controller.AdsController.AdsController
, ads_controller.AdsController.androidAdRequest
, ads_controller.AdsController.createAdRequest
.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
This package is compatible with runtime wasm
, and will be rewarded additional 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
WARNING: The '!' will have no effect because the receiver can't be null.
lib/routes/conjugation_selection_route.dart:175:25
╷
175 │ for (var key in list!) {
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/routes/conjugation_selection_route.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
advertising_id |
^2.3.0 |
2.7.1 | 2.7.1 |
app_tracking_transparency |
^2.0.2+1 |
2.0.6+1 | 2.0.6+1 |
cramr_widget_lib |
^1.0.4 |
1.0.4 | 1.0.4 |
firebase_core |
^2.4.0 |
2.32.0 | 3.9.0 |
firebase_crashlytics |
^3.0.7 |
3.5.7 | 4.2.0 |
firebase_messaging |
^14.2.0 |
14.7.10 | 15.1.6 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_local_notifications |
^17.1.2 |
17.2.4 | 18.0.1 |
flutter_timezone |
^3.0.0 |
3.0.1 | 4.0.0 |
font_awesome_flutter |
^10.1.0 |
10.8.0 | 10.8.0 |
google_mobile_ads |
^5.1.0 |
5.2.0 | 5.2.0 |
intl |
^0.19.0 |
0.19.0 | 0.20.1 |
provider |
^6.0.1 |
6.1.2 | 6.1.2 |
shared_preferences |
^2.0.11 |
2.3.4 | 2.3.4 |
timezone |
^0.9.0 |
0.9.4 | 0.10.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 7 issues. Showing the first 2:
The constraint `^2.4.0` on firebase_core does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions firebase_core
to update the constraint.
The constraint `^3.0.7` on firebase_crashlytics does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions firebase_crashlytics
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.17
, Flutter 3.27.0
, Dart 3.6.0
.
Check the analysis log for details.