Adding Interactivity, More Widgets & Theming [EXPENSE TRACKER APP]
-
96 Module Introduction
-
97 Starting Setup Repetition Time
-
98 Adding an Expense Data Model with a Unique ID Exploring Initializer Lists
-
99 Introducing Enums
-
100 Creating Dummy Data
-
101 Efficiently Rendering Long Lists with ListView
-
102 Using Lists Inside Of Lists
-
103 Creating a Custom List Item with the Card Spacer Widgets
-
104 Using Icons Formatting Dates
-
105 Setting an AppBar with a Title Actions
-
106 Adding a Modal Sheet Understanding Context
-
107 Handling User Text Input with the TextField Widget
-
108 Getting User Input on Every Keystroke
-
109 Letting Flutter do the Work with TextEditingController
-
110 Time to Practice Adding a New Input
-
111 Exercise Solution
-
112 Closing The Modal Manually
-
113 Showing a Date Picker
-
114 Working with Futures for Handling Data from the Future
-
115 Adding a Dropdown Button
-
116 Combining Conditions with AND and OR Operators
-
117 Validating User Input Showing an Error Dialog
-
118 Saving New Expenses
-
119 Creating a Fullscreen Modal
-
120 Using the Dismissible Widget for Dismissing List Items
-
121 Showing Managing Snackbars
-
122 Getting Started with Theming
-
123 Setting Using a Color Scheme
-
124 Setting Text Themes
-
125 Using Theme Data in Widgets
-
126 Adding Dark Mode
-
127 Using Another Kind of Loop forin
-
128 Adding Alternative Constructor Functions Filtering Lists
-
129 Adding Chart Widgets
-
130 Module Summary