fluent_localization 1.5.0 copy "fluent_localization: ^1.5.0" to clipboard
fluent_localization: ^1.5.0 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.5.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_localization/fluent_localization.dart';
1
likes
160
points
177
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

fluent_localization_api, fluent_sdk, flutter, flutter_localizations

More

Packages that depend on fluent_localization