fluent_flutter 0.1.0-dev.0 copy "fluent_flutter: ^0.1.0-dev.0" to clipboard
fluent_flutter: ^0.1.0-dev.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 Dart:

 $ dart pub add fluent_flutter

With Flutter:

 $ flutter pub add fluent_flutter

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

dependencies:
  fluent_flutter: ^0.1.0-dev.0

Alternatively, your editor might support dart pub get or 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
0
points
108
downloads

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

Topics

#i18n #localization #fluent #l10n

License

unknown (license)

Dependencies

fluent_bundle, flutter

More

Packages that depend on fluent_flutter