localized_rich_text 0.0.7 copy "localized_rich_text: ^0.0.7" to clipboard
localized_rich_text: ^0.0.7 copied to clipboard

A flutter plugin to facilitate the localization of a RichText

0.0.7 #

  • Requires Dart 3.0 or later.
  • Requires Flutter 3.10.0 or later.
  • Updated ext.kotlin_version to 1.5.31 (Bug fix).

0.0.6 #

  • Added TextSpanProperties to LocalizedRichTextKey.

    This allows you to add GestureRecognizer, MouseCursor, Function(PointerEnterEvent)? onEnter, Function(PointerExitEvent)? onExit, semanticsLabel, Locale and spellOut to your custom keys.

0.0.5 #

  • Added web support 🎉

0.0.4 #

  • 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.

0.0.3 #

  • Fixed an issue on incorrectly removing spaces (issue link).

0.0.2 #

  • Regardless of the way how you declare the Keys inside the keys array, they will be showed by the order in which they are declared inside the String to localize.

0.0.1 #

  • Initial version.
5
likes
140
pub points
75%
popularity

Publisher

unverified uploader

A flutter plugin to facilitate the localization of a RichText

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_web_plugins

More

Packages that depend on localized_rich_text