iso_languages 1.1.0
iso_languages: ^1.1.0 copied to clipboard
A Flutter package to work with ISO 639-1 language codes, providing language names, native names, and utility functions.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add iso_languagesThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
iso_languages: ^1.1.0Alternatively, 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:iso_languages/iso_languages.dart';