google_places_sdk_plus_http 0.4.0 copy "google_places_sdk_plus_http: ^0.4.0" to clipboard
google_places_sdk_plus_http: ^0.4.0 copied to clipboard

An http implementation of Flutter plugin to be used by other platform implementation

google_places_sdk_plus_http #

An HTTP/REST implementation of google_places_sdk_plus.

Used by the desktop platform packages (linux, macos, windows) as their underlying implementation.

Setup #

This package uses code generation (freezed, json_serializable). Generated files (*.g.dart, *.freezed.dart) are not committed to version control.

After cloning or pulling changes, you must generate them before the package will compile:

cd google_places_sdk_plus_http
fvm dart run build_runner build --delete-conflicting-outputs

For continuous development, use watch mode:

fvm dart run build_runner watch --delete-conflicting-outputs

Running tests #

fvm flutter test

Restrictions #

The following methods are not yet implemented:

  • fetchPlace
  • fetchPlacePhoto
0
likes
140
points
--
downloads

Publisher

unverified uploader

An http implementation of Flutter plugin to be used by other platform implementation

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, freezed_annotation, google_places_sdk_plus_platform_interface, http, json_annotation, latlong2

More

Packages that depend on google_places_sdk_plus_http