Тёмный

Flutter Offline Mode | Caching API Data Using HIVE Database | 

Desi Programmer
Подписаться 27 тыс.
Просмотров 34 тыс.
50% 1

In this video I have demonstrated a very simple core to the basic implementation of how you can use the no-SQL Hive database to cache online data in flutter.
You can use this method to make sure the User experience is better by saving some data to display even when your device is offline.
Flutter Projects To Code : desiprogrammer...
Grab Free Courses Here : desiprogrammer...
Still In Development
♥♥ Support ♥♥
Support : rzp.io/l/desip...
Patreon : / desiprogrammer
💬 To Chat
Twitter : / desiprogrammer_
Instagram : / desiprogrammer
🌐 Others
Facebook : / desiprogrammerofficial
Github : github.com/des...
Gitlab : gitlab.com/des...
"Copyright Disclaimer under section 107 of the Copyright Act of 1976, allowance is made for “fair use” for purposes such as criticism, comment, news reporting, teaching, scholarship, education and research. Fair use is a use permitted by copyright statute that might otherwise be infringing.”

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

 

27 сен 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 46   
@InterrexIT
@InterrexIT 7 месяцев назад
So helpful video dear. Take love from Bangladesh.
@sanketsakpal2357
@sanketsakpal2357 3 года назад
Nice explanation, good quality video and voice.. thanks for uploading video like pro
@adityashigwan3394
@adityashigwan3394 17 дней назад
Have you create video for sending data back to server which edited offline?
@valerijt4344
@valerijt4344 3 года назад
Hey! what do you use to run your local server? do you have a video about this?
@sanketsakpal2357
@sanketsakpal2357 3 года назад
i am trying this but my api data is not store in db
@mdomerarafat4611
@mdomerarafat4611 3 года назад
How to cache data without hive object . i am using A contact model , but could not .error is hive adapter not registered !
@qaiserhussain1861
@qaiserhussain1861 3 года назад
getApplicationDocumentsDirectory() doest work in web ? do you know why ?
@lakhandeswal2732
@lakhandeswal2732 4 года назад
Which backend technology should I choose for my startup if I am building website with react and app. With flutter, I am confused b/w node and django.
@nagcvlogs
@nagcvlogs 3 года назад
It depends on your requirement and development time. If you need a asynchronous based highly availablilty server then go for nodejs, If you have AI/ML based modules then its preferred to go with django as most of AI/ML libraries are available for python. It also depends on your knowledge of javascript vs python.
@Horizon-tr6iy
@Horizon-tr6iy 3 года назад
Thank you very much, this is awesome!
@hk20092009able
@hk20092009able 2 года назад
Why font to small do read your Liston or want public teach?
@rvng6
@rvng6 3 года назад
I want to ask, is there a way to retrieve all value without displaying it to a view ?
@CarlosWashingtonMercado
@CarlosWashingtonMercado 4 месяца назад
This is a really good tutorial. Does it work the same with Isan than with Hive?
@neeswebservices
@neeswebservices 2 года назад
cool video dude !
@theroebuck123456789
@theroebuck123456789 3 года назад
Does hive data persist if I reset my phone?
@ВикторЦай-л7я
@ВикторЦай-л7я 2 года назад
Thanks man
@ezone2726
@ezone2726 4 года назад
What is the work of Future putData(data) async ........? What if we dont use future?
@DesiProgrammer
@DesiProgrammer 4 года назад
Need to make sure the box is clear. Should Have added a return at the end 💤
@ezone2726
@ezone2726 4 года назад
@@DesiProgrammer i could not understand sry..there posible make this video in hindi langauge also. Thank you❣️
@premKumar-il1qy
@premKumar-il1qy 4 года назад
❤️🔥, Plz do flutter firebase crud with the updated firebase version
@maherbanhusentech
@maherbanhusentech 4 года назад
Good but pdf, image and video store in cloud firebase and storage firebase 👍 Please video create
@Sampelmind81
@Sampelmind81 2 года назад
thanks a lot!
@39_ashishpatel91
@39_ashishpatel91 4 года назад
Thanku sir ❤️
@PawanSharma-ot2zk
@PawanSharma-ot2zk 2 года назад
sir please explain api cache manager flutter
@Madmovie_club510
@Madmovie_club510 3 года назад
How to creat game
@abc867
@abc867 3 года назад
Its not working
@wikituby
@wikituby Год назад
you dont seem to explain everything you are using some method that you dont tell where you are getting them from
@Madmovie_club510
@Madmovie_club510 3 года назад
Payload ki video ban do bhai
@bashircodes
@bashircodes 3 года назад
Thank you so much I was looking for this kind of video for so long. please one more question I want to read and write using API from an online server so far have seen only using the IP address.
@aahansidi
@aahansidi 3 года назад
Only for make this Hindi video 🙏
@alighirban
@alighirban Год назад
great
@kamalCode
@kamalCode 4 года назад
Sir, How to host flutter app in cloud hosting. Cloud hosting complete advanced tutorials बनाओ जी
@vicsystems
@vicsystems Год назад
good content i have been looking for this
@abdurrehman6203
@abdurrehman6203 2 года назад
very great video, and it is not Jshon it is Json 😂 [pronunciation]
@elsellamajuanca
@elsellamajuanca 3 года назад
Nice video. Plz do the same video but with provider ? Thank you
@MUSICIANADITYA
@MUSICIANADITYA 4 года назад
Thank you so much that was so helpful
@officialismailshah
@officialismailshah 2 года назад
good content i was looking for that helped me alot thanks man
@51ravipandit76
@51ravipandit76 3 года назад
Sir dart download nhi ho rha h laptop me
@iedit1713
@iedit1713 Год назад
What if we have initially used provider for api and state management?
@DesiProgrammer
@DesiProgrammer Год назад
Pretty much the same structure then too , First get data from local storage and then try to fetch online and sync.
@kerimamanov7760
@kerimamanov7760 3 года назад
Can we cache requests with cache_manager?
@nagcvlogs
@nagcvlogs 3 года назад
Yes you can, But cachemanager uses sqlflite by default which has perfornance drawbacks when writing thousands of entries.
@dshahi468
@dshahi468 3 года назад
do not follow this
@InterrexIT
@InterrexIT 7 месяцев назад
Why?
Далее
Flutter Offline Rest API Data Sync
11:24
Просмотров 20 тыс.
titan tvman's plan (skibidi toilet 77)
01:00
Просмотров 4,4 млн
С какого года вы со мной?
00:13
Просмотров 174 тыс.
Advanced offline caching techniques in Cloud Firestore
12:34
Flutter Local NoSQL Database Hive - with Best Practices
18:32
Keeping it local: Managing a Flutter app's data
44:57
Hive database flutter tutorial, CRUD
26:33
Просмотров 28 тыс.
How to use Hive with Flutter
13:38
Просмотров 33 тыс.
📱Local Storage • HIVE × FLUTTER Tutorial ♡
10:27
Flutter Hive Explained In 8 Minutes
7:48
Просмотров 54 тыс.