dwyl / learn-flutter

🦋 Learn how to use Flutter to Build Cross-platform Native Mobile Apps
https://flutter.dev
GNU General Public License v2.0
73 stars 8 forks source link

zefyr rich text editing for Flutter applications #50

Open nelsonic opened 4 years ago

nelsonic commented 4 years ago

In the @dwyl app we want to allow people to capture their thoughts in "Rich Text" (not just plaintext). If we had infinite resources/time and could build everything from scratch we would because we it would ensure the code is fully tested/documented and specific to our needs. But we don't have infinite resources/time so we need to find existing solutions to problems.

After a bit of googling, I found Zefyr: https://github.com/memspace/zefyr Busy reading the source code to learn how it works. 👀

nelsonic commented 4 years ago

There is an open issue for using Zefyr for a Flutter Web App: https://github.com/memspace/zefyr/issues/110 I posted a comment politely asking about progress: https://github.com/memspace/zefyr/issues/110#issuecomment-637518436 If someone has got it working on Web, I'm considering giving it a go. 💭