cramr_ui_lib 4.0.0
cramr_ui_lib: ^4.0.0 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 hours ago, and awarded it 140 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
109 out of 465 API elements (23.4 %) have documentation comments.
Some symbols that are missing documentation: ads_controller
, ads_controller.AdsController
, ads_controller.AdsController.AdsController.new
, 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.cn/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
INFO: Missing type annotation.
lib/model/french_verb.dart:10:7
╷
10 │ infinitive, translation, simplePresentIndicative, simplePastIndicative)
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/model/french_verb.dart
INFO: Missing type annotation.
lib/model/french_verb.dart:10:19
╷
10 │ infinitive, translation, simplePresentIndicative, simplePastIndicative)
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/model/french_verb.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
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.3 |
1.0.4 | 1.0.4 | |
firebase_core |
^2.4.0 |
2.32.0 | 4.1.1 | |
firebase_crashlytics |
^3.0.7 |
3.5.7 | 5.0.2 | |
firebase_messaging |
^14.2.0 |
14.7.10 | 16.0.2 | |
flutter_local_notifications |
^17.1.2 |
17.2.4 | 19.4.2 | |
flutter_timezone |
^3.0.0 |
3.0.1 | 5.0.0 | |
font_awesome_flutter |
^10.1.0 |
10.10.0 | 10.10.0 | |
google_mobile_ads |
^5.1.0 |
5.3.1 | 6.0.0 | |
intl |
^0.19.0 |
0.19.0 | 0.20.2 | |
provider |
^6.0.1 |
6.1.5+1 | 6.1.5+1 | |
shared_preferences |
^2.0.11 |
2.5.3 | 2.5.3 | |
timezone |
^0.9.0 |
0.9.4 | 0.10.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 8 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.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.