No video

Hive database flutter tutorial, CRUD

  Рет қаралды 28,000

Easy Approach

Easy Approach

Күн бұрын

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...

Пікірлер: 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
@addevlopers2975
@addevlopers2975 3 жыл бұрын
Best
@mubeennaeem4470
@mubeennaeem4470 3 жыл бұрын
Best of the best.
@EasyApproach
@EasyApproach 3 жыл бұрын
Thank you. Please subscribe the channel.
@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
@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
@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.
@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
@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
@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'.
@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.
@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.
@henrypowell3496
@henrypowell3496 3 жыл бұрын
when i am implementing hive there is only a white screen on my app nothings happening
@coolprashantmailbox
@coolprashantmailbox 4 жыл бұрын
Thank you Man!. Really helpful video
@EasyApproach
@EasyApproach 4 жыл бұрын
Thank you. please subcribe the channel for more videos!
@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.
@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
@rvng6
@rvng6 3 жыл бұрын
I want to ask, is there a way to retrieve all value without displaying it to a view ?
@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
@jahidhasan-ji6by
@jahidhasan-ji6by 3 жыл бұрын
How to store this type of json data in hive { "city": "Mumbai", "streets": [ "address1", "address2" ] }
@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!
@vigneshm5088
@vigneshm5088 2 жыл бұрын
How to view the hive table file in mobile
@manjukeyal4744
@manjukeyal4744 4 жыл бұрын
Hey can you make a video on storing hive db with http
@user-gp1uj9ml5t
@user-gp1uj9ml5t 4 жыл бұрын
very very very good
@EasyApproach
@EasyApproach 4 жыл бұрын
Subscribe the channel for more videos :)
@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 ?
@say_hon3y
@say_hon3y 4 жыл бұрын
Hey man thank you bro
@EasyApproach
@EasyApproach 4 жыл бұрын
Thank you so much. Subscribe the channel :)
@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)
@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 ....
@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..
@michaelamir6504
@michaelamir6504 4 жыл бұрын
Very nice, but how about SEMBAST ?!
@EasyApproach
@EasyApproach 4 жыл бұрын
Will see it!
@AlikhKhan
@AlikhKhan 4 жыл бұрын
The method 'getAt' was called on null.
@AlikhKhan
@AlikhKhan 4 жыл бұрын
Restart app if you face this error.
@xaxababa6616
@xaxababa6616 4 жыл бұрын
Any chance you do a video on lazy boxes? شكرا
@EasyApproach
@EasyApproach 4 жыл бұрын
Sure
@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
@johanrecaman
@johanrecaman 2 жыл бұрын
10:55
@faheemahmadofficial7701
@faheemahmadofficial7701 3 жыл бұрын
hi guys i ma Mother fa from esays apprich H!HHQHAHA
Easiest way to understand to mobX state management in Flutter
19:14
Easy Approach
Рет қаралды 13 М.
Hive database with type adapter in Flutter Todo Application
36:21
Easy Approach
Рет қаралды 22 М.
Parenting hacks and gadgets against mosquitoes 🦟👶
00:21
Let's GLOW!
Рет қаралды 13 МЛН
Zombie Boy Saved My Life 💚
00:29
Alan Chikin Chow
Рет қаралды 28 МЛН
Magic trick 🪄😁
00:13
Andrey Grechka
Рет қаралды 57 МЛН
А ВЫ УМЕЕТЕ ПЛАВАТЬ?? #shorts
00:21
Паша Осадчий
Рет қаралды 2,1 МЛН
📱Local Storage • HIVE × FLUTTER Tutorial ♡
10:27
Mitch Koko
Рет қаралды 69 М.
Using Firestore as a backend to your Flutter app
11:42
Google for Developers
Рет қаралды 524 М.
Flutter Bloc State Management With API Calling (Dictionary App)
1:04:39
Easiest way to understand BLOC Pattern in Flutter
15:52
Easy Approach
Рет қаралды 96 М.
The Secret Science of Perfect Spacing
9:40
Chainlift
Рет қаралды 408 М.
If __name__ == "__main__" for Python Developers
8:47
Python Simplified
Рет қаралды 398 М.
Flutter Basics by a REAL Project
25:42
Flutter Guys
Рет қаралды 460 М.
Hive CRUD in flutter | Flutter Hive tutorial | Hive - No SQL
25:03
Parenting hacks and gadgets against mosquitoes 🦟👶
00:21
Let's GLOW!
Рет қаралды 13 МЛН