flet icon indicating copy to clipboard operation
flet copied to clipboard

RichText Control

Open hevirbek opened this issue 3 years ago • 2 comments

From time to time, we may want to keep different parts of the text in a different style, and there is no solution other than using Rowfor this, but this solution is not very efficient either. It would be better if there is an extra control like RichText in Flutter. This RichTextcan have a Text or TextSpan list parameter named controls.

hevirbek avatar Sep 08 '22 19:09 hevirbek

Related to https://github.com/flet-dev/flet/issues/188

FeodorFitsner avatar Sep 08 '22 19:09 FeodorFitsner

https://api.flutter.dev/flutter/widgets/RichText-class.html

FeodorFitsner avatar Sep 08 '22 19:09 FeodorFitsner

Implemented: https://flet.dev/docs/controls/text#rich-text-basics

FeodorFitsner avatar Sep 13 '23 19:09 FeodorFitsner