city_pickers_plus 1.4.0
city_pickers_plus: ^1.4.0 copied to clipboard
Flutter 升级3.35.7之后,对city_pickers插件的升级(After Flutter upgrade 3.35.7, the upgrade of city_pickers plugins.)。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add city_pickers_plusThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
city_pickers_plus: ^1.4.0Alternatively, 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:city_pickers_plus/city_pickers_plus.dart';