localized_rich_text 0.0.3
localized_rich_text: ^0.0.3 copied to clipboard
A flutter plugin to facilitate the localization of a RichText
0.0.1 #
- Initial version
0.0.2 #
- 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.
0.0.3 #
- Fixed an issue on incorrectly removing spaces (issue link)