Skip to content

Releases: whuppi/fluent_flutter

fluent_flutter 0.1.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 03:52

First release — Project Fluent for Flutter, built on fluent_bundle.

  • Setup: load .ftl translations from your assets (found automatically) and plug into MaterialApp. One controller owns the current language — following the device or set by the user, switchable while the app runs.
  • Reading: context.fluent reads 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 .ftl file updates on hot reload (debug builds only).
  • Platforms: widgets and pure Dart, no platform code — every platform.
Commits since initial (9)
  • 5afda52 release: v0.1.0
  • f2189bf chore: promote dev to prod (#5)
  • 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

Install (pub.dev)

dependencies:
  fluent_flutter: ^0.1.0

fluent_flutter 0.1.0-dev.0

Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 Jul 03:41

First prerelease — Project Fluent for Flutter, built on fluent_bundle.

  • Setup: load .ftl translations from your assets (found automatically) and plug into MaterialApp. One controller owns the current language — following the device or set by the user, switchable while the app runs.
  • Reading: context.fluent reads 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 .ftl file 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.0

Install (pub.dev)

dependencies:
  fluent_flutter: ^0.1.0-dev.0