language_pickers 0.1.1 language_pickers: ^0.1.1 copied to clipboard
It makes language select pickers for you in Flutter. You can use it freely in lots of ways.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add language_pickers
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
language_pickers: ^0.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:language_pickers/language_pickers.dart';