flutter_places 1.0.0+2 copy "flutter_places: ^1.0.0+2" to clipboard
flutter_places: ^1.0.0+2 copied to clipboard

discontinued
outdated

Flutter places fully customizable widget for autocomplete, compatible with Light and Dark mode, based on https://pub.dartlang.org/packages/google_maps_webservice

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_places

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

dependencies:
  flutter_places: ^1.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:flutter_places/flutter_places.dart';
9
likes
0
pub points
31%
popularity

Publisher

unverified uploader

Flutter places fully customizable widget for autocomplete, compatible with Light and Dark mode, based on https://pub.dartlang.org/packages/google_maps_webservice

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, google_maps_webservice, http

More

Packages that depend on flutter_places