core_custom_tools 0.1.7
core_custom_tools: ^0.1.7 copied to clipboard
Core Custom Tools is a library that contains a range of tools for various stages of a Flutter system.
We analyzed this package 4 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.
0/10 points: 20% or more of the public API has dartdoc comments
104 out of 1028 API elements (10.1 %) 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: _alert_base, _alert_base.AlertBase, _alert_base.AlertBase.AlertBase.new, _alert_base.AlertBase.create, _alert_base.AlertType.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:core_custom_tools/database/connection/drivers/sqlite/floor/converters/date_time.converter.dartthat imports:package:floor/floor.dartthat imports:package:floor/src/sqflite_database_factory.dartthat imports:package:sqflite_common_ffi_web/sqflite_ffi_web.dartthat declares support for platforms:Web.
Package does not support platform `iOS`.
Because:
package:core_custom_tools/core_package.dartthat imports:package:core_custom_tools/ui/widgets/map/map.widget.dartthat imports:package:core_custom_tools/ui/widgets/map/google/google-map.widget.dartthat imports:package:google_maps_flutter/google_maps_flutter.dartthat imports:package:google_maps_flutter_android/google_maps_flutter_android.dartthat declares support for platforms:Android.
Package does not support platform `Windows`.
Because:
package:core_custom_tools/core_package.dartthat imports:package:core_custom_tools/util/coordinates/address_from_coordinate.dartthat imports:package:core_custom_tools/util/coordinates/convert_placemark_to_endereco.dartthat imports:package:geocoding/geocoding.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:core_custom_tools/core_package.dartthat imports:package:core_custom_tools/util/coordinates/address_from_coordinate.dartthat imports:package:core_custom_tools/util/coordinates/convert_placemark_to_endereco.dartthat imports:package:geocoding/geocoding.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:core_custom_tools/core_package.dartthat imports:package:core_custom_tools/util/coordinates/address_from_coordinate.dartthat imports:package:core_custom_tools/util/coordinates/convert_placemark_to_endereco.dartthat imports:package:geocoding/geocoding.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:core_custom_tools/core_package.dartthat imports:package:core_custom_tools/util/coordinates/address_from_coordinate.dartthat imports:package:core_custom_tools/util/coordinates/convert_placemark_to_endereco.dartthat imports:package:geocoding/geocoding.dartthat declares support for platforms:Android,iOS.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 94 issues. Showing the first 2:
INFO: Missing type annotation.
lib/auth/jwt/jwt.dart:18:10
╷
18 │ static from(String token, { bool force = false }) {
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/auth/jwt/jwt.dart
INFO: Angle brackets will be interpreted as HTML.
lib/auth/session/session.dart:54:22
╷
54 │ /// @returns Future<bool> false if that key wasn't found or true if it was
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/auth/session/session.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.17.0 |
1.19.1 | 1.19.1 | |
crypto |
^3.0.2 |
3.0.7 | 3.0.7 | |
diacritic |
^0.1.5 |
0.1.6 | 0.1.6 | |
dio |
^5.1.0 |
5.9.0 | 5.9.0 | |
floor |
^1.3.0 |
1.5.0 | 1.5.0 | |
flutter_dotenv |
^5.0.2 |
5.2.1 | 6.0.0 | |
flutter_modular |
^5.0.3 |
5.0.3 | 6.4.1 | |
flutter_svg |
^2.0.4 |
2.0.9 | 2.2.3 | |
geocoding |
^2.0.5 |
2.2.2 | 4.0.0 | |
google_maps_flutter |
^2.2.5 |
2.14.0 | 2.14.0 | |
intl |
^0.18.0 |
0.18.1 | 0.20.2 | |
json_annotation |
^4.7.0 |
4.9.0 | 4.9.0 | |
json_serializable |
^6.5.4 |
6.9.5 | 6.11.3 | |
location |
^5.0.3 |
5.0.3 | 8.0.1 | |
logger |
^1.2.2 |
1.4.0 | 2.6.2 | |
mask_text_input_formatter |
^2.3.0 |
2.9.0 | 2.9.0 | |
open_street_map_search_and_pick |
^0.1.0 |
0.1.0 | 0.1.1 | |
package_info_plus |
^4.0.0 |
4.2.0 | 9.0.0 | |
path_provider |
^2.0.12 |
2.1.5 | 2.1.5 | |
reactive_dropdown_search |
^1.0.1 |
1.0.1 | 5.0.6 | |
reactive_forms |
^14.1.0 |
14.3.0 | 18.2.2 | |
reflectable |
^4.0.5 |
4.0.15 | 5.1.0 | |
rxdart |
^0.27.7 |
0.27.7 | 0.28.0 | |
shared_preferences |
^2.0.15 |
2.5.4 | 2.5.4 | |
web_socket_channel |
^2.1.0 |
2.4.5 | 3.0.3 | |
xml |
^6.2.2 |
6.6.1 | 6.6.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
_fe_analyzer_shared |
- | 85.0.0 | 92.0.0 | |
analyzer |
- | 7.7.1 | 9.0.0 | |
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
build |
- | 2.4.2 | 4.0.3 | |
build_config |
- | 1.1.2 | 1.2.0 | |
build_daemon |
- | 4.1.1 | 4.1.1 | |
build_resolvers |
- | 2.4.4 | 3.0.4 | Discontinued |
build_runner |
- | 2.4.14 | 2.10.4 | |
build_runner_core |
- | 8.0.0 | 9.3.2 | Discontinued |
built_collection |
- | 5.1.1 | 5.1.1 | |
built_value |
- | 8.12.1 | 8.12.1 | |
characters |
- | 1.4.0 | 1.4.1 | |
charcode |
- | 1.4.0 | 1.4.0 | |
checked_yaml |
- | 2.0.4 | 2.0.4 | |
clock |
- | 1.1.2 | 1.1.2 | |
code_builder |
- | 4.11.1 | 4.11.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
csslib |
- | 1.0.2 | 1.0.2 | |
cupertino_icons |
- | 1.0.8 | 1.0.8 | |
dart_style |
- | 3.1.1 | 3.1.3 | |
dev_build |
- | 1.1.3+1 | 1.1.3+1 | |
dio_web_adapter |
- | 2.1.1 | 2.1.1 | |
dropdown_search |
- | 5.0.6 | 6.0.2 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file |
- | 7.0.1 | 7.0.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
floor_annotation |
- | 1.5.0 | 1.5.0 | |
floor_common |
- | 1.5.0 | 1.5.0 | |
flutter_map |
- | 3.1.0 | 8.2.2 | |
flutter_modular_annotations |
- | 0.0.2 | 0.0.2 | Discontinued |
flutter_plugin_android_lifecycle |
- | 2.0.33 | 2.0.33 | |
frontend_server_client |
- | 4.0.0 | 4.0.0 | |
geocoding_android |
- | 3.3.1 | 4.0.1 | |
geocoding_ios |
- | 2.3.0 | 3.1.0 | |
geocoding_platform_interface |
- | 3.2.0 | 5.0.0 | |
glob |
- | 2.1.3 | 2.1.3 | |
google_maps |
- | 8.2.0 | 8.2.0 | |
google_maps_flutter_android |
- | 2.18.6 | 2.18.6 | |
google_maps_flutter_ios |
- | 2.15.7 | 2.15.7 | |
google_maps_flutter_platform_interface |
- | 2.14.1 | 2.14.1 | |
google_maps_flutter_web |
- | 0.5.14+3 | 0.5.14+3 | |
graphs |
- | 2.3.2 | 2.3.2 | |
html |
- | 0.15.6 | 0.15.6 | |
http |
- | 0.13.6 | 1.6.0 | |
http_multi_server |
- | 3.2.2 | 3.2.2 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
io |
- | 1.0.5 | 1.0.5 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
latlong2 |
- | 0.8.2 | 0.9.1 | |
lints |
- | 2.1.1 | 6.0.0 | |
lists |
- | 1.0.1 | 1.0.1 | Discontinued |
location_platform_interface |
- | 3.1.2 | 6.0.1 | |
location_web |
- | 4.2.0 | 6.0.1 | |
logging |
- | 1.3.0 | 1.3.0 | |
matcher |
- | 0.12.18 | 0.12.18 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
mgrs_dart |
- | 2.0.0 | 3.0.0 | |
mime |
- | 2.0.0 | 2.0.0 | |
modular_core |
- | 2.0.3+1 | 3.4.1 | |
modular_interfaces |
- | 2.0.2 | 3.0.0 | |
package_config |
- | 2.2.0 | 2.2.0 | |
package_info_plus_platform_interface |
- | 2.0.1 | 3.2.1 | |
path |
- | 1.9.1 | 1.9.1 | |
path_parsing |
- | 1.1.0 | 1.1.0 | |
path_provider_android |
- | 2.2.22 | 2.2.22 | |
path_provider_foundation |
- | 2.5.1 | 2.5.1 | |
path_provider_linux |
- | 2.2.1 | 2.2.1 | |
path_provider_platform_interface |
- | 2.1.2 | 2.1.2 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
polylabel |
- | 1.0.1 | 1.0.1 | |
pool |
- | 1.5.2 | 1.5.2 | |
positioned_tap_detector_2 |
- | 1.0.4 | 1.0.4 | |
process_run |
- | 1.2.4 | 1.2.4 | |
proj4dart |
- | 2.1.0 | 3.0.0 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
pubspec_parse |
- | 1.5.0 | 1.5.0 | |
sanitize_html |
- | 2.1.0 | 2.1.0 | |
shared_preferences_android |
- | 2.4.18 | 2.4.18 | |
shared_preferences_foundation |
- | 2.5.6 | 2.5.6 | |
shared_preferences_linux |
- | 2.4.1 | 2.4.1 | |
shared_preferences_platform_interface |
- | 2.4.1 | 2.4.1 | |
shared_preferences_web |
- | 2.4.3 | 2.4.3 | |
shared_preferences_windows |
- | 2.4.1 | 2.4.1 | |
shelf |
- | 1.4.2 | 1.4.2 | |
shelf_web_socket |
- | 2.0.1 | 3.0.0 | |
source_gen |
- | 2.0.0 | 4.1.1 | |
source_helper |
- | 1.3.7 | 1.3.9 | |
source_span |
- | 1.10.1 | 1.10.1 | |
sqflite |
- | 2.4.2 | 2.4.2 | |
sqflite_android |
- | 2.4.2+2 | 2.4.2+2 | |
sqflite_common |
- | 2.5.6 | 2.5.6 | |
sqflite_common_ffi |
- | 2.3.5 | 2.4.0+2 | |
sqflite_common_ffi_web |
- | 0.4.3+1 | 1.1.1 | |
sqflite_darwin |
- | 2.4.2 | 2.4.2 | |
sqflite_platform_interface |
- | 2.4.0 | 2.4.0 | |
sqlite3 |
- | 2.4.5 | 3.1.2 | |
sqlparser |
- | 0.34.1 | 0.42.1 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
stream_transform |
- | 2.1.1 | 2.1.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
synchronized |
- | 3.4.0 | 3.4.0 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.8 | 0.7.8 | |
timing |
- | 1.0.2 | 1.0.2 | |
tuple |
- | 2.0.2 | 2.0.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
unicode |
- | 0.3.1 | 1.1.8 | |
vector_graphics |
- | 1.1.10+1 | 1.1.19 | |
vector_graphics_codec |
- | 1.1.10+1 | 1.1.13 | |
vector_graphics_compiler |
- | 1.1.10+1 | 1.1.19 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
watcher |
- | 1.2.0 | 1.2.0 | |
web |
- | 0.5.1 | 1.1.1 | |
win32 |
- | 5.15.0 | 5.15.0 | |
wkt_parser |
- | 2.0.0 | 2.0.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 12 issues. Showing the first 2:
The constraint `^5.0.2` on flutter_dotenv does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions flutter_dotenv to update the constraint.
The constraint `^5.0.3` on flutter_modular does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions flutter_modular to update the constraint.
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 9 errors:
NON_TYPE_IN_CATCH_CLAUSE-lib/http/dio/dio.dart:75:10- The name 'DioException' isn't a type and can't be used in an on-catch clause.UNDEFINED_CLASS-lib/http/dio/dio_handle_error.dart:9:9- Undefined class 'DioException'.UNDEFINED_CLASS-lib/http/dio/dio_handle_error.dart:35:28- Undefined class 'DioException'.
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.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.