holtzmak / Community-Meal-Planner-Forum

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

Add wysiwyg editor #51

Closed holtzmak closed 3 years ago

holtzmak commented 3 years ago

Most of #44 and #46 . Am unable to use an HTML-like editor at this time as none of the plugins have been migrated to null-safety and the reduced development time now means I do not have the time to make my own.

This PR adds:

  1. The PostWidget for display and editing of posts
  2. Updates to Post type to include the author name as per denormalized NoSQL database structure

Changes look like so on mobile devices: Screen Shot 2021-03-15 at 8 21 17 PM Screen Shot 2021-03-15 at 8 53 45 PM