fluent_flutter 0.1.0-dev.0
Pre-release
Pre-release
First prerelease — Project Fluent for Flutter, built on fluent_bundle.
- Setup: load
.ftltranslations from your assets (found automatically) and plug intoMaterialApp. One controller owns the current language — following the device or set by the user, switchable while the app runs. - Reading:
context.fluentreads messages in any widget and rebuilds when the language changes. - Markup: translator-written tags render as styled, tappable text; a bridge wires in fluent_gen's typed class.
- Hot reload: editing an
.ftlfile updates on hot reload (debug builds only). - Platforms: widgets and pure Dart, no platform code — every platform.
Commits since initial (8)
- c207886 release: v0.1.0-dev.0
- 2c7c59a docs(changelog): complete both genesis changelog lanes (#4)
- a40574e docs: rewrite README and pubspec description in plain language, no jargon
- 1974357 chore: bump Flutter SDK (#3)
- e5b6584 ci: bump dorny/paths-filter from 4.0.1 to 4.0.2 in the actions group (#2)
- 926f70f ci: bump the whuppi-ci group with 8 updates (#1)
- 82acbfb docs: add banner — fleet web-min webp (96 KB) + 3x masters, cellar naming convention
- 265ee4e feat: fluent_flutter — Flutter integration for the fluent family: asset loading, locale lifecycle, delegates, markup, hot reload
Install (git tag)
dependencies:
fluent_flutter:
git:
url: https://github.com/whuppi/fluent_flutter.git
ref: v0.1.0-dev.0Install (pub.dev)
dependencies:
fluent_flutter: ^0.1.0-dev.0