iso_languages 1.1.0 copy "iso_languages: ^1.1.0" to clipboard
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_languages

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

dependencies:
  iso_languages: ^1.1.0

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:iso_languages/iso_languages.dart';
3
likes
140
points
50
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package to work with ISO 639-1 language codes, providing language names, native names, and utility functions.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on iso_languages