Тёмный
No video :(

Hive database flutter tutorial, CRUD 

Easy Approach
Подписаться 26 тыс.
Просмотров 28 тыс.
50% 1

In this video, I have discussed hive database in flutter in detail, furthermore, I have also taught how to perform basic CRUD operations on hive.
GitHub : github.com/the...

Опубликовано:

 

26 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 86   
@aymanj7445
@aymanj7445 3 года назад
This is soo good. Some other hive tutorial is too fast and complicated. But yours teaches us all the important things about hive basics which I really2 need for my app development. Thank you for making this tutorial.
@EasyApproach
@EasyApproach 3 года назад
Please subscribe the channel
@Steveiisler
@Steveiisler 3 года назад
dude nice lesson i've ever seen before. Greetings from Turkey
@EasyApproach
@EasyApproach 3 года назад
Assalamualaikum
@LuminousAsianBeauties
@LuminousAsianBeauties 2 года назад
Your tutorial is always simple explaination, amazing.thanks
@mithuns8410
@mithuns8410 4 года назад
It was a Wonderful Tutorial. Especially ValueListenableBuilder+HIVE
@EasyApproach
@EasyApproach 4 года назад
Thanks. Please subscribe the channel.
@dingus1720
@dingus1720 3 года назад
you're really good at teaching stuff man, keep up the good work 👌
@EasyApproach
@EasyApproach 3 года назад
Thank you. Please subscribe the channel.
@indonesianhoney
@indonesianhoney 4 года назад
Thank you so much. It is really an Easy Approach to understanding Hive!
@EasyApproach
@EasyApproach 4 года назад
Thank you. Please subscribe the channel.
@indonesianhoney
@indonesianhoney 4 года назад
@@EasyApproach already did.
@muhibnoor7603
@muhibnoor7603 2 года назад
Great explain thank you
@b_b.podcast
@b_b.podcast 2 года назад
could u help. The method 'get' can't be unconditionally invoked because the receiver can be 'null'. Try making the call conditional (using '?.') or adding a null check to the target ('!'). and The method 'put' can't be unconditionally invoked because the receiver can be 'null'. Try making the call conditional (using '?.') or adding a null check to the target ('!'). idk i put this one ( ! ) or (?.) result is The method 'put' isn't defined for the type 'Object'. Try correcting the name to the name of an existing method, or defining a method named 'put'.
@addevlopers2975
@addevlopers2975 3 года назад
Best
@mahmudurrahmanshovon185
@mahmudurrahmanshovon185 4 года назад
That was amazing as like you are doing it regularly great
@EasyApproach
@EasyApproach 4 года назад
yes inshallah next video!
@mahmudurrahmanshovon185
@mahmudurrahmanshovon185 4 года назад
@@EasyApproach , thanks so much. That will be a great pleasure for me.
@diegocarrillogarzat2708
@diegocarrillogarzat2708 4 года назад
Thank you man! the best teacher
@EasyApproach
@EasyApproach 4 года назад
The best student
@mubeennaeem4470
@mubeennaeem4470 3 года назад
Best of the best.
@EasyApproach
@EasyApproach 3 года назад
Thank you. Please subscribe the channel.
@ArindamMukherjee-it
@ArindamMukherjee-it 4 года назад
Thank you for the easy approach as always. However, I am facing issues with Hive. Can you make an easy approach tutorial on Sembast? It'll be great.
@EasyApproach
@EasyApproach 4 года назад
Suree
@cecece775
@cecece775 4 года назад
Love this video and all youre channel ! Can talk about Laravel and Node JS for Flutter
@EasyApproach
@EasyApproach 4 года назад
Sorry I didn't get you!
@cecece775
@cecece775 4 года назад
@@EasyApproach Like , we have a project in my High School , and this project are going to be presented at the end of the Yeaar ( my high school did that because of Corona Virus , instead of having course we have to pratice and create a projects for entreprises ) , but i don't know what to use for the back end , like there is a lot of back end , i saw the FrameWork Angel on Dart , there is Laravel , Node JS , mySQL , MongoDB , Ruby ONRAILS , Python with Django ( we cannot use FireBase ) so i'm just lost
@henrypowell3496
@henrypowell3496 3 года назад
you don't need a backend for a flutter app just a database is enough for the most apps except you are gonna host your own server
@henrypowell3496
@henrypowell3496 3 года назад
when i am implementing hive there is only a white screen on my app nothings happening
@aminsamad6900
@aminsamad6900 2 года назад
Does it support windows? And can I back up my data and load it on another platform?
@slametramadhan2695
@slametramadhan2695 3 года назад
Why do there's problem in my Box
@jahidhasan-ji6by
@jahidhasan-ji6by 3 года назад
How to store this type of json data in hive { "city": "Mumbai", "streets": [ "address1", "address2" ] }
@manjukeyal4744
@manjukeyal4744 4 года назад
Hey can you make a video on storing hive db with http
@khanmohammedaamir8900
@khanmohammedaamir8900 3 года назад
Can you make a video on how we can show ONBOARDING SCREEN one time and Splash screen every time while opening the app.
@RajA-me9cl
@RajA-me9cl 3 года назад
Great tutorial. Question: Why you didn’t use hive_generator and builder runner package? Many other tutorials have made use of it. I’m following your approach for my project. Will I face any issues if I didn’t use those packages? And How can you limit the list.builder? For eg; users cannot add more than 10 items.
@EasyApproach
@EasyApproach 3 года назад
Use it. It generates code for adapter, hence saves time.
@EasyApproach
@EasyApproach 3 года назад
Thank you. Please subscribe the channel.
@RajA-me9cl
@RajA-me9cl 3 года назад
@@EasyApproach I'm your long time Subscriber.
@ajaykotiyal427
@ajaykotiyal427 4 года назад
Good Understanding with simple example. Can we replace sqflite db with this hive db?? but there is no table structure in this db. how we can relate two sets with each other? as you said it supports RDBMS ?
@EasyApproach
@EasyApproach 4 года назад
You can only use hive when you have simple structures because it does not allow you to do complex queries, and you can relate two entities by my making two different boxes and by using references!
@EasyApproach
@EasyApproach 4 года назад
May be in future, we can expect some good support, as it is being constantly improved, and it is just new.
@ajaykotiyal427
@ajaykotiyal427 4 года назад
Thanks for your reply.
@vigneshm5088
@vigneshm5088 2 года назад
How to view the hive table file in mobile
@rvng6
@rvng6 3 года назад
I want to ask, is there a way to retrieve all value without displaying it to a view ?
@thomasmabika7291
@thomasmabika7291 4 года назад
please do a video showcasing the animations package in pub.dev
@EasyApproach
@EasyApproach 4 года назад
Great idea thanks. Please subscribe the channel so that you can get notification!
@ucviet2495
@ucviet2495 4 года назад
I have a question. If i already have the data and i want to use it with hive. I can do that on sqlite but i haven't information with Hive. What should i do? Thanks for your time.
@EasyApproach
@EasyApproach 4 года назад
Did you watch the complete video?
@ucviet2495
@ucviet2495 4 года назад
​@@EasyApproach Sorry about my English maybe my question is confusing. I mean ex: I already have a Hive file database similar to .db, .sqlite files in sqlite and I want to access this file.
@kareemessam6245
@kareemessam6245 3 года назад
I have this error and can't solve it Unhandled Exception: MissingPluginException(No implementation found for method getApplicationDocumentsDirectory on channel plugins.flutter.io/path_provider)
@imransefat8770
@imransefat8770 4 года назад
what about object storing ? I was facing some problem generating the adapter
@EasyApproach
@EasyApproach 4 года назад
What problem?
@imransefat8770
@imransefat8770 4 года назад
@@EasyApproach fixed it, there was version mismatch error
@coolprashantmailbox
@coolprashantmailbox 4 года назад
Thank you Man!. Really helpful video
@EasyApproach
@EasyApproach 4 года назад
Thank you. please subcribe the channel for more videos!
@aftabiqbal4661
@aftabiqbal4661 2 года назад
if .listenable() doesn't work: import 'package:hive_flutter/hive_flutter.dart';
@suyulmaz4
@suyulmaz4 4 года назад
how do you compare hive vs sembast vs moor vs ...?
@trapeye3464
@trapeye3464 4 года назад
i think hive easy..
@mithuns8410
@mithuns8410 4 года назад
Can i store an object as a value for a particular key?
@EasyApproach
@EasyApproach 4 года назад
Yes watch my other video on Hive
@mithuns8410
@mithuns8410 4 года назад
@@EasyApproach Please give me the link, i am unable to find it
@nadeemshahzad4416
@nadeemshahzad4416 4 года назад
friendsBox.listenable() is not working ..... Error is listenable() is not defined for Box .... please help me
@EasyApproach
@EasyApproach 4 года назад
Import this import 'package:hive_flutter/hive_flutter.dart';
@nadeemshahzad4416
@nadeemshahzad4416 4 года назад
@@EasyApproach Thankx .... problem solved ....
@aleksandarradivojevic8625
@aleksandarradivojevic8625 4 года назад
Well done!!
@EasyApproach
@EasyApproach 4 года назад
Thank you. Please subscribe the channel for more
@mohammedalotaibi586
@mohammedalotaibi586 4 года назад
thank you for great work , you know with sql we can use “order by id desc” but with hive how can we do that ?
@ezone2726
@ezone2726 3 года назад
When we insert the data, the data will go to last of the list but i need when we insert the data, the data will be in the top of the list. Is possible to do this ? If yes then please teach us and this tutorial is awesome. #happycoding #flutter #hive
@user-gp1uj9ml5t
@user-gp1uj9ml5t 4 года назад
very very very good
@EasyApproach
@EasyApproach 4 года назад
Subscribe the channel for more videos :)
@xaxababa6616
@xaxababa6616 4 года назад
Any chance you do a video on lazy boxes? شكرا
@EasyApproach
@EasyApproach 4 года назад
Sure
@say_hon3y
@say_hon3y 4 года назад
Hey man thank you bro
@EasyApproach
@EasyApproach 4 года назад
Thank you so much. Subscribe the channel :)
@michaelamir6504
@michaelamir6504 4 года назад
Very nice, but how about SEMBAST ?!
@EasyApproach
@EasyApproach 4 года назад
Will see it!
@lynnsartncrafts
@lynnsartncrafts 3 года назад
Hi!! What's the cost of Hive database? Where can I find the pricing?
@EasyApproach
@EasyApproach 3 года назад
It;s free and local.
@himesh_89
@himesh_89 4 года назад
Is the database encrypted? If someone tries to access from files app or something?
@EasyApproach
@EasyApproach 4 года назад
Yes they are encrypted
@AlikhKhan
@AlikhKhan 4 года назад
The method 'getAt' was called on null.
@AlikhKhan
@AlikhKhan 4 года назад
Restart app if you face this error.
@johanrecaman
@johanrecaman 2 года назад
10:55
@faheemahmadofficial7701
@faheemahmadofficial7701 3 года назад
hi guys i ma Mother fa from esays apprich H!HHQHAHA
Далее
I Built a WATERPARK In My House!
26:28
Просмотров 14 млн
Only I get to bully my sister 😤
00:27
Просмотров 19 млн
How to win a argument
9:28
Просмотров 477 тыс.
Flutter Basics by a REAL Project
25:42
Просмотров 458 тыс.
Easiest way to understand BLOC Pattern in Flutter
15:52
It's time for change, it's time for Linux.
10:53
Просмотров 275 тыс.
Easy tutorial on GridView Widget in Flutter
12:45
Просмотров 9 тыс.
Flutter Hive Database - Todo App
26:38
Просмотров 6 тыс.
I Built a WATERPARK In My House!
26:28
Просмотров 14 млн