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 6 days ago, and awarded it 65 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.
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
ERROR: The type 'DioExceptionType' isn't exhaustively matched by the switch cases since it doesn't match the pattern 'DioExceptionType.transformTimeout'.
lib/core/errors/error_mapper.dart:32:5
╷
32 │ switch (e.type) {
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/core/errors/error_mapper.dart
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.1 | |
bloc |
^9.2.0 |
9.2.1 | 9.2.1 | |
connectivity_plus |
^6.1.0 |
6.1.5 | 7.3.0 | |
csv |
^6.0.0 |
6.0.0 | 8.0.0 | |
dio |
^5.4.0 |
5.10.0 | 5.10.0 | |
easy_localization |
^3.0.0 |
3.0.8 | 3.0.8 | |
equatable |
^2.0.0 |
2.1.0 | 2.1.0 | |
firebase_analytics |
^12.2.0 |
12.4.5 | 12.4.5 | |
firebase_core |
^4.6.0 |
4.12.1 | 4.12.1 | |
firebase_database |
^12.2.0 |
12.4.6 | 12.4.6 | |
firebase_messaging |
^16.1.0 |
16.4.3 | 16.4.3 | |
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.6.0 | 4.6.0 |
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 27 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.14, Flutter 3.44.5, Dart 3.12.2.
Check the analysis log for details.