flutter_google_webservices 0.0.3 copy "flutter_google_webservices: ^0.0.3" to clipboard
flutter_google_webservices: ^0.0.3 copied to clipboard

A single plugin to manage Google webservices (Places, Maps)

Flutter Google Webservices #

flutter_google_webservices is a plugin useful to manage Google's APIs like Places (Details, Autocomplete...) and Maps. This plugin is in progress.

Soon new features.

Getting Started #

In your "pubspec.yaml" import the plugin.

// AUTOCOMPLETE EXAMPLE

var autocomplete = GetAutocomplete();

var result = autocomplete.getAutocompleteByString(STRING_TO_SEARCH, apiKey);

// DETAILS EXAMPLE

var details = GetDetails();

var result = details.getDetailsById(PLACE_ID_TO_SEARCH, apiKey);
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A single plugin to manage Google webservices (Places, Maps)

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dio, flutter, json_annotation, retrofit, rxdart

More

Packages that depend on flutter_google_webservices