fiona_i18n 1.2.0 copy "fiona_i18n: ^1.2.0" to clipboard
fiona_i18n: ^1.2.0 copied to clipboard

Internationalization. To manage texts in different languages. You will have to create the file messages and this library will load the texts from those files.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fiona_i18n

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

dependencies:
  fiona_i18n: ^1.2.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:fiona_i18n/fiona_i18n.dart';
0
likes
160
points
35
downloads

Publisher

unverified uploader

Weekly Downloads

Internationalization. To manage texts in different languages. You will have to create the file messages and this library will load the texts from those files.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on fiona_i18n