Комментарии:
What's is state management you used here?
ОтветитьAssalamualaikum sir, can you do a tutorial on how to keep bottomnavigator on even if we navigate to different page? thankyou
Ответитьhive data disappears when open after like after some time !
ОтветитьPresently working on flutter I have came across with this package. Going learn this at this weekend. Thank you so much sir.
ОтветитьA masterpiece from a master tutor yet again. Thank you for making flutter learning super interesting.
ОтветитьCan you do part 2 syncing Firestone data to hive😢
Ответить❤️❤️
ОтветитьHi sir,
Can you make part-2 video
Showing how to sync the local db to server db
Pls 🙏
Wslm Masha Allah
ОтветитьCan you make a video about Flutter Hive Database CRUD with flutter_bloc ?
Ответитьcan I add videos in hive database?
Ответитьto clear text inside textfields you can actually do "textfield controller name".clear inside your clear fucntion
Ответитьsir can you give me sorce code?
Ответить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?
Ответитьsir, what's the best database you would recommend for a flutter developer???
Ответитьthank you for all bro <3
ОтветитьThank you,, this helped me a lot.. followed it to a T and its working
Ответитьsource code!
ОтветитьPlease make video on update operation on this project
ОтветитьIs hive outdated?
Ответитьcrazy video bro but how can i add time and data
ОтветитьThanks... can you please maka a video on Isar database ( whose developer is same as that of Hive )...
Ответить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?
ОтветитьThank you! very good!
Ответить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
ОтветитьThe element type 'String' can't be assigned to the map value type 'Map<dynamic, dynamic>'. (Documentation)
facing this error while assigning the controllers in in Elevated buttons....and the controllers are still diving errors
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
ОтветитьIt is great! Thank you very much
Ответить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
ОтветитьWaalaikumsallam
ОтветитьYour videos are to the point. Explanations are also clear. Thanks ❤
Ответитьwhich code editor are you using?
Loved your content🥰
Which backend do you recommend for a complete beginner developing a flutter mobile app
ОтветитьHow can I find this code ?
Ответитьsource code ?
Ответить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?
thanks
Ответитьthanks
ОтветитьMay i have source code pls. Github
Ответитьis hive still good? should I use isar instead?
ОтветитьWhat is the visual studio theme name?
Ответитьamazing!
Ответить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?
Ответить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.
Ответить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 = '';
}
thank you very much for the video 🥰❤❤❤❤ you just made my day
Ответить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.
Brilliantly explained. Best on Hive demo
ОтветитьSorce code?
Ответить