luo_city_picker 0.0.1 copy "luo_city_picker: ^0.0.1" to clipboard
luo_city_picker: ^0.0.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 luo_city_picker

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

dependencies:
  luo_city_picker: ^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:luo_city_picker/city_picker.dart';
import 'package:luo_city_picker/listener/item_listener.dart';
import 'package:luo_city_picker/listener/picker_listener.dart';
import 'package:luo_city_picker/model/address.dart';
import 'package:luo_city_picker/model/section_city.dart';
import 'package:luo_city_picker/model/tab.dart';
import 'package:luo_city_picker/view/city_picker.dart';
import 'package:luo_city_picker/view/item_widget.dart';
import 'package:luo_city_picker/view/listview_section.dart';
0
likes
140
points
10
downloads

Publisher

unverified uploader

Weekly Downloads

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

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

flutter

More

Packages that depend on luo_city_picker