location_autocomplete 0.0.1 copy "location_autocomplete: ^0.0.1" to clipboard
location_autocomplete: ^0.0.1 copied to clipboard

A flutter package for location autocomplete using the Google Places API.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add location_autocomplete

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

dependencies:
  location_autocomplete: ^0.0.1

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:location_autocomplete/logger.dart';
import 'package:location_autocomplete/models.dart';
import 'package:location_autocomplete/services.dart';
import 'package:location_autocomplete/widgets.dart';
2
likes
140
points
154
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A flutter package for location autocomplete using the Google Places API.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, http, logging, uuid

More

Packages that depend on location_autocomplete