language_pickers 0.2.0+1 copy "language_pickers: ^0.2.0+1" to clipboard
language_pickers: ^0.2.0+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.2.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:language_pickers/language_pickers.dart';
16
likes
40
points
11
downloads

Publisher

unverified uploader

Weekly Downloads

It makes language select pickers for you in Flutter. You can use it freely in lots of ways.

Repository (GitHub)

License

MIT (license)

Dependencies

flutter

More

Packages that depend on language_pickers