Flutter Hive Database CRUD Operations

preview_player
Показать описание
Flutter Hive Database CRUD Operations
Learn software programming with us step by step. Make money from home by learning programming

Complete e-commerce app

Complete app for beginners

Flutter Firebase Chatting App

Firebase complete study app

Complete Gym App

Traveling App

Learn to build an android and iOS app

Learn to build a video player app

Learn to build a website step by step

Learn to build an ebook app

Build an audio app step by step

Twitter @dbestech
Facebook @dbestech
Рекомендации по теме
Комментарии
Автор

A masterpiece from a master tutor yet again. Thank you for making flutter learning super interesting.

emmanueljoseph
Автор

Presently working on flutter I have came across with this package. Going learn this at this weekend. Thank you so much sir.

flutterguides
Автор

Your videos are to the point. Explanations are also clear. Thanks ❤

morshedraiankhan
Автор

to clear text inside textfields you can actually do "textfield controller name".clear inside your clear fucntion

timurniyazov
Автор

Brilliantly explained. Best on Hive demo

allSignIn-ldbn
Автор

Thank you, , this helped me a lot.. followed it to a T and its working

iamtafara
Автор

Hi sir,
Can you make part-2 video
Showing how to sync the local db to server db

Pls 🙏

jashwanthgowda
Автор

Can you do part 2 syncing Firestone data to hive😢

kingdre
Автор

thank you very much for the video 🥰❤❤❤❤ you just made my day

mahmoud_ali_
Автор

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?

b_rabbit
Автор

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.

clovisstanford
Автор

Assalamualaikum sir, can you do a tutorial on how to keep bottomnavigator on even if we navigate to different page? thankyou

ItsMe-rldt
Автор

crazy video bro but how can i add time and data

amirmuradov
Автор

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?

kzshaown
Автор

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?

satdevlpr
Автор

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

jihfabrice
Автор

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 = '';
}

henryoncode
Автор

Thanks... can you please maka a video on Isar database ( whose developer is same as that of Hive )...

sat_talk
Автор

Which backend do you recommend for a complete beginner developing a flutter mobile app

ab_
Автор

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?

XxDvLzGaMeS
welcome to shbcf.ru