fl_language_picker 0.0.1
fl_language_picker: ^0.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 Dart:
$ dart pub add fl_language_pickerWith Flutter:
$ flutter pub add fl_language_pickerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
fl_language_picker: ^0.0.1Alternatively, your editor might support dart pub get or 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_picker.dart';
import 'package:fl_language_picker/language_picker_dialog.dart';
import 'package:fl_language_picker/languages.dart';
import 'package:fl_language_picker/languages.g.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';