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 core types in preparation for json converters and upgrade to beta #37

Closed holtzmak closed 3 years ago

holtzmak commented 3 years ago

Upgraded to beta early because a JSON generator I wanted to use required it. Unfortunately, that didn't work out but because I upgraded to beta I might as well stay on it.

This PR:

  1. Adds the beginnings of the core types. Need to add JSON as per #23 , #24 , #25 .
  2. Upgrade to beta, changed workflows to use beta. Closes #33 .
  3. Removed Optional plugin, as the application has migrated to null-safety
  4. Removed integration_test plugin as it is going through some breaking changes atm https://github.com/flutter/flutter/issues/71379

Web looks like:

Screen Shot 2021-03-02 at 1 31 39 PM