Flutter Hive Database CRUD Operations

  Рет қаралды 42,798

dbestech

dbestech

Жыл бұрын

Flutter Hive Database CRUD Operations
📕📕📕📕www.udemy.com/course/course-s...
Learn software programming with us step by step. Make money from home by learning programming
Complete e-commerce app
• Flutter E-commerce App...
Complete app for beginners
• Flutter 3.10.0 Master ...
Flutter Firebase Chatting App
www.dbestech.com/tutorials/fl...
Firebase complete study app
• Flutter Firebase Maste...
Complete Gym App
• Flutter Gym App | BloC...
Traveling App
• Flutter Master Class T...
Learn to build an android and iOS app
• Flutter App Developmen...
Learn to build a video player app
• Flutter Video Player T...
Learn to build a website step by step
• Complete Flutter Web A...
Learn to build an ebook app
• Flutter Backend | Flu...
Build an audio app step by step
• Flutter Audio Player T...
Twitter @dbestech
Facebook @dbestech

Пікірлер: 91
@emmanueljoseph2687
@emmanueljoseph2687 Жыл бұрын
A masterpiece from a master tutor yet again. Thank you for making flutter learning super interesting.
@dbestech
@dbestech Жыл бұрын
My pleasure!
@sb-dor
@sb-dor Жыл бұрын
Presently working on flutter I have came across with this package. Going learn this at this weekend. Thank you so much sir.
@dbestech
@dbestech Жыл бұрын
All the best
@b_rabbit9774
@b_rabbit9774 8 ай бұрын
i would like to create a backup and restore for the notes so it will not be gone even after deleting the app what is the best approach?
@kzshaown2091
@kzshaown2091 11 ай бұрын
How can I call _items from another page? Like I'm using these hive function in add to cart button and I want to call this _items data in cart page. How Can I do it?
@timurniyazov5160
@timurniyazov5160 Жыл бұрын
to clear text inside textfields you can actually do "textfield controller name".clear inside your clear fucntion
@kingdre2485
@kingdre2485 Жыл бұрын
Can you do part 2 syncing Firestone data to hive😢
@morshedraiankhan6968
@morshedraiankhan6968 Жыл бұрын
Your videos are to the point. Explanations are also clear. Thanks ❤
@dbestech
@dbestech Жыл бұрын
Glad you like them!
@clovisstanford6515
@clovisstanford6515 7 ай бұрын
Can we use it with different screens with edit and the homescreen it's very difficult to do flutter , my head gonna blow up , When i need to share the data to the homescreen I can't understand this.
@jihfabrice1612
@jihfabrice1612 Жыл бұрын
Please i haven't see how to create the database in the while tutorial, Please is it done here you are just show the crud operation
@ItsMe-rl7dt
@ItsMe-rl7dt Жыл бұрын
Assalamualaikum sir, can you do a tutorial on how to keep bottomnavigator on even if we navigate to different page? thankyou
@sat_talk
@sat_talk Жыл бұрын
Thanks... can you please maka a video on Isar database ( whose developer is same as that of Hive )...
@jashwanthgowda3362
@jashwanthgowda3362 Жыл бұрын
Hi sir, Can you make part-2 video Showing how to sync the local db to server db Pls 🙏
@iamtafara
@iamtafara Жыл бұрын
Thank you,, this helped me a lot.. followed it to a T and its working
@dbestech
@dbestech Жыл бұрын
Glad it helped
@allSignIn-ld5bn
@allSignIn-ld5bn 2 ай бұрын
Brilliantly explained. Best on Hive demo
@dbestech
@dbestech 2 ай бұрын
Wow, thanks!
@mahmoud_ali_963
@mahmoud_ali_963 3 ай бұрын
thank you very much for the video 🥰❤❤❤❤ you just made my day
@dbestech
@dbestech 3 ай бұрын
I'm so glad!
@esatozkan2200
@esatozkan2200 9 ай бұрын
What is the visual studio theme name?
@artem-ai
@artem-ai Жыл бұрын
It is great! Thank you very much
@dbestech
@dbestech Жыл бұрын
Most welcome
@sobachynska
@sobachynska 8 ай бұрын
amazing!
@XxDvLz4GaMeS
@XxDvLz4GaMeS Жыл бұрын
Is there an actual way to connect hive with other forms of cloud databases like for example firestore or even MySQL, or do I have to implement them separately?
@dbestech
@dbestech Жыл бұрын
Hive sits in the app itself, mysql is in the server side. So they are different ideas.
@dbestech
@dbestech Жыл бұрын
There's not direct connection
@amirmuradov1645
@amirmuradov1645 Жыл бұрын
crazy video bro but how can i add time and data
@ab2_3000
@ab2_3000 Жыл бұрын
Which backend do you recommend for a complete beginner developing a flutter mobile app
@dbestech
@dbestech Жыл бұрын
laravel
@lampdeep6803
@lampdeep6803 Жыл бұрын
perfect perfect______perfect___beginner__friendly____
@dbestech
@dbestech Жыл бұрын
most welcome
@inspiredbylenses4388
@inspiredbylenses4388 Жыл бұрын
Thank you! very good!
@dbestech
@dbestech Жыл бұрын
Thank you too!
@henryoncode
@henryoncode 3 ай бұрын
Tip: To fix the issue where you click on edit, close then click on add and it shows text in the text field, empty the TextControllers if the itemKey is null. So in the _showForm function, change it to this: if (itemKey != null) { final existingItem = _items.firstWhere((element) => element['key'] == itemKey); _nameController.text = existingItem['name']; _quantityController.text = existingItem['quantity']; } else { // Clear the text fields _nameController.text = ''; _quantityController.text = ''; }
@dbestech
@dbestech 2 ай бұрын
Thanks a lot
@satdevlpr
@satdevlpr Жыл бұрын
Thanks... another great tutorial.. one query sir.. How about relational data management in Hive?. which is better for relational local database management?.. hive or Isar or realm or any other?
@gatocapucha7990
@gatocapucha7990 9 ай бұрын
ObjectBox🎉
@asadmaeem8262
@asadmaeem8262 Жыл бұрын
The element type 'String' can't be assigned to the map value type 'Map'. (Documentation) facing this error while assigning the controllers in in Elevated buttons....and the controllers are still diving errors
@dbestech
@dbestech Жыл бұрын
were you able to solve it?
@asadmaeem8262
@asadmaeem8262 Жыл бұрын
@@dbestech thats still pendiing brother😥
@asadmaeem8262
@asadmaeem8262 Жыл бұрын
i am fan of your conceptual depths...will you advice me regarding
@dbestech
@dbestech Жыл бұрын
@@asadmaeem8262 tell me the timeline
@asadmaeem8262
@asadmaeem8262 Жыл бұрын
@@dbestech its Pakistan 5:52 the time i am commenting
@MefalacTR
@MefalacTR Жыл бұрын
thank you for all bro
@dbestech
@dbestech Жыл бұрын
Any time!
@yadayada5186
@yadayada5186 Жыл бұрын
Thank you so much for the tutorial, I have a question. So I'm using an Authentication system with firebase and wondering is it possible to have different local database for different user? and if so can you do tutorial for that? once again thank you so much for the tutorial
@dbestech
@dbestech Жыл бұрын
yes, possible. but why would you do it? one database is enough
@yadayada5186
@yadayada5186 Жыл бұрын
@@dbestech For example in a ToDo app, If we login to one account, the app will show what that account has written in his list of ToDo, and if we logout and login to other account, it will show different ToDo list. I hope that makes sense
@CrescentP-wi7ps
@CrescentP-wi7ps 10 ай бұрын
a single database can hold multiple users. Think of it as rows in a spredsheet. you can have multilple rows, while the coloumns hold other values.@@yadayada5186
@festusighalo
@festusighalo 8 ай бұрын
@@yadayada5186 that's the default setting. one database is enough. each data object will be tied to that particular user's credentials.
@powtekmostek732
@powtekmostek732 10 ай бұрын
thanks
@asadmaeem8262
@asadmaeem8262 Жыл бұрын
well.. i have been listening you for a long while...but this tutorial is way more difficult and tricky and non friendly...like i am exectly coping it and still facing buch of errors every time
@Mohamed-wk8rl
@Mohamed-wk8rl Жыл бұрын
How can I find this code ?
@itcook5874
@itcook5874 Жыл бұрын
What's is state management you used here?
@dbestech
@dbestech Жыл бұрын
don't need any state managment here. used stateful class with setState()
@bashiruibrahim8443
@bashiruibrahim8443 Жыл бұрын
Wslm Masha Allah
@peshawaamin3083
@peshawaamin3083 Жыл бұрын
❤️❤️
@the_purna
@the_purna Жыл бұрын
which code editor are you using? Loved your content🥰
@dbestech
@dbestech Жыл бұрын
android studio with plugin.
@dimplesoni4551
@dimplesoni4551 9 ай бұрын
May i have source code pls. Github
@vishwateja266
@vishwateja266 Жыл бұрын
hive data disappears when open after like after some time !
@dbestech
@dbestech Жыл бұрын
I haven't experienced.
@vishwateja266
@vishwateja266 Жыл бұрын
@@dbestech can u like guess reason y does it happens idk what is wrong would be a great help no help found in stackover flow or in git repo issues
@None-vj7vu
@None-vj7vu 3 ай бұрын
super interesting video. Thanks a lot . may I ask you smth? it would be really good if you publish this code into your github. thanks in advance.
@dbestech
@dbestech 2 ай бұрын
It's an old tutorial. I did not preserve the code.
@gyanupadhyay9473
@gyanupadhyay9473 Жыл бұрын
Make a video on Closures in flutter plz🙏
@dbestech
@dbestech Жыл бұрын
ok
@jokergam3r482
@jokergam3r482 Жыл бұрын
Please make video on update operation on this project
@dbestech
@dbestech Жыл бұрын
I think it's included.
@akanjiusman8722
@akanjiusman8722 Жыл бұрын
sir, what's the best database you would recommend for a flutter developer???
@dbestech
@dbestech Жыл бұрын
in production I will use Hive and MySQL
@arunk2710
@arunk2710 Жыл бұрын
@@dbestech I use Realm and MongoDB for an app I'm currently working on. Realm is new to flutter.
@murderer1197
@murderer1197 Жыл бұрын
can I add videos in hive database?
@dbestech
@dbestech Жыл бұрын
I guess no
@suluvsky
@suluvsky Жыл бұрын
Can you make a video about Flutter Hive Database CRUD with flutter_bloc ?
@dbestech
@dbestech Жыл бұрын
yes, I can
@suluvsky
@suluvsky Жыл бұрын
@@dbestech thank you very much
@arunk2710
@arunk2710 Жыл бұрын
Is hive outdated?
@dbestech
@dbestech Жыл бұрын
Of course not.
@crisantus_ik
@crisantus_ik Жыл бұрын
source code ?
@kingsmith1246
@kingsmith1246 Жыл бұрын
Waalaikumsallam
@nadamtv419
@nadamtv419 Жыл бұрын
sir can you give me sorce code?
@dbestech
@dbestech Жыл бұрын
did you follow the link?
@avencadigital3527
@avencadigital3527 Жыл бұрын
Hey,@@dbestech! Where is the link? Thanks for your videos, they´re awesome!
@rebarnajmadin7902
@rebarnajmadin7902 Жыл бұрын
source code!
@dbestech
@dbestech Жыл бұрын
I think it's given
@imudasirk3
@imudasirk3 10 ай бұрын
thanks
@dbestech
@dbestech 10 ай бұрын
Welcome
Урок 55: "Основы работы с данными основы Hive"
1:32:28
LazyLoad Dart & Flutter
Рет қаралды 16 М.
КАК ДУМАЕТЕ КТО ВЫЙГРАЕТ😂
00:29
МЯТНАЯ ФАНТА
Рет қаралды 8 МЛН
LOVE LETTER - POPPY PLAYTIME CHAPTER 3 | GH'S ANIMATION
00:15
Became invisible for one day!  #funny #wednesday #memes
00:25
Watch Me
Рет қаралды 59 МЛН
Flutter Hive Explained In 8 Minutes
7:48
Flutter Mapp
Рет қаралды 54 М.
Hive database flutter tutorial, CRUD
26:33
Easy Approach
Рет қаралды 27 М.
Flutter Offline Mode | Caching API Data Using HIVE Database |
17:37
Desi Programmer
Рет қаралды 33 М.
Flutter Local Database Using sqfLite
20:51
Coding Orbit
Рет қаралды 34 М.
Flutter Hive Database - Todo App
26:38
Flutter Guys
Рет қаралды 6 М.
What is State?
6:54
Flutter
Рет қаралды 110 М.
Как правильно выключать звук на телефоне?
0:17
Люди.Идеи, общественная организация
Рет қаралды 1,8 МЛН
Samsung laughing on iPhone #techbyakram
0:12
Tech by Akram
Рет қаралды 661 М.
Как распознать поддельный iPhone
0:44
PEREKUPILO
Рет қаралды 2 МЛН