fluent_i18n 1.0.0 copy "fluent_i18n: ^1.0.0" to clipboard
fluent_i18n: ^1.0.0 copied to clipboard

outdated

A singleton localization package for Flutter built on Fluent.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fluent_i18n

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

dependencies:
  fluent_i18n: ^1.0.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:fluent_i18n/fluent_i18n.dart';
3
likes
40
pub points
66%
popularity

Publisher

verified publishermetaware.dev

A singleton localization package for Flutter built on Fluent.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

fluent, flutter

More

Packages that depend on fluent_i18n