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';
5
likes
150
points
106
downloads

Publisher

verified publishermetaware.dev

Weekly Downloads

A singleton localization package for Flutter built on Fluent.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

fluent, flutter

More

Packages that depend on fluent_i18n