flutter_google_places_ex 0.0.1+1 copy "flutter_google_places_ex: ^0.0.1+1" to clipboard
flutter_google_places_ex: ^0.0.1+1 copied to clipboard

A simple package that provides google places autocomplete widgets for flutter.

0
likes
60/ 160
pub points
19
downloads

We analyzed this package 2 days ago, and awarded it 60 pub points (of a possible 160):

failed
Follow Dart file conventions
20 / 30trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: flutter_google_places_ex,
    • contains a version property, and,
    • does not contain a publish_to property.

Repository has no matching pubspec.yaml with name: flutter_google_places_ex.

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.

failed
Provide documentation
10 / 20trigger folding of the section

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

29 out of 88 API elements (33.0 %) have documentation comments.

Some symbols that are missing documentation: flutter_google_places_ex, flutter_google_places_ex.AppBarPlacesAutoCompleteTextField, flutter_google_places_ex.AppBarPlacesAutoCompleteTextField.AppBarPlacesAutoCompleteTextField, flutter_google_places_ex.AppBarPlacesAutoCompleteTextField.textDecoration, flutter_google_places_ex.AppBarPlacesAutoCompleteTextField.textStyle.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

failed
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ 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:flutter_google_places_ex/flutter_google_places_ex.dart that imports:
  • package:flutter_google_places_ex/src/flutter_google_places.dart that imports:
  • package:google_api_headers/google_api_headers.dart that imports:
  • package:google_api_headers/src/google_api_headers.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:flutter_google_places_ex/flutter_google_places_ex.dart that imports:
  • package:flutter_google_places_ex/src/flutter_google_places.dart that imports:
  • package:google_api_headers/google_api_headers.dart that imports:
  • package:google_api_headers/src/google_api_headers.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `Linux`.

Because:

  • package:flutter_google_places_ex/flutter_google_places_ex.dart that imports:
  • package:flutter_google_places_ex/src/flutter_google_places.dart that imports:
  • package:google_api_headers/google_api_headers.dart that imports:
  • package:google_api_headers/src/google_api_headers.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:flutter_google_places_ex/flutter_google_places_ex.dart that imports:
  • package:flutter_google_places_ex/src/flutter_google_places.dart that imports:
  • package:google_api_headers/google_api_headers.dart that imports:
  • package:google_api_headers/src/google_api_headers.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package not compatible with platform Web

Because:

  • package:flutter_google_places_ex/flutter_google_places_ex.dart that imports:
  • package:flutter_google_places_ex/src/flutter_google_places.dart that imports:
  • package:google_api_headers/google_api_headers.dart that imports:
  • package:google_api_headers/src/my_platform.dart that imports:
  • dart:io

0/0 points: WASM compatibility

Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

failed
Pass static analysis
0 / 50trigger folding of the section

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

Found 4 issues. Showing the first 2:

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

lib/src/flutter_google_places.dart:379:44

    ╷
379 │         style: Theme.of(context).textTheme.bodyText2,
    │                                            ^^^^^^^^^
    ╵

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

WARNING: Using the 'new' keyword in a comment reference is deprecated.

lib/src/places_autocomplete_form_field.dart:45:12

   ╷
45 │   /// and [new PlacesAutocompleteField], the constructor.
   │            ^^^
   ╵

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

failed
Support up-to-date dependencies
10 / 40trigger folding of the section

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

Package Constraint Compatible Latest
flutter flutter 0.0.0 0.0.0
google_api_headers ^1.5.0 1.6.0 4.3.1
google_maps_webservice_ex ^0.0.1+2 0.0.1+2 0.0.1+2
http ^0.13.5 0.13.6 1.2.2
rxdart ^0.27.5 0.27.7 0.28.0
Transitive dependencies
Package Constraint Compatible Latest
async - 2.12.0 2.12.0
characters - 1.3.0 1.4.0
collection - 1.19.0 1.19.1
ffi - 2.1.3 2.1.3
flutter_web_plugins - 0.0.0 0.0.0
freezed_annotation - 2.4.4 2.4.4
http_parser - 4.1.2 4.1.2
json_annotation - 4.9.0 4.9.0
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
package_info_plus - 4.2.0 8.1.2
package_info_plus_platform_interface - 2.0.1 3.0.2
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
sky_engine - 0.0.0 0.0.0
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
vector_math - 2.1.4 2.1.4
win32 - 5.10.0 5.10.0

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

Found 3 issues. Showing the first 2:

The constraint `^1.5.0` on google_api_headers does not support the stable version `2.0.0`.

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

The constraint `^0.13.5` on http does not support the stable version `1.0.0`.

Try running dart pub upgrade --major-versions http 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 1 error:

  • UNDEFINED_GETTER - lib/src/flutter_google_places.dart:379:44 - The getter 'bodyText2' isn't defined for the type 'TextTheme'.

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.

0
likes
60
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

A simple package that provides google places autocomplete widgets for flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, google_api_headers, google_maps_webservice_ex, http, rxdart

More

Packages that depend on flutter_google_places_ex