InheritedWidget: Custom Theme Class Set Up a Custom Theme Use the Custom Theme 1. Wrap your app 2. Use the props: 3. A design system suggestion: InheritedWidget: Custom Th...
Forms 1: User Input 1. TextEditingController class 2. Submit The Form Forms 1: User Input Adding functionality to your AddDogForm is a pretty easy feat. Essentially, you ju...
Directions 1. Add the dependencies 2. Define the Dog data model 3. Open the Database 4. Create the dogs table 5. Insert a Dog into the database 6. Retrieve the list of Dogs ...
Reusable Custom Card Widget 1. Create Dog Card Widget 2. Dog Card UI Reusable Custom Card Widget 1. Create Dog Card Widget We need a nice widget to display our doggos. Fir...
Creating an app theme Themes for part of an application Creating unique ThemeData Extending the parent theme Using a Theme Complete example In order to share colors and font...