- Override default boxDecoration using customBoxDecoration (#7)
- Handle properly platforms without localeName
- Language fetching improvements
- Added CDN Support
- Fixed setting custom language
- Fixed language code normalization
- Added initial files.
- Added
Tolgee
class to provide access to the Tolgee SDK methods. - Added
TranslationText
andTranslationWidget
widgets to display the translations in the app. TheTranslationWidget
widget provides a builder function to access the translations. TheTranslationText
widget is a simple wrapper around theTranslationWidget
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.