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

A customizable Flutter address autocomplete TextField powered by native iOS MapKit and Android Geocoder APIs.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add native_address_autocomplete

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

dependencies:
  native_address_autocomplete: ^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:native_address_autocomplete/native_address_autocomplete.dart';
0
likes
160
points
90
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A customizable Flutter address autocomplete TextField powered by native iOS MapKit and Android Geocoder APIs.

Repository (GitHub)
View/report issues

Topics

#address #autocomplete #geocoding #mapkit #geocoder

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on native_address_autocomplete

Packages that implement native_address_autocomplete