common_utils2 2.0.7
common_utils2: ^2.0.7 copied to clipboard
A comprehensive Flutter utilities package with 24+ utilities for rapid app development. Includes banking, currency conversion, networking, and more.
We analyzed this package 2 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 ("2.0.7").
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
1371 out of 2090 API elements (65.6 %) have documentation comments.
Some symbols that are missing documentation: common_utils2, common_utils2.AccountResolutionResult.AccountResolutionResult.new, common_utils2.AccountResolutionResult.accountName, common_utils2.AccountResolutionResult.accountNumber, common_utils2.AccountResolutionResult.bankId.
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
Found 38 issues. Showing the first 2:
ERROR: The type 'ConnectivityResult' isn't exhaustively matched by the switch cases since it doesn't match the pattern 'ConnectivityResult.satellite'.
lib/src/services/network_connectivity.dart:257:5
╷
257 │ switch (result) {
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/services/network_connectivity.dart
WARNING: The value of the field '_fetchInProgress' isn't used.
lib/src/utils/currency_utils.dart:571:27
╷
571 │ static Completer<void>? _fetchInProgress;
│ ^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/utils/currency_utils.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
bloc |
^9.2.0 |
9.2.0 | 9.2.0 | |
cached_network_image |
^3.4.1 |
3.4.1 | 3.4.1 | |
chewie |
^1.13.0 |
1.13.0 | 1.13.0 | |
connectivity_plus |
^7.0.0 |
7.1.0 | 7.1.0 | |
crypto |
^3.0.3 |
3.0.7 | 3.0.7 | |
device_info_plus |
^12.3.0 |
12.4.0 | 12.4.0 | |
dio |
^5.9.1 |
5.9.2 | 5.9.2 | |
encrypt |
^5.0.3 |
5.0.3 | 5.0.3 | |
equatable |
^2.0.8 |
2.0.8 | 2.0.8 | |
file_picker |
^10.3.10 |
10.3.10 | 10.3.10 | |
firebase_messaging |
^16.1.1 |
16.1.3 | 16.1.3 | |
flutter_bloc |
^9.1.1 |
9.1.1 | 9.1.1 | |
flutter_cache_manager |
^3.4.1 |
3.4.1 | 3.4.1 | |
flutter_image_compress |
^2.1.0 |
2.4.0 | 2.4.0 | |
flutter_local_notifications |
^21.0.0 |
21.0.0 | 21.0.0 | |
flutter_secure_storage |
^10.0.0 |
10.0.0 | 10.0.0 | |
freezed_annotation |
^3.1.0 |
3.1.0 | 3.1.0 | |
geocoding |
^4.0.0 |
4.0.0 | 4.0.0 | |
geolocator |
^14.0.2 |
14.0.2 | 14.0.2 | |
hive_flutter |
^1.1.0 |
1.1.0 | 1.1.0 | |
image_picker |
^1.0.7 |
1.2.1 | 1.2.1 | |
injectable |
^2.7.1+4 |
2.7.1+4 | 2.7.1+4 | |
intl |
^0.20.2 |
0.20.2 | 0.20.2 | |
json_annotation |
^4.11.0 |
4.11.0 | 4.11.0 | |
package_info_plus |
^9.0.0 |
9.0.1 | 9.0.1 | |
path |
^1.8.3 |
1.9.1 | 1.9.1 | |
path_provider |
^2.1.2 |
2.1.5 | 2.1.5 | |
pdfx |
^2.9.2 |
2.9.2 | 2.9.2 | |
permission_handler |
^12.0.1 |
12.0.1 | 12.0.1 | |
shared_preferences |
^2.2.2 |
2.5.5 | 2.5.5 | |
talker |
^5.1.13 |
5.1.16 | 5.1.16 | |
talker_bloc_logger |
^5.1.13 |
5.1.16 | 5.1.16 | |
talker_dio_logger |
^5.1.13 |
5.1.16 | 5.1.16 | |
talker_flutter |
^5.1.13 |
5.1.16 | 5.1.16 | |
video_player |
^2.11.0 |
2.11.1 | 2.11.1 | |
video_thumbnail |
^0.5.6 |
0.5.6 | 0.5.6 | |
visibility_detector |
^0.4.0+2 |
0.4.0+2 | 0.4.0+2 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 2 errors:
UNDEFINED_NAMED_PARAMETER-lib/src/utils/image_utils.dart:150:9- The named parameter 'limit' isn't defined.UNDEFINED_NAMED_PARAMETER-lib/src/utils/image_utils.dart:249:9- The named parameter 'limit' isn't defined.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.12, Flutter 3.41.4, Dart 3.11.1.
Check the analysis log for details.