y_infra 0.0.3
y_infra: ^0.0.3 copied to clipboard
A reusable Flutter infrastructure package — cache, storage, auth, network, database, permissions, formatters, and more.
We analyzed this package 5 days ago, and awarded it 120 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
10/10 points: Use an OSI-approved license
Detected license: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
181 out of 1147 API elements (15.8 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: analytics_data, analytics_data.AnalyticsData, analytics_data.AnalyticsData.AnalyticsData.new, analytics_data.AnalyticsData.params, analytics_event.
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.11.0 | |
bloc |
^9.2.0 |
9.2.0 | 9.2.0 | |
connectivity_plus |
^6.1.0 |
6.1.5 | 7.1.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.2.0 | 12.2.0 | |
firebase_core |
^4.6.0 |
4.6.0 | 4.6.0 | |
firebase_database |
^12.2.0 |
12.2.0 | 12.2.0 | |
firebase_messaging |
^16.1.0 |
16.1.3 | 16.1.3 | |
flutter_bloc |
^9.1.0 |
9.1.1 | 9.1.1 | |
flutter_dotenv |
^6.0.0 |
6.0.0 | 6.0.0 | |
flutter_secure_storage |
^10.0.0 |
10.0.0 | 10.0.0 | |
geolocator |
^14.0.0 |
14.0.2 | 14.0.2 | |
http |
^1.6.0 |
1.6.0 | 1.6.0 | |
intl |
^0.20.0 |
0.20.2 | 0.20.2 | |
path_provider |
^2.1.0 |
2.1.5 | 2.1.5 | |
permission_handler |
^12.0.0 |
12.0.1 | 12.0.1 | |
shared_preferences |
^2.2.0 |
2.5.5 | 2.5.5 | |
sqflite |
^2.4.0 |
2.4.2 | 2.4.2 | |
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.
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.
The constraint `^6.0.0` on csv does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions csv 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.12, Flutter 3.41.4, Dart 3.11.1.
Check the analysis log for details.