Tushar Pol
Tushar Pol

Reputation: 7619

How can I create text formatting widget in Flutter?

How can I create a widget where we can align text which user has entered in text area ? And also how I'm supposed to save the entered text where formatting of text should be intact in View mode as well.

enter image description here

Upvotes: 0

Views: 351

Answers (1)

Jewel Rana
Jewel Rana

Reputation: 2786

Your can check this package flutter_summernote 0.2.0

it maybe helpful for your.

enter image description here

Upvotes: 1

Related Questions