Building a Form in Flutter
In this example we need to look at how to build a form within Flutter. Forms are important if we want to get information from our users to send to a server so it can be used in other areas. Our first step will be to build the generic app, and then remove most everything…