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 12 days ago, and awarded it 110 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.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 166 issues. Showing the first 2:
WARNING: Returning a 'Future' without 'await' inside a try block.
lib/utility/database/database.dart:105:7
╷
105 │ return client.from(table).insert(values).select();
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/utility/database/database.dart
WARNING: Returning a 'Future' without 'await' inside a try block.
lib/utility/database/database.dart:122:7
╷
122 │ return client.from(table).update(values);
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/utility/database/database.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.2.0 | 3.2.0 | |
cupertino_icons |
^1.0.8 |
1.0.9 | 1.0.9 | |
device_info_plus |
^9.1.2 |
9.1.2 | 13.2.0 | |
fl_chart |
^0.68.0 |
0.68.0 | 1.2.0 | |
flex_color_scheme |
^7.3.1 |
7.3.1 | 8.4.0 | |
flutter_dotenv |
^5.1.0 |
5.2.1 | 6.0.1 | |
flutter_file_dialog |
^3.0.2 |
3.3.2 | 3.3.2 | |
gal |
^2.3.0 |
2.3.3 | 2.3.3 | |
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 | 12.2.1 | |
image_picker |
^1.0.8 |
1.2.3 | 1.2.3 | |
intl |
^0.19.0 |
0.19.0 | 0.20.3 | |
liquid_pull_to_refresh |
^3.0.1 |
3.0.1 | 3.0.1 | |
path_provider |
^2.1.2 |
2.1.6 | 2.1.6 | |
permission_handler |
^11.3.1 |
11.4.0 | 13.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.5 | 2.5.5 | |
shimmer |
^3.0.0 |
3.0.0 | 4.0.0 | |
supabase |
^2.2.2 |
2.14.0 | 2.16.1 | |
supabase_flutter |
^2.5.6 |
2.16.0 | 2.17.2 | |
table_calendar |
^3.1.2 |
3.1.3 | 3.2.1 | |
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
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
app_links |
- | 7.2.1 | 7.2.1 | |
app_links_linux |
- | 1.0.3 | 1.0.3 | |
app_links_platform_interface |
- | 2.0.4 | 2.0.4 | |
app_links_web |
- | 1.0.4 | 1.0.4 | |
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.1 | 2.13.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.3 | 1.1.3 | |
code_assets |
- | 2.0.0 | 2.0.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
cross_file |
- | 0.3.5+5 | 0.3.5+5 | |
crypto |
- | 3.0.7 | 3.0.7 | |
dart_jsonwebtoken |
- | 3.4.1 | 3.4.1 | |
device_info_plus_platform_interface |
- | 7.0.3 | 8.1.0 | |
equatable |
- | 2.1.0 | 2.1.0 | |
ffi |
- | 2.2.0 | 2.2.0 | |
file |
- | 7.0.1 | 7.0.1 | |
file_selector_linux |
- | 0.9.4+1 | 0.9.4+1 | |
file_selector_macos |
- | 0.9.5+1 | 0.9.5+1 | |
file_selector_platform_interface |
- | 2.7.0 | 2.7.0 | |
file_selector_windows |
- | 0.9.3+6 | 0.9.3+6 | |
flex_seed_scheme |
- | 1.5.0 | 5.0.1 | |
flutter_plugin_android_lifecycle |
- | 2.0.35 | 2.0.35 | |
functions_client |
- | 2.6.4 | 2.7.1 | |
gotrue |
- | 2.26.0 | 2.27.2 | |
gtk |
- | 2.2.0 | 2.2.0 | |
hooks |
- | 2.2.0 | 2.2.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
image_cropper_for_web |
- | 5.1.0 | 7.0.0 | |
image_cropper_platform_interface |
- | 6.1.0 | 8.0.0 | |
image_picker_android |
- | 0.8.13+22 | 0.8.13+22 | |
image_picker_for_web |
- | 3.1.1 | 3.1.1 | |
image_picker_ios |
- | 0.8.13+7 | 0.8.13+7 | |
image_picker_linux |
- | 0.2.2 | 0.2.2 | |
image_picker_macos |
- | 0.2.2+1 | 0.2.2+1 | |
image_picker_platform_interface |
- | 2.11.1 | 2.11.1 | |
image_picker_windows |
- | 0.2.2 | 0.2.2 | |
jni |
- | 1.0.3 | 1.0.3 | |
jni_flutter |
- | 1.0.3 | 1.0.3 | |
jni_util |
- | 1.0.0 | 1.0.0 | |
json_annotation |
- | 4.12.0 | 4.12.0 | |
jwt_decode |
- | 0.3.1 | 0.3.1 | |
logging |
- | 1.3.0 | 1.3.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
mime |
- | 2.1.0 | 2.1.0 | |
objective_c |
- | 9.6.0 | 9.6.0 | |
package_config |
- | 3.0.0 | 3.0.0 | |
passkeys_platform_interface |
- | 2.9.0 | 2.9.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider_android |
- | 2.3.1 | 2.3.1 | |
path_provider_foundation |
- | 2.6.0 | 2.6.0 | |
path_provider_linux |
- | 2.2.2 | 2.2.2 | |
path_provider_platform_interface |
- | 2.1.3 | 2.1.3 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
permission_handler_android |
- | 12.1.0 | 14.0.0 | |
permission_handler_apple |
- | 9.6.1 | 9.6.1 | |
permission_handler_html |
- | 0.1.4+1 | 0.1.4+1 | |
permission_handler_platform_interface |
- | 4.4.0 | 4.4.0 | |
permission_handler_windows |
- | 0.2.2 | 0.2.2 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pointycastle |
- | 4.0.0 | 4.0.0 | |
postgrest |
- | 2.8.0 | 2.9.1 | |
pub_semver |
- | 2.2.1 | 2.2.1 | |
realtime_client |
- | 2.11.0 | 2.13.0 | |
record_use |
- | 1.1.1 | 1.1.1 | |
retry |
- | 3.1.2 | 3.1.2 | |
rxdart |
- | 0.28.0 | 0.28.0 | |
shared_preferences_android |
- | 2.4.28 | 2.4.28 | |
shared_preferences_foundation |
- | 2.5.7 | 2.5.7 | |
shared_preferences_linux |
- | 2.4.1 | 2.4.1 | |
shared_preferences_platform_interface |
- | 2.4.2 | 2.4.2 | |
shared_preferences_web |
- | 2.4.3 | 2.4.3 | |
shared_preferences_windows |
- | 2.4.1 | 2.4.1 | |
simple_gesture_detector |
- | 0.2.1 | 0.2.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
storage_client |
- | 2.6.0 | 2.8.0 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
url_launcher_android |
- | 6.3.33 | 6.3.33 | |
url_launcher_ios |
- | 6.4.2 | 6.4.2 | |
url_launcher_linux |
- | 3.2.3 | 3.2.3 | |
url_launcher_macos |
- | 3.2.6 | 3.2.6 | |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 | |
url_launcher_web |
- | 2.4.3 | 2.4.3 | |
url_launcher_windows |
- | 3.1.6 | 3.1.6 | |
vector_math |
- | 2.4.2 | 2.4.2 | |
web |
- | 0.5.1 | 1.1.1 | |
web_socket |
- | 1.0.1 | 1.0.1 | |
web_socket_channel |
- | 3.0.3 | 3.0.3 | |
win32 |
- | 5.15.0 | 6.4.0 | |
win32_registry |
- | 1.1.5 | 3.0.3 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
yaml |
- | 3.1.4 | 3.1.4 | |
yet_another_json_isolate |
- | 2.1.1 | 2.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 9 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.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.