💾📱 Device Storage • ISAR x Flutter Database Tutorial

preview_player
Показать описание

~;

How to store data in the device's local storage using the Isar database. To demonstrate this, let's build a simple CRUD notes app.

~ ;

⌚️ TIMESTAMPS
0:00 Intro
0:48 Dependencies
1:20 Models
3:28 Initialize
4:17 CREATE
5:02 READ
5:28 UPDATE
6:02 DELETE
6:25 More setup
8:00 UI
Рекомендации по теме
Комментарии
Автор

I was waiting for this tutorial. Top man! keep the awesome work

joaopaulolima
Автор

Love your tutorials mitch, I find your ways of teaching very entertaining to watch 👌

asifulahsan
Автор

Hello Mitch,
You are one of the few developers I have never met who masters his concept perfectly. You have a teaching approach that allows students to quickly grasp the material. Knowledge that could be acquired in one year, with you, is achievable in one month. You should consider teaching at universities.
👨‍🏫🙂

WorkCloud-tech
Автор

Wow, what an insightful tutorial on Device Storage with ISAR and Flutter! 🚀 The step-by-step guidance made it so much easier to understand and implement data storage in the device. Kudos to the creator for breaking down the process of building a CRUD notes app – it's incredibly helpful for learners like me!

I appreciate the clarity in your explanations and the seamless integration of ISAR with Flutter. It's evident that you put a lot of effort into making this tutorial beginner-friendly. Thank you for sharing your expertise! 🙌

Looking forward to more tutorials from your channel. Keep up the fantastic work! 👏

RamdanCode
Автор

I literally checked your channel today afternoon just to check if any new video is there
And here you are with new video

ashishjakhariya
Автор

Hy mitch
Thanks for another video on storage.i consider u as my unseen teacher.
Looking forward to your next videos
Best of luck🎉

kashaf
Автор

11:48 I'll suggest you dispose of controllers after use. In a more complex app, you'll have to create a new widget instead of using a dialog box, so in this widget, you can initialise the controller(s) and dispose them respectively when the widget mounts and when it's removed from the tree and you won't have the inputted text remain in the text field.

gofullstack
Автор

🎉Merry Christmas Mitch. You made it awesome

papacoleman
Автор

Great content as always! thank you for putting up this videos! I have a question, so should we start using ISAR instead of HIVE now? I know is from the same developer, and it looks similar also.

donniengk
Автор

Hello Mitch, you can make a video about clean arch in flutter/dart, or how organize large project in flutter? THanks for the videos@!

ilovemacross
Автор

Hello Mitch, Can you please do some tutorials on state management, BLoC pattern would be much useful

tejas.s.u_
Автор

Es por eso que me voy a enfocar al 100% en flutter es una tecnología que esta en auge y en constante crecimiento pero no dejo de lado a Java

miyondev
Автор

Hello.. can you make web hosting connect to app make apps Flutter tutorial

ProfullowDream
Автор

Hi Mitch... You are using Isar v3.... Isar v4 comes with a lot of syntax changes and improvements....though v4 is in dev14....I am using it on my projects without

In case you are planning for any full tutorial... Pls consider using The Isar doc u are following is also very

alangautham
Автор

Thanks for another great tutorial! Create a backup and restore please, so users can restore their notes after uninstalling the app.

b_rabbit
Автор

Great.❤ Now make a wallpapers app with admin panel👍

swapnilpingale
Автор

please make a video on how to setup env variebles

ButterDog
Автор

How do you create those app mockup video ? Any suggestions to good tool.?

AbdulRafay-horz
Автор

this error is coming to me and i don't know why ? can someone please help ?
" A value of type 'List<void>' can't be assigned to a variable of type 'List<Note>'.
Try changing the type of the variable, or casting the right-hand type to 'List<Note>'."

the error is coming at " List<Note> currentNotes = noteDatabase.currentNotes; " in notes_page.dart

quibler
Автор

Oh, hey I see you started using ISAR. Gonna stick to it?

avikarefin