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 sign up screen and other necessary app services to build application #40

Closed holtzmak closed 3 years ago

holtzmak commented 3 years ago

Part of #30.

This PR adds:

  1. NavigationService, DialogService
  2. DynamicFormField, StringFormField (no validation yet)
  3. style.dart (App custom GUI bits)
  4. SignUpScreen and it's VM

Also includes the addition of the hotfixes for the web bug described in #38 (not yet tested).