cscplus 0.0.1
cscplus: ^0.0.1 copied to clipboard
Country, State, and City Picker (CSCPicker) CSCPicker is a Flutter package that provides an easy way to select a country, state, and city from a list. It offers a user-friendly interface and a compre [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add cscplus
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
cscplus: ^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:cscplus/cscplus.dart';