Flutter Database not Showing when first app launch

23 Views Asked by At

I'm making a simple todolist application using sqflite. but when the application is opened/flutter is run for the first time, the data on the main page does not appear. the data will appear when I add a new data. how to solve it?

Github repo link: https://github.com/Itqonibras/todoo_app.git

Pre-existing data will appear when the application is first opened

0

There are 0 best solutions below