- Requires Dart
3.0
or later. - Requires Flutter
3.10.0
or later. - Updated
ext.kotlin_version
to1.5.31
(Bug fix).
-
Added
TextSpanProperties
toLocalizedRichTextKey
.This allows you to add
GestureRecognizer
,MouseCursor
,Function(PointerEnterEvent)? onEnter
,Function(PointerExitEvent)? onExit
,semanticsLabel
,Locale
andspellOut
to your customkeys
.
- Added web support 🎉
- Fixed an issue on getting all the Keys, now you don't have to put a space between two keys within the text that you have to translate.
- Fixed an issue on incorrectly removing spaces (issue link).
- Regardless of the way how you declare the
Keys
inside thekeys array
, they will be showed by the order in which they are declared inside theString
to localize.
- Initial version.