flutter_city_picker 2.1.1 flutter_city_picker: ^2.1.1 copied to clipboard
Flutter plugin for city picker, Address picker, Popups widgets, call by function.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_city_picker
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flutter_city_picker: ^2.1.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:flutter_city_picker/city_picker.dart';
import 'package:flutter_city_picker/listener/item_listener.dart';
import 'package:flutter_city_picker/listener/picker_listener.dart';
import 'package:flutter_city_picker/model/address.dart';
import 'package:flutter_city_picker/model/section_city.dart';
import 'package:flutter_city_picker/model/tab.dart';
import 'package:flutter_city_picker/view/city_picker.dart';
import 'package:flutter_city_picker/view/item_widget.dart';
import 'package:flutter_city_picker/view/listview_section.dart';