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

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: ^2.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:fluent_i18n/fluent_i18n.dart';
3
likes
130
pub points
69%
popularity

Publisher

verified publishermetaware.dev

A singleton localization package for Flutter built on Fluent.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

fluent, flutter

More

Packages that depend on fluent_i18n