Today's Lab Tasks: Today's lab tasks: (Using StatefulWidget) Task 1: Make an app with a Text widget and a button. When the button is clicked, a counter variable's value is updated in the Text (the same program we did in class yesterday) Task 2: Update the app to include two different counter variables on two different Text widgets, and two buttons Task 3: Please write code for C30, C31, C32 on attached problem sets. I will check the tasks during labs so please don't waste time, and ask me if anything is not clear / working. The ONLINE URL of lecture notes: https://github.com/osmankhalid2005/flutter/blob/791d163324461e6144bba4f9a883454c324e79c0/Flutter%20Mobile%20App%20Development.pdf The ONLINE URL of Problem Sets: https://github.com/osmankhalid2005/flutter/blob/791d163324461e6144bba4f9a883454c324e79c0/Flutter-Practice-Problems%20-%20UPDATED.pdf
|