Note App with SQLite and Flutter Course Part 3 - Adding the Database

preview_player
Показать описание
►SUBSCRIBE TO THE CHANNEL◄

►FOR ANY QUESTIONS CONTACT ME AT◄

►THIS PROJECT ON GITHUB◄
Рекомендации по теме
Комментарии
Автор

This is seriously the best Flutter tutorial ever :)
It goes through frontend development -> backend development -> database.

Only things I would wish more are:

- When doing something "off camera", don't rush forward afterwards, we want to see what you changed.
- Although this particular app is pretty simple, it would be nice if you started with quickly showing us a rough draft of which screens you want to make and maybe which dart files would be needed. This would show the planning phase before the actual coding starts.

Thumbs up!

jangeisler
Автор

thank you very much sir.... this is the best flutter tutorial on note app.. I really understood. thank you🙏

thessyzilla
Автор

Thanks for such an amazing course and explaination. It really helped me getting my first flutter project really working !

nutanyadav
Автор

That was a really good tutorial, but there are a few differences between the code in the videos and the code on GitHub.

A little tip from a beginner:
The relaxt speed in the first video was perfect, then you hurried.
Maybe you will create a video series about flutter & hive in this quality and the patience as in the first video
:-)

Do jaja burazeru :-)

marco_di
Автор

This tutorial was exactly what I needed! Thank you!

carlyc
Автор

Thanks for the tutorial, how can I update the whole database from API.

I explain: I have an API which is saved on local database, the API has a field updatedAt. When the updatedAt differs from the local one, it should drop the whole database and reinsert with new data from API, do you have a better solution ?

brunobernard
Автор

Just a question please, where exactly is the path? I mean where should i put my .db file if I already have one?

hachembenamor
Автор

Hey! When I change the _notes in notes, the type of notes is Object and I can't use [ ][ ]. Did someone resolve that problem?

cezarlupu
Автор

if it possible please make a tutorial with a database that has several tabels and those tables have connections with each other

mahsakhanbani
Автор

Thanks, the tutorial is very helpful .
But i am facing an issue in the app. Even if the data are present in the database, the app doesnt displays the data for the first time rather it is showing me (nosuchmethoderror: the getter length was called on null) .It is displaying only when i add a new data.

simpleJoee
Автор

thank you so much for your tutorial! :')

indirapravianti
Автор

NoteList is not updating when returning from add note or edit note. why?

abymathew
Автор

Hey, sorry, I want to use 2 databases, do I have to close the previous one before using the next one please? currently I'm getting this error when using a second database : Unhandled Exception: NoSuchMethodError: The method 'insert' was called on null.

Tomtomtomahawk
Автор

how do i make preinsert text? i want to make it like if the user download the app, there will be a text (message by developer)
but the problem is, if the user kill the app and open it again, the same text will appear again and now have 2 text of message from developer

muhammadnurhafiznoormohama
Автор

tnx for ur tutorial, is it possible to attach an external db in flutter?

mahsakhanbani
Автор

When loading the app it show "no such table: Notes" i use yhe same name Notes in create method and get method

hanishbasheer
Автор

I am having trouble with the Future function, I keep getting the error: "Future isn't a type, try correcting the name to match an existing type." Any advice how to solve it.
Awesome videos by the way 👌🏻

antonheimdal