fluent_flutter 0.1.0
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_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fluent_flutter: ^0.1.0Alternatively, 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';