fl_language_picker 0.0.3 copy "fl_language_picker: ^0.0.3" to clipboard
fl_language_picker: ^0.0.3 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 fl_language_picker

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  fl_language_picker: ^0.0.3

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:fl_language_picker/language_locale.dart';
import 'package:fl_language_picker/language_picker.dart';
import 'package:fl_language_picker/utils/my_alert_dialog.dart';
import 'package:fl_language_picker/utils/no_accents.dart';
import 'package:fl_language_picker/utils/typedefs.dart';
import 'package:fl_language_picker/views/language_picker_dialog.dart';
import 'package:fl_language_picker/views/language_widget.dart';
2
likes
70
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

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

Documentation

API reference

License

MIT (license)

Dependencies

flutter, recase

More

Packages that depend on fl_language_picker