ig_flutter_commons 1.0.2+2 ig_flutter_commons: ^1.0.2+2 copied to clipboard
A package that contains common functionalities for the IG Solutions Flutter applications.
We analyzed this package 4 hours ago, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Repository URL doesn't exist.
At the time of the analysis https://bitbucket.org/igsolutions/ig-flutter-commons
was unreachable. Make sure that the website is reachable via HEAD
requests.
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: BSD-3-Clause
.
10/10 points: 20% or more of the public API has dartdoc comments
2185 out of 2856 API elements (76.5 %) have documentation comments.
Some symbols that are missing documentation: api_service
, api_service.ApiService.delete
, api_service.ApiService.isJSON
, api_service_response
, api_service_response.ApiServiceResponse.isRedirect
.
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:ig_flutter_commons/ig_flutter_commons.dart
that imports:package:cached_network_image/cached_network_image.dart
that imports:package:cached_network_image/src/image_provider/cached_network_image_provider.dart
that imports:package:flutter_cache_manager/flutter_cache_manager.dart
that imports:package:flutter_cache_manager/src/storage/cache_info_repositories/cache_info_repositories.dart
that imports:package:flutter_cache_manager/src/storage/cache_info_repositories/cache_object_provider.dart
that imports:package:sqflite/sqflite.dart
that declares support for platforms:Android
,iOS
,macOS
.
Package does not support platform `Linux`.
Because:
package:ig_flutter_commons/ig_flutter_commons.dart
that imports:package:file_picker/file_picker.dart
that imports:package:file_picker/src/windows/file_picker_windows.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `macOS`.
Because:
package:ig_flutter_commons/ig_flutter_commons.dart
that imports:package:file_picker/file_picker.dart
that imports:package:file_picker/src/windows/file_picker_windows.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `Web`.
Because:
package:ig_flutter_commons/ig_flutter_commons.dart
that imports:package:cached_network_image/cached_network_image.dart
that imports:package:cached_network_image/src/image_provider/cached_network_image_provider.dart
that imports:package:flutter_cache_manager/flutter_cache_manager.dart
that imports:package:flutter_cache_manager/src/storage/file_system/file_system.dart
that imports:package:flutter_cache_manager/src/storage/file_system/file_system_io.dart
that imports:package:path_provider/path_provider.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,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:ig_flutter_commons/ig_flutter_commons.dart
that imports:package:file_picker/file_picker.dart
that imports:package:file_picker/src/windows/file_picker_windows.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:ig_flutter_commons/ig_flutter_commons.dart
that imports:package:file_picker/file_picker.dart
that imports:package:file_picker/src/windows/file_picker_windows.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:ig_flutter_commons/ig_flutter_commons.dart
that imports:package:file_picker/file_picker.dart
that imports:package:file_picker/src/file_picker_io.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 18 issues. Showing the first 2:
INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.
lib/utils/loader/overlay_loader.dart:12:38
╷
12 │ backgroundColor ??= Colors.black.withOpacity(0.5);
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/utils/loader/overlay_loader.dart
INFO: 'onPopInvoked' is deprecated and shouldn't be used. Use onPopInvokedWithResult instead. This feature was deprecated after v3.22.0-12.0.pre.
lib/utils/loader/overlay_loader.dart:76:7
╷
76 │ onPopInvoked: (didPop) => _closeLoader(didPop: didPop),
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/utils/loader/overlay_loader.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
cached_network_image |
^3.3.0 |
3.4.1 | 3.4.1 |
collection |
^1.18.0 |
1.19.0 | 1.19.1 |
cupertino_icons |
^1.0.8 |
1.0.8 | 1.0.8 |
device_info_plus |
^10.1.0 |
10.1.2 | 11.2.0 |
dio |
^5.3.4 |
5.7.0 | 5.7.0 |
equatable |
^2.0.5 |
2.0.7 | 2.0.7 |
file_picker |
^8.0.7 |
8.1.7 | 8.1.7 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_bloc |
^8.1.6 |
8.1.6 | 8.1.6 |
flutter_downloader |
^1.11.8 |
1.11.8 | 1.11.8 |
flutter_secure_storage |
^9.2.1 |
9.2.2 | 9.2.2 |
flutter_svg |
^2.0.10+1 |
2.0.16 | 2.0.16 |
fluttertoast |
^8.2.5 |
8.2.10 | 8.2.10 |
get_it |
^7.6.4 |
7.7.0 | 8.0.3 |
image_picker |
^1.1.2 |
1.1.2 | 1.1.2 |
internet_connection_checker |
^1.0.0+1 |
1.0.0+1 | 3.0.1 |
intl |
^0.19.0 |
0.19.0 | 0.20.1 |
jwt_decode |
^0.3.1 |
0.3.1 | 0.3.1 |
loader_overlay |
^4.0.0 |
4.0.4+1 | 5.0.0 |
logger |
^2.4.0 |
2.5.0 | 2.5.0 |
map_launcher |
^2.5.0+1 |
2.5.0+1 | 3.5.0 |
package_info_plus |
^8.0.0 |
8.1.2 | 8.1.2 |
path_provider |
^2.1.1 |
2.1.5 | 2.1.5 |
permission_handler |
^11.3.0 |
11.3.1 | 11.3.1 |
printing |
^5.12.0 |
5.13.4 | 5.13.4 |
qr_flutter |
^4.1.0 |
4.1.0 | 4.1.0 |
screenshot |
^3.0.0 |
3.0.0 | 3.0.0 |
share_plus |
^7.2.1 |
7.2.2 | 10.1.3 |
shared_preferences |
^2.2.3 |
2.3.4 | 2.3.4 |
universal_html |
^2.2.4 |
2.2.4 | 2.2.4 |
url_launcher |
^6.2.1 |
6.3.1 | 6.3.1 |
uuid |
^4.2.1 |
4.5.1 | 4.5.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 7 issues. Showing the first 2:
The constraint `^10.1.0` on device_info_plus does not support the stable version `11.0.0`.
Try running dart pub upgrade --major-versions device_info_plus
to update the constraint.
The constraint `^7.6.4` on get_it does not support the stable version `8.0.0`.
Try running dart pub upgrade --major-versions get_it
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.22.17
, Flutter 3.27.0
, Dart 3.6.0
.
Check the analysis log for details.