Skip to content

Releases: tolgee/flutter-sdk

v1.2.0

25 Oct 15:57
4c2c097
Compare
Choose a tag to compare

1.2.0 (2024-10-25)

Available on pub.dev

New

  • Override default boxDecoration using customBoxDecoration (#7)

Fixed

  • Handle properly platforms without localeName

v1.1.0

06 Oct 12:18
b6c341b
Compare
Choose a tag to compare

1.1.0 (2024-10-06)

Available on pub.dev

New

  • Language fetching improvements
  • Added CDN Support

Fixed

  • Fixed setting custom language
  • Fixed language code normalization

v1.0.1

06 Oct 12:16
fed18a5
Compare
Choose a tag to compare

1.0.1 (2024-02-26)

Available on pub.dev

New

  • Added initial files.
  • Added Tolgee class to provide access to the Tolgee SDK methods.
  • Added TranslationText and TranslationWidget widgets to display the translations in the app. The TranslationWidget widget provides a builder function to access the translations. The TranslationText widget is a simple wrapper around the TranslationWidget widget.
  • Added Tolgee.init method to initialize the Tolgee SDK using either the dynamic or static mode. In the dynamic mode, the SDK fetches the translations from the Tolgee platform. In the static mode, the translations are loaded from the local assets.
  • Added Tolgee.highlightTolgeeWidgets method to highlight the widgets that use the Tolgee SDK and add or modify the translation directly from the app.