close_range_util 0.2.0
close_range_util: ^0.2.0 copied to clipboard
Generic utility package for CloseRange projects and apps
We analyzed this package 4 hours ago, and awarded it 120 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/CloseRange/close_range_util 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: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
73 out of 540 API elements (13.5 %) 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: close_range_util, close_range_util.CRAppBar, close_range_util.CRAppBar.CRAppBar.new, close_range_util.CRAppBar.action, close_range_util.CRAppBar.backButton.
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:close_range_util/close_range_util.dartthat imports:package:image_cropper/image_cropper.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Linux`.
Because:
package:close_range_util/close_range_util.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32_registry/win32_registry.dartthat declares support for platforms:Windows.
Package does not support platform `macOS`.
Because:
package:close_range_util/close_range_util.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32_registry/win32_registry.dartthat declares support for platforms:Windows.
Package does not support platform `Web`.
Because:
package:close_range_util/close_range_util.dartthat imports:package:path_provider/path_provider.dartthat 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:close_range_util/close_range_util.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32_registry/win32_registry.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:close_range_util/close_range_util.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32_registry/win32_registry.dartthat declares support for platforms:Windows.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 202 issues. Showing the first 2:
INFO: The part-of directive uses a library name.
lib/app_bar/app_bar.dart:1:1
╷
1 │ part of close_range_util;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/app_bar/app_bar.dart
INFO: Use a 'SizedBox' to add whitespace to a layout.
lib/app_bar/app_bar.dart:98:22
╷
98 │ child: Container(
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/app_bar/app_bar.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
badges |
^3.1.2 |
3.1.2 | 3.1.2 | |
cupertino_icons |
^1.0.8 |
1.0.8 | 1.0.8 | |
device_info_plus |
^9.1.2 |
9.1.2 | 12.3.0 | |
fl_chart |
^0.68.0 |
0.68.0 | 1.1.1 | |
flex_color_scheme |
^7.3.1 |
7.3.1 | 8.4.0 | |
flutter_dotenv |
^5.1.0 |
5.2.1 | 6.0.0 | |
flutter_file_dialog |
^3.0.2 |
3.0.3 | 3.0.3 | |
gal |
^2.3.0 |
2.3.2 | 2.3.2 | |
google_nav_bar |
^5.0.6 |
5.0.7 | 5.0.7 | |
http |
^1.2.0 |
1.6.0 | 1.6.0 | |
image_cropper |
^7.0.1 |
7.1.0 | 11.0.0 | |
image_picker |
^1.0.8 |
1.2.1 | 1.2.1 | |
intl |
^0.19.0 |
0.19.0 | 0.20.2 | |
liquid_pull_to_refresh |
^3.0.1 |
3.0.1 | 3.0.1 | |
path_provider |
^2.1.2 |
2.1.5 | 2.1.5 | |
permission_handler |
^11.3.1 |
11.4.0 | 12.0.1 | |
photo_view |
^0.14.0 |
0.14.0 | 0.15.0 | |
pie_chart |
^5.4.0 |
5.4.0 | 5.4.0 | |
shared_preferences |
^2.2.3 |
2.5.4 | 2.5.4 | |
shimmer |
^3.0.0 |
3.0.0 | 3.0.0 | |
supabase |
^2.2.2 |
2.10.2 | 2.10.2 | |
supabase_flutter |
^2.5.6 |
2.12.0 | 2.12.0 | |
table_calendar |
^3.1.2 |
3.1.3 | 3.2.0 | |
time_planner |
^0.1.2+1 |
0.1.2+1 | 0.1.2+1 | |
url_launcher |
^6.2.5 |
6.3.2 | 6.3.2 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 8 issues. Showing the first 2:
The constraint `^9.1.2` on device_info_plus does not support the stable version `10.0.0`.
Try running dart pub upgrade --major-versions device_info_plus to update the constraint.
The constraint `^0.68.0` on fl_chart does not support the stable version `0.69.0`.
Try running dart pub upgrade --major-versions fl_chart 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.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.