kodecocodes / video-suf-materials

The projects and the materials that accompany the Supabase with Flutter course
Apache License 2.0
7 stars 6 forks source link

Initialize done and doLater values to false #2

Open rashansmith opened 1 year ago

rashansmith commented 1 year ago

PROBLEM: Starting from Chapter 17, tasks that were made with null values for 'done' and 'doLater' are not displayed in the app simulator.

SOLUTION: Create a new task, initializing the new task's 'done' and 'doLater' values to false before adding the Supabase table.