map_location_picker 1.3.4
map_location_picker: ^1.3.4 copied to clipboard
Google Map location picker for flutter Based on google_maps_flutter.
We analyzed this package in the last hour, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
pubspec.yaml from the repository URL mismatch: expected https://github.com/mohesu/map_location_picker but got https://github.com/itsarvinddev/map_location_picker.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: map_location_picker, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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: Apache-2.0.
10/10 points: 20% or more of the public API has dartdoc comments
742 out of 1079 API elements (68.8 %) have documentation comments.
Some symbols that are missing documentation: map_location_picker, map_location_picker.AddressComponent, map_location_picker.AddressComponent.AddressComponent.fromJson, map_location_picker.AddressComponent.AddressComponent.new, map_location_picker.AddressComponent.toJson.
10/10 points: Package has an example and has no issues with screenshots
10/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:map_location_picker/map_location_picker.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Linux`.
Because:
package:map_location_picker/map_location_picker.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `macOS`.
Because:
package:map_location_picker/map_location_picker.dartthat declares support for platforms:Android,iOS,Web.
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:map_location_picker/map_location_picker.dartthat imports:package:map_location_picker/src/map_location_picker.dartthat imports:package:map_location_picker/src/autocomplete_view.dartthat imports:package:form_builder_extra_fields/form_builder_extra_fields.dartthat imports:package:form_builder_extra_fields/src/fields/form_builder_typeahead.dartthat imports:package:flutter_typeahead/flutter_typeahead.dartthat imports:package:flutter_typeahead/src/cupertino/typeahead_field.dartthat imports:package:flutter_typeahead/src/common/field/typeahead_field.dartthat imports:package:pointer_interceptor/pointer_interceptor.dartthat declares support for platforms:iOS,Web.
Package does not support platform `iOS`.
Because:
package:map_location_picker/map_location_picker.dartthat imports:package:map_location_picker/src/map_location_picker.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 `Web`.
Because:
package:map_location_picker/map_location_picker.dartthat imports:package:map_location_picker/src/map_location_picker.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.
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:map_location_picker/map_location_picker.dartthat imports:package:map_location_picker/src/map_location_picker.dartthat imports:package:map_location_picker/src/logger.dartthat imports:package:logger/logger.dartthat imports:package:logger/src/outputs/advanced_file_output_stub.dartthat imports:dart:io
Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.
Note: This iOS or macOS plugin does not support the Swift Package Manager, resulting in a partial score. See https://docs.flutter.dev/to/spm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
INFO: 'printTime' is deprecated and shouldn't be used. Use `dateTimeFormat` with `DateTimeFormat.onlyTimeAndSinceStart` or `DateTimeFormat.none` instead.
lib/src/logger.dart:15:5
╷
15 │ printTime: false,
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/logger.dart
INFO: 'cloudMapId' is deprecated and shouldn't be used. cloudMapId is deprecated. Use mapId instead.
lib/src/map_location_picker.dart:499:15
╷
499 │ cloudMapId: widget.cloudMapId,
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/map_location_picker.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
flutter_typeahead |
^5.2.0 |
5.2.0 | 5.2.0 | |
form_builder_extra_fields |
^12.0.0 |
12.2.0 | 12.2.0 | |
geolocator |
^13.0.3 |
13.0.4 | 14.0.2 | |
google_maps_flutter |
^2.12.0 |
2.15.0 | 2.15.0 | |
google_maps_webapi |
^0.0.24 |
0.0.24 | 0.0.24 | Discontinued |
http |
^1.3.0 |
1.6.0 | 1.6.0 | |
logger |
^2.5.0 |
2.6.2 | 2.6.2 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^13.0.3` on geolocator does not support the stable version `14.0.0`.
Try running dart pub upgrade --major-versions geolocator to update the constraint.
The package has one or more discontinued direct dependencies.
Discontinued packages are no longer maintained, and can end up being a
liability.
Consider migrating away from these dependencies:
- google_maps_webapi.
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.10, Flutter 3.41.4, Dart 3.11.1.
Check the analysis log for details.
