fluent_flutter 0.1.0 copy "fluent_flutter: ^0.1.0" to clipboard
fluent_flutter: ^0.1.0 copied to clipboard

Project Fluent for Flutter. Load .ftl translations from assets, switch languages, read messages in any widget, and render markup. Built on fluent_bundle.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fluent_flutter

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

dependencies:
  fluent_flutter: ^0.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_flutter/fluent_flutter.dart';
1
likes
160
points
108
downloads

Documentation

API reference

Publisher

verified publisherwhuppi.com

Weekly Downloads

Project Fluent for Flutter. Load .ftl translations from assets, switch languages, read messages in any widget, and render markup. Built on fluent_bundle.

Repository (GitHub)
View/report issues
Contributing

Topics

#i18n #localization #fluent #l10n

License

MIT (license)

Dependencies

fluent_bundle, flutter

More

Packages that depend on fluent_flutter