location_picker_flutter_map 3.1.0
location_picker_flutter_map: ^3.1.0 copied to clipboard
Package that provides Place search and Location picker for flutter maps with a lot of customizations using Open Street Map
We analyzed this package 4 days ago, and awarded it 140 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
.
10/10 points: 20% or more of the public API has dartdoc comments
60 out of 78 API elements (76.9 %) have documentation comments.
Some symbols that are missing documentation: location_picker_flutter_map
, location_picker_flutter_map.FlutterLocationPicker.FlutterLocationPicker.new
, location_picker_flutter_map.FlutterLocationPicker.contributorBadgeForOSMPositionTop
, location_picker_flutter_map.LatLong
, location_picker_flutter_map.LatLong.LatLong.new
.
10/10 points: Package has an example
20/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ macOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:location_picker_flutter_map/location_picker_flutter_map.dart
that imports:package:location_picker_flutter_map/src/location_picker.dart
that imports:package:location/location.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
Package does not support platform `Linux`.
Because:
package:location_picker_flutter_map/location_picker_flutter_map.dart
that imports:package:location_picker_flutter_map/src/location_picker.dart
that imports:package:location/location.dart
that declares support for platforms:Android
,iOS
,macOS
,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:location_picker_flutter_map/location_picker_flutter_map.dart
that imports:package:location_picker_flutter_map/src/location_picker.dart
that imports:package:flutter_map_location_marker/flutter_map_location_marker.dart
that imports:package:flutter_map_location_marker/src/widgets/current_location_layer.dart
that imports:package:flutter_map_location_marker/src/data/data_stream_factory.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:location_picker_flutter_map/location_picker_flutter_map.dart
that imports:package:location_picker_flutter_map/src/location_picker.dart
that imports:package:flutter_map_location_marker/flutter_map_location_marker.dart
that imports:package:flutter_map_location_marker/src/widgets/current_location_layer.dart
that imports:package:flutter_map_location_marker/src/data/data_stream_factory.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 `macOS`.
Because:
package:location_picker_flutter_map/location_picker_flutter_map.dart
that imports:package:location_picker_flutter_map/src/location_picker.dart
that imports:package:flutter_map_location_marker/flutter_map_location_marker.dart
that imports:package:flutter_map_location_marker/src/widgets/current_location_layer.dart
that imports:package:flutter_map_location_marker/src/data/data_stream_factory.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 `Web`.
Because:
package:location_picker_flutter_map/location_picker_flutter_map.dart
that imports:package:location_picker_flutter_map/src/location_picker.dart
that imports:package:flutter_map_location_marker/flutter_map_location_marker.dart
that imports:package:flutter_map_location_marker/src/widgets/current_location_layer.dart
that imports:package:flutter_map_location_marker/src/data/data_stream_factory.dart
that imports:package:geolocator/geolocator.dart
that imports:package:geolocator_apple/geolocator_apple.dart
that declares support for platforms:iOS
,macOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:location_picker_flutter_map/location_picker_flutter_map.dart
that imports:package:location_picker_flutter_map/src/location_picker.dart
that imports:package:location/location.dart
that imports:package:location_platform_interface/location_platform_interface.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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
INFO: Angle brackets will be interpreted as HTML.
lib/src/location_picker.dart:52:50
╷
52 │ /// [nominatimAdditionalQueryParameters] : (Map<String,dynamic>) additional parameters to add to the nominatim query. Can also be used to override existing parameters (example: {'extratags': '1'}) (default = null)
│ ^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/location_picker.dart
INFO: Angle brackets will be interpreted as HTML.
lib/src/location_picker.dart:248:26
╷
248 │ /// [mapLayers] : (List<Widget>) add custom layers to the map (default [])
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/location_picker.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
flutter_map |
^7.0.1 |
7.0.2 | 8.1.1 | |
flutter_map_cancellable_tile_provider |
^3.0.0 |
3.0.2 | 3.1.0 | |
flutter_map_location_marker |
^9.0.0 |
9.1.1 | 10.1.0 | |
http |
^1.1.0 |
1.3.0 | 1.3.0 | |
intl |
^0.19.0 |
0.19.0 | 0.20.2 | |
latlong2 |
^0.9.0 |
0.9.1 | 0.9.1 | |
location |
^7.0.0 |
7.0.1 | 8.0.0 | |
url_launcher |
^6.2.1 |
6.3.1 | 6.3.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.0 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.6 | 3.0.6 | |
dart_earcut |
- | 1.2.0 | 1.2.0 | |
dio |
- | 5.8.0+1 | 5.8.0+1 | |
dio_web_adapter |
- | 2.1.1 | 2.1.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
flutter_compass |
- | 0.8.1 | 0.8.1 | |
geolocator |
- | 13.0.4 | 14.0.0 | |
geolocator_android |
- | 4.6.2 | 5.0.1+1 | |
geolocator_apple |
- | 2.3.13 | 2.3.13 | |
geolocator_platform_interface |
- | 4.2.6 | 4.2.6 | |
geolocator_web |
- | 4.1.3 | 4.1.3 | |
geolocator_windows |
- | 0.2.5 | 0.2.5 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
lists |
- | 1.0.1 | 1.0.1 | Discontinued |
location_platform_interface |
- | 5.0.0 | 6.0.0 | |
location_web |
- | 5.0.4 | 6.0.0 | |
logger |
- | 2.5.0 | 2.5.0 | |
material_color_utilities |
- | 0.11.1 | 0.12.0 | |
meta |
- | 1.16.0 | 1.16.0 | |
mgrs_dart |
- | 2.0.0 | 2.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
polylabel |
- | 1.0.1 | 1.0.1 | |
proj4dart |
- | 2.1.0 | 2.1.0 | |
source_span |
- | 1.10.1 | 1.10.1 | |
sprintf |
- | 7.0.0 | 7.0.0 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
unicode |
- | 0.3.1 | 1.1.8 | |
url_launcher_android |
- | 6.3.16 | 6.3.16 | |
url_launcher_ios |
- | 6.3.3 | 6.3.3 | |
url_launcher_linux |
- | 3.2.1 | 3.2.1 | |
url_launcher_macos |
- | 3.2.2 | 3.2.2 | |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 | |
url_launcher_web |
- | 2.4.0 | 2.4.0 | |
url_launcher_windows |
- | 3.1.4 | 3.1.4 | |
uuid |
- | 4.5.1 | 4.5.1 | |
vector_math |
- | 2.1.4 | 2.1.5 | |
web |
- | 1.1.1 | 1.1.1 | |
wkt_parser |
- | 2.0.0 | 2.0.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 4 issues. Showing the first 2:
The constraint `^7.0.1` on flutter_map does not support the stable version `8.0.0`.
Try running dart pub upgrade --major-versions flutter_map
to update the constraint.
The constraint `^9.0.0` on flutter_map_location_marker does not support the stable version `10.0.0`.
Try running dart pub upgrade --major-versions flutter_map_location_marker
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.22.20
, Flutter 3.29.2
, Dart 3.7.2
.
Check the analysis log for details.