Search code examples
flutterflutter-layoutflutter-dependenciesflutter-animationflutter-web

How to make text editor wih bold, italic, etc formatter in flutter?


I want to make flutter app which has a textfield who can be edited with format bold, italic, underline as shown in this picture https://i.sstatic.net/OKD04.png

is there a way to make this come true with flutter?


Solution

  • Check out Zefyr. It's a package for "soft and gentle rich text editing for Flutter applications".

    2