location_picker_text_field 0.2.4
location_picker_text_field: ^0.2.4 copied to clipboard
Location Picker Text Field
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add location_picker_text_fieldThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
location_picker_text_field: ^0.2.4Alternatively, 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_picker_text_field/classes.dart';
import 'package:location_picker_text_field/open_street_location_picker.dart';