base_core 1.4.4
base_core: ^1.4.4 copied to clipboard
Um package auxiliar para manter as dependências globais de um aplicativo multi-repositório e mono-repositório.
We analyzed this package 39 hours ago, and awarded it 80 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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
2279 out of 3139 API elements (72.6 %) have documentation comments.
Some symbols that are missing documentation: base_core, base_core.AnalyticsCallOptions.AnalyticsCallOptions.new, base_core.AnalyticsEventItem.AnalyticsEventItem.new, base_core.AndroidBitmap.AndroidBitmap.new, base_core.AndroidFlutterLocalNotificationsPlugin.AndroidFlutterLocalNotificationsPlugin.new.
10/10 points: Package has 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 'ConnectivityResult' isn't exhaustively matched by the switch cases since it doesn't match the pattern 'ConnectivityResult.satellite'.
lib/src/data/drivers/connectivity_driver.dart:27:13
╷
27 │ switch (status) {
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/data/drivers/connectivity_driver.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
cloud_firestore |
^6.1.0 |
6.3.0 | 6.3.0 | |
connectivity_plus |
^7.0.0 |
7.1.1 | 7.1.1 | |
dio |
^5.9.0 |
5.9.2 | 5.9.2 | |
equatable |
^2.0.7 |
2.0.8 | 2.0.8 | |
firebase_analytics |
^12.0.4 |
12.3.0 | 12.3.0 | |
firebase_auth |
^6.1.2 |
6.4.0 | 6.4.0 | |
firebase_core |
^4.2.1 |
4.7.0 | 4.7.0 | |
firebase_crashlytics |
^5.0.5 |
5.2.0 | 5.2.0 | |
firebase_database |
^12.1.0 |
12.3.0 | 12.3.0 | |
firebase_in_app_messaging |
^0.9.0+4 |
0.9.2 | 0.9.2 | |
firebase_messaging |
^16.0.4 |
16.2.0 | 16.2.0 | |
firebase_remote_config |
^6.1.2 |
6.4.0 | 6.4.0 | |
firebase_storage |
^13.0.4 |
13.3.0 | 13.3.0 | |
flutter_local_notifications |
^19.4.2 |
19.5.0 | 21.0.0 | |
flutter_secure_storage |
^10.0.0 |
10.0.0 | 10.0.0 | |
geolocator |
^14.0.2 |
14.0.2 | 14.0.2 | |
intl |
^0.20.2 |
0.20.2 | 0.20.2 | |
local_auth |
^3.0.0 |
3.0.1 | 3.0.1 | |
local_auth_android |
^2.0.0 |
2.0.8 | 2.0.8 | |
local_auth_darwin |
^2.0.0 |
2.0.3 | 2.0.3 | |
mask_text_input_formatter |
^2.9.0 |
2.9.0 | 2.9.0 | |
package_info_plus |
^8.3.1 |
8.3.1 | 10.1.0 | |
path_provider |
^2.1.5 |
2.1.5 | 2.1.5 | |
permission_handler |
^12.0.1 |
12.0.1 | 12.0.1 | |
rxdart |
^0.28.0 |
0.28.0 | 0.28.0 | |
share_plus |
^12.0.0 |
12.0.2 | 13.1.0 | |
shared_preferences |
^2.5.3 |
2.5.5 | 2.5.5 |
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 `^19.4.2` on flutter_local_notifications does not support the stable version `20.0.0`.
Try running dart pub upgrade --major-versions flutter_local_notifications to update the constraint.
The constraint `^8.3.1` on package_info_plus does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions package_info_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.12, Flutter 3.41.7, Dart 3.11.5.
Check the analysis log for details.