google_maps_place_picker 1.0.1 icon indicating copy to clipboard operation
google_maps_place_picker: ^1.0.1 copied to clipboard

A Flutter plugin which provides 'Picking Place' using Google Maps widget.

241
likes
65/ 140
pub points
94%
popularity

We analyzed this package 2 hours ago, and awarded it 65 pub points (of a possible 140):

icon indicating section status
Follow Dart file conventions
25 / 30icon to trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

0/5 points: Provide a valid README.md

Links in `README.md` should be secure. 2 links are insecure.

README.md:144:70

    ╷
144 │ adrAddress | String | A representation of the place's address in the <a href="http://microformats.org/wiki/adr">adr microformat</a>
    │                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵

Use https URLs instead.

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: MIT.

icon indicating section status
Provide documentation
10 / 20icon to trigger folding of the section

10/10 points: Package has an example

0/10 points: 20% or more of the public API has dartdoc comments

  • 17 out of 151 API elements (11.3 %) 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.

icon indicating section status
Platform support
20 / 20icon to trigger folding of the section

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:google_maps_place_picker/google_maps_place_picker.dart that imports:
  • package:google_maps_place_picker/src/place_picker.dart that imports:
  • package:google_maps_place_picker/src/google_map_place_picker.dart that imports:
  • package:google_maps_place_picker/providers/place_provider.dart that imports:
  • package:permission_handler/permission_handler.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:google_maps_place_picker/google_maps_place_picker.dart that imports:
  • package:google_maps_place_picker/src/place_picker.dart that imports:
  • package:google_maps_place_picker/src/google_map_place_picker.dart that imports:
  • package:google_maps_place_picker/providers/place_provider.dart that imports:
  • package:permission_handler/permission_handler.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:google_maps_place_picker/google_maps_place_picker.dart that imports:
  • package:google_maps_place_picker/src/place_picker.dart that imports:
  • package:google_maps_place_picker/src/google_map_place_picker.dart that imports:
  • package:google_maps_place_picker/providers/place_provider.dart that imports:
  • package:permission_handler/permission_handler.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:google_maps_place_picker/google_maps_place_picker.dart that imports:
  • package:google_maps_place_picker/src/place_picker.dart that imports:
  • package:google_maps_place_picker/src/google_map_place_picker.dart that imports:
  • package:google_maps_place_picker/providers/place_provider.dart that imports:
  • package:permission_handler/permission_handler.dart that declares support for platforms: Android, iOS.
icon indicating section status
Pass static analysis
0 / 30icon to trigger folding of the section

0/30 points: code has no errors, warnings, lints, or formatting issues

Found 8 issues. Showing the first 2:

ERROR: The getter 'title' isn't defined for the type 'TextTheme'.

lib/src/components/prediction_tile.dart:29:51

   ╷
29 │     final textColor = Theme.of(context).textTheme.title.color;
   │                                                   ^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/components/prediction_tile.dart

ERROR: The method 'RaisedButton' isn't defined for the type 'GoogleMapPlacePicker'.

lib/src/google_map_place_picker.dart:339:11

    ╷
339 │           RaisedButton(
    │           ^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/google_map_place_picker.dart

icon indicating section status
Support up-to-date dependencies
10 / 20icon to trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

PackageConstraintCompatibleLatest
flutterflutter0.0.00.0.0
geolocator^6.0.0+46.2.19.0.2
google_maps_flutter^1.0.61.2.02.2.5
google_maps_webservice^0.0.160.0.190.0.19
http^0.12.0+40.12.20.13.5
permission_handler^5.0.1+15.1.0+210.2.0
provider^4.0.14.3.36.0.5
tuple^1.0.31.0.32.0.1
Transitive dependencies
PackageConstraintCompatibleLatest
characters-1.2.11.3.0
charcode-1.3.11.3.1
collection-1.17.01.17.1
flutter_plugin_android_lifecycle-1.0.112.0.9
flutter_web_plugins-0.0.00.0.0
geolocator_platform_interface-1.0.94.0.7
geolocator_web-1.0.12.1.6
google_maps_flutter_platform_interface-1.2.02.2.6
http_parser-3.1.44.0.2
js-0.6.50.6.7
matcher-0.12.140.12.15
material_color_utilities-0.2.00.3.0
meta-1.8.01.9.1
nested-1.0.01.0.0
path-1.8.31.8.3
pedantic-1.11.11.11.1
permission_handler_platform_interface-2.0.23.9.0
plugin_platform_interface-1.0.32.1.4
quiver-2.1.53.2.1
sky_engine-0.0.990.0.99
source_span-1.9.11.9.1
stack_trace-1.11.01.11.0
stream_transform-1.2.02.1.0
string_scanner-1.2.01.2.0
term_glyph-1.2.11.2.1
typed_data-1.3.11.3.1
vector_math-2.1.42.1.4

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 6 issues. Showing the first 2:

The constraint `^6.0.0+4` on geolocator does not support the stable version `7.0.0`.

Try running dart pub upgrade --major-versions geolocator to update the constraint.

The constraint `^1.0.6` on google_maps_flutter does not support the stable version `2.0.0`.

Try running dart pub upgrade --major-versions google_maps_flutter to update the constraint.

10/10 points: Package supports latest stable Dart and Flutter SDKs

icon indicating section status
Support sound null safety
0 / 20icon to trigger folding of the section

0/20 points: Package does not opt in to null safety.

Package language version (indicated by the sdk constraint `>=2.1.0 <3.0.0`) is less than 2.12.

Consider migrating.

Analysed with Pana 0.21.27, Flutter 3.7.7, Dart 2.19.4.

241
likes
65
pub points
94%
popularity

Publisher

unverified uploader

A Flutter plugin which provides 'Picking Place' using Google Maps widget.

Repository (GitHub)

Documentation

API reference

License

Icon for licenses.MIT (LICENSE)

Dependencies

flutter, geolocator, google_maps_flutter, google_maps_webservice, http, permission_handler, provider, tuple

More

Packages that depend on google_maps_place_picker