Flutter Local Data Persistence - SQLite TODO Part 1 (UI Overview)

preview_player
Показать описание
This video is Part 1 of our TODO app to introduce SQLite for Flutter. This video gives you an overview of the starter project we will use for the rest of the app to build upon.

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

Johan, I just wanted to say thank you. I've followed the last 25 or so tutorial videos up to this point, so excited now to walk through a full project. You have incredible skill in teaching via video. I'm a doc and book man myself, but you're covering everything at just the right time. If you had any ambitions in teaching, I would strongly recommend you pursue them! You have a gift.

BlackTelephoneGrey
Автор

For anyone facing Gradle exceptions initially on this project, the fastest solution I've found:
Search and replace

'compileSdkVersion' to 31 or 32

'ext.kotlin_version' to your latest version (in Android Studios this is Tools -> Kotlin -> Configure Kotlin Plugin Updates [get your version from here])

BlackTelephoneGrey
Автор

Hello

Thanks for this awesome videos about Flutter & Sqlite.

Wonder if you could help me with a doubt...look, what I'd like to do is, when starting the app, before showing any screen, check if there's a record in sqlite table, let's say a login token for example, otherwise ask users to sign up or login

excuse my english, hope you understood...

thanks in advance!

robertomejia
Автор

do you still have the starter archive?
would like to follow along with the videos
nice work

saeculorum
Автор

if any one having geadle exception, just delete the andriod folder completely and re download it.

arifavicii