flutter_country_state 1.0.1
flutter_country_state: ^1.0.1 copied to clipboard
An intuitive and versatile Flutter package designed to simplify the display of countries, states, and cities within your application. With seamless integration, it offers a comprehensive list of count [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_country_state
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flutter_country_state: ^1.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:flutter_country_state/flutter_country_state.dart';