Rich Text Editor Controller Demo Flutter

preview_player
Показать описание
A very lightweight package that allows rich text editing as well as providing a simple and intuitive API for data serialization

A Flutter package that lets you edit text in flutter text fields very easily, by simply just providing it a RichTextEditorController and RichTextField ( just TextField that supports changing alignment). note that you can use the controller on a normal TextField but you will not be able to change the alignment of the text.

Features
Data serialization (you can store and fetch your styled text in json format)
change text alignment
change text color
change text size (TBD)
change font style
change font family (TBD)
change font weight
change font features (TBD currently supports changing 1)
change text decoration
Рекомендации по теме
Комментарии
Автор

What is the package called. Add the link in description

abdullahmehdi