flutter_city_picker 2.1.1 copy "flutter_city_picker: ^2.1.1" to clipboard
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';
17
likes
140
pub points
78%
popularity

Publisher

unverified uploader

Flutter plugin for city picker, Address picker, Popups widgets, call by function.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_city_picker