forui_place_picker_google 1.0.2 copy "forui_place_picker_google: ^1.0.2" to clipboard
forui_place_picker_google: ^1.0.2 copied to clipboard

ForUI 0.25 place picker for Google Maps, written in Dart for Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add forui_place_picker_google

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

dependencies:
  forui_place_picker_google: ^1.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:forui_place_picker_google/forui_place_picker_google.dart';