y_infra 0.0.6
y_infra: ^0.0.6 copied to clipboard
A reusable Flutter infrastructure package — cache, storage, auth, network, database, permissions, formatters, and more.
We analyzed this package 2 days ago, and awarded it 135 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.0.6").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
341 out of 1197 API elements (28.5 %) have documentation comments.
Some symbols that are missing documentation: analytics_data, analytics_data.AnalyticsData.AnalyticsData.new, analytics_data.AnalyticsData.params, analytics_event, analytics_event.FirebaseAnalyticsEvent.FirebaseAnalyticsEvent.new.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:y_infra/y_infra.dartthat imports:package:y_infra/push/objects/i_custom_remote_notification.dartthat imports:package:firebase_messaging/firebase_messaging.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package does not support platform `Linux`.
Because:
package:y_infra/y_infra.dartthat imports:package:y_infra/push/objects/i_custom_remote_notification.dartthat imports:package:firebase_messaging/firebase_messaging.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package does not support platform `macOS`.
Because:
package:y_infra/y_infra.dartthat imports:package:y_infra/platform/location/implementations/location_service.dartthat imports:package:y_infra/platform/location/i_location_service.dartthat imports:package:geolocator/geolocator.dartthat imports:package:geolocator_web/web_settings.dartthat declares support for platforms:Web.
Package does not support platform `Web`.
Because:
package:y_infra/y_infra.dartthat imports:package:y_infra/data/database/implementations/db_manager.dartthat imports:package:y_infra/data/database/i_db_manager.dartthat imports:package:sqflite/sqflite.dartthat declares support for platforms:Android,iOS,macOS.
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:y_infra/y_infra.dartthat imports:package:y_infra/platform/location/implementations/location_service.dartthat imports:package:y_infra/platform/location/i_location_service.dartthat imports:package:geolocator/geolocator.dartthat imports:package:geolocator_web/web_settings.dartthat declares support for platforms:Web.
Package does not support platform `iOS`.
Because:
package:y_infra/y_infra.dartthat imports:package:y_infra/platform/location/implementations/location_service.dartthat imports:package:y_infra/platform/location/i_location_service.dartthat imports:package:geolocator/geolocator.dartthat imports:package:geolocator_web/web_settings.dartthat declares support for platforms:Web.
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
awesome_notifications |
^0.11.0 |
0.11.0 | 0.12.0 | |
bloc |
^9.2.0 |
9.2.1 | 9.2.1 | |
connectivity_plus |
^6.1.0 |
6.1.5 | 7.2.0 | |
csv |
^6.0.0 |
6.0.0 | 8.0.0 | |
dio |
^5.4.0 |
5.9.2 | 5.9.2 | |
easy_localization |
^3.0.0 |
3.0.8 | 3.0.8 | |
equatable |
^2.0.0 |
2.0.8 | 2.0.8 | |
firebase_analytics |
^12.2.0 |
12.4.3 | 12.4.3 | |
firebase_core |
^4.6.0 |
4.11.0 | 4.11.0 | |
firebase_database |
^12.2.0 |
12.4.4 | 12.4.4 | |
firebase_messaging |
^16.1.0 |
16.4.1 | 16.4.1 | |
flutter_bloc |
^9.1.0 |
9.1.1 | 9.1.1 | |
flutter_dotenv |
^6.0.0 |
6.0.1 | 6.0.1 | |
flutter_secure_storage |
^10.0.0 |
10.3.1 | 10.3.1 | |
geolocator |
^14.0.0 |
14.0.3 | 14.0.3 | |
intl |
^0.20.0 |
0.20.2 | 0.20.3 | |
path_provider |
^2.1.0 |
2.1.6 | 2.1.6 | |
permission_handler |
^12.0.0 |
12.0.3 | 12.0.3 | |
shared_preferences |
^2.2.0 |
2.5.5 | 2.5.5 | |
sqflite |
^2.4.0 |
2.4.3 | 2.4.3 | |
string_validator |
^1.1.0 |
1.2.0 | 1.2.0 | |
url_launcher |
^6.2.0 |
6.3.2 | 6.3.2 | |
uuid |
^4.4.0 |
4.5.3 | 4.5.3 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 3 issues. Showing the first 2:
The constraint `^0.11.0` on awesome_notifications does not support the stable version `0.12.0`, that was published 8 days ago.
When awesome_notifications is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions awesome_notifications to update the constraint.
The constraint `^6.1.0` on connectivity_plus does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions connectivity_plus 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.13, Flutter 3.44.3, Dart 3.12.2.
Check the analysis log for details.