A Flutter and Firebase forum application to support community discussion for meal planning, sustainable practices, development, and education
Creative Commons Attribution Share Alike 4.0 International
2
stars
1
forks
source link
Create the WYSIWYG text editor for posts, application process, etc. #44
Open
holtzmak opened 3 years ago
Consider using the plugin for a markdown editor. Since Flutter isn't an HTML renderer, markdown is next up for similar behaviour and ease of use.
Another option could be an "HTML" editor like flutter_quil (limited ability to work on web).
Yet another option is zefyr, but it has not been exported to null-safety and is less competent than the other options.
Attachments might need to be done separately.