dreamic 0.12.4
dreamic: ^0.12.4 copied to clipboard
DISCONTINUED — no longer publicly maintained. A general-purpose package for Flutter/Firebase apps.
We analyzed this package in the last hour, and awarded it 60 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
-
pubspec.yamldoesn't have ahomepageentry. -
pubspec.yamldoesn't have arepositoryentry.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
818 out of 1732 API elements (47.2 %) have documentation comments.
Some symbols that are missing documentation: adaptive_icons, adaptive_icons.adaptiveShareIcon, app_check_init, app_check_init.AppCheckConfig.AppCheckConfig.new, app_config_base.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
ERROR: The type 'AuthorizationStatus' isn't exhaustively matched by the switch cases since it doesn't match the pattern 'AuthorizationStatus.deniedPermanently'.
lib/notifications/notification_service.dart:931:7
╷
931 │ switch (settings.authorizationStatus) {
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/notifications/notification_service.dart
ERROR: The type 'AuthorizationStatus' isn't exhaustively matched by the switch cases since it doesn't match the pattern 'AuthorizationStatus.deniedPermanently'.
lib/notifications/notification_service.dart:1888:5
╷
1888 │ switch (status) {
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/notifications/notification_service.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
adaptive_dialog |
^2.8.0 |
2.8.0 | 2.8.0 | |
app_badge_plus |
^1.3.1 |
1.3.4 | 1.3.4 | |
bloc |
^9.2.1 |
9.2.1 | 9.2.1 | |
cloud_firestore |
^6.6.0 |
6.9.0 | 6.9.0 | |
cloud_functions |
^6.3.3 |
6.4.0 | 6.4.0 | |
connectivity_plus |
^7.1.1 |
7.3.1 | 7.3.1 | |
dartz |
^0.10.1 |
0.10.1 | 0.10.1 | |
device_info_plus |
>=11.3.0 <14.0.0 |
13.2.0 | 13.2.0 | |
equatable |
^2.0.8 |
2.1.0 | 2.1.0 | |
exponential_back_off |
^0.1.0+2 |
0.1.0+2 | 0.1.0+2 | |
firebase_app_check |
^0.4.5 |
0.4.7 | 0.4.7 | |
firebase_auth |
^6.5.3 |
6.6.1 | 6.6.1 | |
firebase_core |
^4.11.0 |
4.14.0 | 4.14.0 | |
firebase_messaging |
^16.4.0 |
16.6.0 | 16.6.0 | |
firebase_remote_config |
^6.5.3 |
6.6.0 | 6.6.0 | |
firebase_storage |
^13.4.3 |
13.5.0 | 13.5.0 | |
flutter_bloc |
^9.1.1 |
9.1.1 | 9.1.1 | |
flutter_local_notifications |
^22.0.0 |
22.3.0 | 22.3.0 | |
flutter_native_splash |
^2.4.8 |
2.4.8 | 2.4.8 | |
flutter_timezone |
^5.1.0 |
5.1.0 | 5.1.0 | |
get_it |
^9.2.1 |
9.2.1 | 9.2.1 | |
http |
^1.6.0 |
1.6.0 | 1.6.0 | |
internet_connection_checker_plus |
>=3.1.0 <3.2.0 |
3.1.1 | 3.1.1 | |
json_annotation |
^4.12.0 |
4.12.0 | 4.12.0 | |
open_file |
^4.0.0 |
4.0.0 | 4.0.0 | |
package_info_plus |
>=9.0.0 <11.0.0 |
10.2.1 | 10.2.1 | |
path |
^1.9.1 |
1.9.1 | 1.9.1 | |
path_provider |
^2.1.5 |
2.1.6 | 2.1.6 | |
percent_indicator |
^4.2.5 |
4.2.5 | 4.2.5 | |
permission_handler |
^12.0.3 |
12.0.3 | 13.0.1 | |
shared_preferences |
^2.5.5 |
2.5.5 | 2.5.5 | |
url_launcher |
^6.3.2 |
6.3.2 | 6.3.2 | |
uuid |
^4.5.3 |
4.6.0 | 4.6.0 | |
wakelock_plus |
>=1.5.2 <2.0.0 |
1.7.0 | 1.7.0 | |
web |
^1.1.1 |
1.1.1 | 1.1.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^12.0.3` on permission_handler does not support the stable version `13.0.0`, that was published 26 days ago.
When permission_handler is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions permission_handler 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.23.18, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.