Flutter Local Data Persistence - SQLite TODO Part 3 (Creating the SQL database)

preview_player
Показать описание
This video is Part 3 of our TODO app to introduce SQLite for Flutter. In this video we build the Database class with CRUD operations for both the User and Todo tables.

You can find my Dart playlist here:
Рекомендации по теме
Комментарии
Автор

I just realized how underrated your videos are. I've been following this flutter playlist since a while, and I know that the quality is unparalleled. Thanks for the awesome videos. I do hope you get the views and recognition you deserve.

harshm
Автор

Dude I don't know what I would do without you

alju_.
Автор

thanks for this amazing video. helped a lot

zahrayousefi
Автор

It was all going so well....

But I've come across an error which I just can't find a solution to.

In the getUser function I get the error: "The argument type 'Map<String, Object?>' can't be assigned to the parameter type 'Map<String, Object>'."

The IDE isn't offering any possible solutions and I can't find anything on StackOverflow.

Any ideas?

davidhadwin