Open nelsonic opened 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. ðŸ’
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. 👀