noor_go 0.0.17 noor_go: ^0.0.17 copied to clipboard
Noor Go
We analyzed this package 2 days ago, and awarded it 100 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 60 to 180 characters to describe the package, what it does, and its target use case.
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: BSL-1.0
.
0/10 points: 20% or more of the public API has dartdoc comments
401 out of 2688 API elements (14.9 %) 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: animation_button_effect
, animation_button_effect.ButtonEffectAnimation
, animation_button_effect.ButtonEffectAnimation.ButtonEffectAnimation
, animation_button_effect.ButtonEffectAnimation.child
, animation_button_effect.ButtonEffectAnimation.disabled
.
10/10 points: Package has 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:noor_go/noor_go.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:noor_go/noor_go.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:noor_go/noor_go.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:noor_go/noor_go.dart
that declares support for platforms:Android
,iOS
.
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:noor_go/noor_go.dart
that imports:package:noor_go/customer_app/presentation/pages/auth/auth_page.dart
that imports:package:noor_go/customer_app/presentation/route/app_route.dart
that imports:package:noor_go/customer_app/presentation/pages/map/map_page.dart
that imports:package:noor_go/customer_app/presentation/pages/map/widgets/search_locations_modal.dart
that imports:package:noor_go/customer_app/domain/service/helper.dart
that imports:package:geolocator/geolocator.dart
that imports:package:geolocator_web/web_settings.dart
that declares support for platforms:Web
.
Package does not support platform `iOS`.
Because:
package:noor_go/noor_go.dart
that imports:package:noor_go/customer_app/presentation/pages/auth/auth_page.dart
that imports:package:noor_go/customer_app/presentation/route/app_route.dart
that imports:package:noor_go/customer_app/presentation/pages/map/map_page.dart
that imports:package:noor_go/customer_app/presentation/pages/map/widgets/search_locations_modal.dart
that imports:package:noor_go/customer_app/domain/service/helper.dart
that imports:package:geolocator/geolocator.dart
that imports:package:geolocator_web/web_settings.dart
that declares support for platforms:Web
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:noor_go/noor_go.dart
that imports:package:noor_go/customer_app/presentation/pages/auth/auth_page.dart
that imports:package:noor_go/customer_app/presentation/route/app_route.dart
that imports:package:noor_go/customer_app/presentation/pages/map/map_page.dart
that imports:package:noor_go/customer_app/presentation/pages/map/widgets/search_locations_modal.dart
that imports:package:noor_go/customer_app/presentation/components/button/custom_button.dart
that imports:package:noor_go/customer_app/presentation/components/loading.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.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on iOS
It does not contain ios/noor_go/Package.swift
.
This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.
See https://docs.flutter.dev/to/spm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 107 issues. Showing the first 2:
WARNING: Unused import: 'package:noor_go/customer_app/presentation/route/app_route.dart'.
lib/customer_app/application/map/map_bloc.dart:5:8
╷
5 │ import 'package:noor_go/customer_app/presentation/route/app_route.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/customer_app/application/map/map_bloc.dart
WARNING: A value for optional parameter 'key' isn't ever given.
lib/customer_app/presentation/components/phone_field/src/widgets/input_widget.dart:384:33
╷
384 │ const _InputWidgetView({super.key, required this.state})
│ ^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/customer_app/presentation/components/phone_field/src/widgets/input_widget.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
bloc |
any |
8.1.4 | 8.1.4 |
cached_network_image |
any |
3.4.1 | 3.4.1 |
cloud_firestore |
any |
5.6.0 | 5.6.0 |
collection |
any |
1.19.0 | 1.19.1 |
connectivity_plus |
any |
6.1.1 | 6.1.1 |
dartz |
any |
0.10.1 | 0.10.1 |
device_info_plus |
any |
11.2.0 | 11.2.0 |
dio |
any |
5.7.0 | 5.7.0 |
equatable |
any |
2.0.7 | 2.0.7 |
firebase_auth |
any |
5.3.4 | 5.3.4 |
firebase_messaging |
any |
15.1.6 | 15.1.6 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_bloc |
any |
8.1.6 | 8.1.6 |
flutter_contacts |
any |
1.1.9+2 | 1.1.9+2 |
flutter_masked_text2 |
any |
0.9.1 | 0.9.1 |
flutter_native_splash |
any |
2.4.4 | 2.4.4 |
flutter_remix |
any |
0.0.3 | 0.0.3 |
flutter_screenutil |
any |
5.9.3 | 5.9.3 |
flutter_svg |
any |
2.0.16 | 2.0.16 |
flutter_swipe_action_cell |
any |
3.1.5 | 3.1.5 |
flutter_vibrate |
any |
1.3.0 | 1.3.0 |
freezed |
any |
2.5.7 | 2.5.7 |
freezed_annotation |
any |
2.4.4 | 2.4.4 |
ftoast |
any |
2.0.0 | 2.0.0 |
geolocator |
any |
13.0.2 | 13.0.2 |
get_it |
any |
8.0.3 | 8.0.3 |
google_sign_in |
any |
6.2.2 | 6.2.2 |
grouped_list |
any |
6.0.0 | 6.0.0 |
image_picker |
any |
1.1.2 | 1.1.2 |
intl |
any |
0.20.1 | 0.20.1 |
jiffy |
any |
6.3.2 | 6.3.2 |
libphonenumber_plugin |
any |
0.3.3 | 0.3.3 |
lottie |
any |
3.3.0 | 3.3.0 |
map_launcher |
any |
3.5.0 | 3.5.0 |
modal_bottom_sheet |
any |
3.0.0 | 3.0.0 |
permission_handler |
any |
11.3.1 | 11.3.1 |
photo_view |
any |
0.15.0 | 0.15.0 |
proste_indexed_stack |
any |
0.2.4 | 0.2.4 |
provider |
any |
6.1.2 | 6.1.2 |
pull_to_refresh |
^2.0.0 |
2.0.0 | 2.0.0 |
shared_preferences |
any |
2.3.5 | 2.3.5 |
shimmer |
any |
3.0.0 | 3.0.0 |
sign_in_with_apple |
any |
6.1.4 | 6.1.4 |
sms_autofill |
any |
2.4.1 | 2.4.1 |
swipe_to |
any |
1.0.6 | 1.0.6 |
yandex_mapkit |
any |
4.1.0 | 4.1.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
_fe_analyzer_shared |
- | 76.0.0 | 78.0.0 |
_flutterfire_internals |
- | 1.3.48 | 1.3.48 |
_macros |
- | 0.3.3 | 0.3.3 |
analyzer |
- | 6.11.0 | 7.1.0 |
ansicolor |
- | 2.0.3 | 2.0.3 |
archive |
- | 3.6.1 | 4.0.2 |
args |
- | 2.6.0 | 2.6.0 |
async |
- | 2.11.0 | 2.12.0 |
boolean_selector |
- | 2.1.1 | 2.1.2 |
build |
- | 2.4.2 | 2.4.2 |
build_config |
- | 1.1.2 | 1.1.2 |
cached_network_image_platform_interface |
- | 4.1.1 | 4.1.1 |
cached_network_image_web |
- | 1.3.1 | 1.3.1 |
characters |
- | 1.3.0 | 1.4.0 |
checked_yaml |
- | 2.0.3 | 2.0.3 |
clock |
- | 1.1.1 | 1.1.2 |
cloud_firestore_platform_interface |
- | 6.6.0 | 6.6.0 |
cloud_firestore_web |
- | 4.4.0 | 4.4.0 |
connectivity_plus_platform_interface |
- | 2.0.1 | 2.0.1 |
convert |
- | 3.1.2 | 3.1.2 |
cross_file |
- | 0.3.4+2 | 0.3.4+2 |
crypto |
- | 3.0.6 | 3.0.6 |
csslib |
- | 1.0.2 | 1.0.2 |
dart_style |
- | 2.3.7 | 3.0.1 |
dbus |
- | 0.7.10 | 0.7.10 |
device_info_plus_platform_interface |
- | 7.0.2 | 7.0.2 |
dio_web_adapter |
- | 2.0.0 | 2.0.0 |
fake_async |
- | 1.3.1 | 1.3.2 |
ffi |
- | 2.1.3 | 2.1.3 |
file |
- | 7.0.1 | 7.0.1 |
file_selector_linux |
- | 0.9.3+2 | 0.9.3+2 |
file_selector_macos |
- | 0.9.4+2 | 0.9.4+2 |
file_selector_platform_interface |
- | 2.6.2 | 2.6.2 |
file_selector_windows |
- | 0.9.3+3 | 0.9.3+3 |
firebase_auth_platform_interface |
- | 7.4.10 | 7.4.10 |
firebase_auth_web |
- | 5.13.5 | 5.13.5 |
firebase_core |
- | 3.9.0 | 3.9.0 |
firebase_core_platform_interface |
- | 5.4.0 | 5.4.0 |
firebase_core_web |
- | 2.19.0 | 2.19.0 |
firebase_messaging_platform_interface |
- | 4.5.49 | 4.5.49 |
firebase_messaging_web |
- | 3.9.5 | 3.9.5 |
fixnum |
- | 1.1.1 | 1.1.1 |
flutter_cache_manager |
- | 3.4.1 | 3.4.1 |
flutter_plugin_android_lifecycle |
- | 2.0.24 | 2.0.24 |
flutter_test |
- | 0.0.0 | 0.0.0 |
flutter_web_plugins |
- | 0.0.0 | 0.0.0 |
geolocator_android |
- | 4.6.1 | 4.6.1 |
geolocator_apple |
- | 2.3.8+1 | 2.3.8+1 |
geolocator_platform_interface |
- | 4.2.4 | 4.2.4 |
geolocator_web |
- | 4.1.1 | 4.1.1 |
geolocator_windows |
- | 0.2.3 | 0.2.3 |
glob |
- | 2.1.2 | 2.1.2 |
google_identity_services_web |
- | 0.3.3 | 0.3.3 |
google_sign_in_android |
- | 6.1.34 | 6.1.34 |
google_sign_in_ios |
- | 5.7.8 | 5.7.8 |
google_sign_in_platform_interface |
- | 2.4.5 | 2.4.5 |
google_sign_in_web |
- | 0.12.4+3 | 0.12.4+3 |
html |
- | 0.15.5 | 0.15.5 |
http |
- | 1.2.2 | 1.2.2 |
http_parser |
- | 4.1.2 | 4.1.2 |
image |
- | 4.3.0 | 4.5.2 |
image_picker_android |
- | 0.8.12+19 | 0.8.12+19 |
image_picker_for_web |
- | 3.0.6 | 3.0.6 |
image_picker_ios |
- | 0.8.12+1 | 0.8.12+1 |
image_picker_linux |
- | 0.2.1+1 | 0.2.1+1 |
image_picker_macos |
- | 0.2.1+1 | 0.2.1+1 |
image_picker_platform_interface |
- | 2.10.0 | 2.10.0 |
image_picker_windows |
- | 0.2.1+1 | 0.2.1+1 |
js |
- | 0.6.7 | 0.7.1 |
json_annotation |
- | 4.9.0 | 4.9.0 |
leak_tracker |
- | 10.0.7 | 10.0.8 |
leak_tracker_flutter_testing |
- | 3.0.8 | 3.0.9 |
leak_tracker_testing |
- | 3.0.1 | 3.0.1 |
libphonenumber_platform_interface |
- | 0.4.2 | 0.4.2 |
libphonenumber_web |
- | 0.3.2 | 0.3.2 |
logging |
- | 1.3.0 | 1.3.0 |
macros |
- | 0.1.3-main.0 | 0.1.3-main.0 |
matcher |
- | 0.12.16+1 | 0.12.17 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
meta |
- | 1.15.0 | 1.16.0 |
mime |
- | 2.0.0 | 2.0.0 |
nested |
- | 1.0.0 | 1.0.0 |
nm |
- | 0.5.0 | 0.5.0 |
octo_image |
- | 2.1.0 | 2.1.0 |
package_config |
- | 2.1.1 | 2.1.1 |
path |
- | 1.9.0 | 1.9.1 |
path_parsing |
- | 1.1.0 | 1.1.0 |
path_provider |
- | 2.1.5 | 2.1.5 |
path_provider_android |
- | 2.2.15 | 2.2.15 |
path_provider_foundation |
- | 2.4.1 | 2.4.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 |
permission_handler_android |
- | 12.0.13 | 12.0.13 |
permission_handler_apple |
- | 9.4.5 | 9.4.5 |
permission_handler_html |
- | 0.1.3+5 | 0.1.3+5 |
permission_handler_platform_interface |
- | 4.2.3 | 4.2.3 |
permission_handler_windows |
- | 0.2.1 | 0.2.1 |
petitparser |
- | 6.0.2 | 6.0.2 |
pin_input_text_field |
- | 4.5.2 | 4.5.2 |
platform |
- | 3.1.6 | 3.1.6 |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 |
pub_semver |
- | 2.1.5 | 2.1.5 |
pubspec_parse |
- | 1.4.0 | 1.4.0 |
rxdart |
- | 0.28.0 | 0.28.0 |
shared_preferences_android |
- | 2.4.0 | 2.4.0 |
shared_preferences_foundation |
- | 2.5.4 | 2.5.4 |
shared_preferences_linux |
- | 2.4.1 | 2.4.1 |
shared_preferences_platform_interface |
- | 2.4.1 | 2.4.1 |
shared_preferences_web |
- | 2.4.2 | 2.4.2 |
shared_preferences_windows |
- | 2.4.1 | 2.4.1 |
sign_in_with_apple_platform_interface |
- | 1.1.0 | 1.1.0 |
sign_in_with_apple_web |
- | 2.1.1 | 2.1.1 |
sky_engine |
- | 0.0.0 | 0.0.0 |
source_gen |
- | 1.5.0 | 2.0.0 |
source_span |
- | 1.10.0 | 1.10.1 |
sprintf |
- | 7.0.0 | 7.0.0 |
sqflite |
- | 2.4.1 | 2.4.1 |
sqflite_android |
- | 2.4.0 | 2.4.0 |
sqflite_common |
- | 2.5.4+6 | 2.5.4+6 |
sqflite_darwin |
- | 2.4.1+1 | 2.4.1+1 |
sqflite_platform_interface |
- | 2.4.0 | 2.4.0 |
stack_trace |
- | 1.12.0 | 1.12.1 |
stream_channel |
- | 2.1.2 | 2.1.3 |
string_scanner |
- | 1.3.0 | 1.4.1 |
synchronized |
- | 3.3.0+3 | 3.3.0+3 |
term_glyph |
- | 1.2.1 | 1.2.2 |
test_api |
- | 0.7.3 | 0.7.4 |
typed_data |
- | 1.4.0 | 1.4.0 |
universal_io |
- | 2.2.2 | 2.2.2 |
uuid |
- | 4.5.1 | 4.5.1 |
vector_graphics |
- | 1.1.15 | 1.1.15 |
vector_graphics_codec |
- | 1.1.12 | 1.1.12 |
vector_graphics_compiler |
- | 1.1.16 | 1.1.16 |
vector_math |
- | 2.1.4 | 2.1.4 |
vm_service |
- | 14.3.0 | 15.0.0 |
watcher |
- | 1.1.1 | 1.1.1 |
web |
- | 1.1.0 | 1.1.0 |
win32 |
- | 5.10.0 | 5.10.0 |
win32_registry |
- | 1.1.5 | 2.0.1 |
xdg_directories |
- | 1.1.0 | 1.1.0 |
xml |
- | 6.5.0 | 6.5.0 |
yaml |
- | 3.1.3 | 3.1.3 |
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 725 errors:
UNDEFINED_NAMED_PARAMETER
-lib/customer_app/app_constants.dart:41:20
- The named parameter 'type' isn't defined.INVALID_CONSTANT
-lib/customer_app/app_constants.dart:41:26
- Invalid constant value.UNDEFINED_IDENTIFIER
-lib/customer_app/app_constants.dart:41:26
- Undefined name 'MapAnimationType'.
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.22.17
, Flutter 3.27.0
, Dart 3.6.0
.
Check the analysis log for details.