fiona_i18n 1.2.0
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';