gplaces 0.0.2 copy "gplaces: ^0.0.2" to clipboard
gplaces: ^0.0.2 copied to clipboard

PlatformAndroidiOS
outdated

A new Flutter plugin for handle google place api that place search and details and photos and autocomplete and query autocomplete requests are available

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gplaces

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  gplaces: ^0.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:gplaces/gplaces.dart';
8
likes
150
points
17
downloads

Publisher

verified publishergigjamgo.in

Weekly Downloads

A new Flutter plugin for handle google place api that place search and details and photos and autocomplete and query autocomplete requests are available

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter, plugin_platform_interface

More

Packages that depend on gplaces

Packages that implement gplaces