fluent_localization 1.1.1 copy "fluent_localization: ^1.1.1" to clipboard
fluent_localization: ^1.1.1 copied to clipboard

Package that allows you to set up and use translations in an easy and quick way

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fluent_localization

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

dependencies:
  fluent_localization: ^1.1.1

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_localization/fluent_localization.dart';
0
likes
160
pub points
49%
popularity

Publisher

unverified uploader

Package that allows you to set up and use translations in an easy and quick way

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

fluent_localization_api, fluent_sdk, flutter, flutter_localizations

More

Packages that depend on fluent_localization