Flutter Offline Rest API Data Sync

preview_player
Показать описание
In this video, we learn how to make the flutter application to access the rest API in offline Mode by using SnippetCoder latest package api_cache_manager

⏱TIMESTAMPS
00:00 - Video Introduction
00:30​ - API Cache Manager Flutter Package
01:16​ - Package Features
01:56​ - How to use Package
03:15​ - Package Integration in Flutter App

📎Flutter Package - API Cache Manager

🤝Stay Connected with me !

⛄If you like my work , you can support me
☑️DM For UPI Number

PLEASE SUBSCRIBE AND SHARE THIS VIDEO!!!!😳
THANKS FOR WATCHING!!!

🔥🔥🔥💰 Monetizing Flutter apps with Google AdMob 💰🔥🔥🔥

🔥🔥🔥 Push Notification with Flutter, WordPress & OneSignal 🔥🔥🔥

🔥🔥🔥 Upload Image/Video in Flutter with Rest API & WordPress 🔥🔥🔥

🔥🔥🔥 Login/Logout System in Flutter With Rest API & WordPress 🔥🔥🔥

Tags and SEO Stuff :
#flutteroffline #restapi #sqlite
Рекомендации по теме
Комментарии
Автор

Please subscribe to this YouTube channel and click on the bell button so that you get updates on our videos. Thank you.

SnippetCoder
Автор

Snippet Coder is the King of Flutter 🔥

rohitkumarsingh
Автор

Proper offline experience is more sofisticated than that. But you give me idea for a start. Thanks

gsilva
Автор

really good work,
note : why not add time for refresh data,
i mean when stored data, automatically add addedDate to sqlite, when retrive data check addedDate if more than 7 (e.g) days, make http request and replace data

cethartest
Автор

Nice Video brother. Thanks for sharing the information... Keep post the videos... ☺

GowthamkumarM-zxno
Автор

very excellent explanation ... But in the case of deleting or adding products from the control panel, how do I delete the old cache and make a new cache?

anwarshehata
Автор

wow thank you so much. it worked flawlessly

roopaish
Автор

If I understood correctly you're giving the cache generic names such as API_Products etc.. but the data you're storing on it is filtered by params such as "searchStr". Wouldn't that cause cache hit even after the "searchStr" is changed?

AlexanderSuraphel
Автор

thank you sir it's very very helpfull

maririn
Автор

what can I say..! You are the best! Congrats...!

thaliaamargianou
Автор

Hello bro,
Once I cache all the data, Then when the user restarts the app we need to call the api data right?(otherwise it will never update). So, will it be good to clear the cache in the main function?.

AswanathCK
Автор

What a great work brother...thanks a lot.

mirmoktadir
Автор

great video i have a question how will it take if we go to next page or increment the page ?? and how to display products with different category id ?? how to implement both in this package??

samkitshah
Автор

Amazing stuff, its a WOW
it could be better if you store the keys in variables.

What will happen if the data changes in the online DB or local DB, how to synch???

MohammadAlbazel
Автор

my data from api request is not only text, but also image. Image can also be cached in local ?

biakneisang
Автор

This is awesome ... thanks for your efforts🤘❤️

divyanshusharma
Автор

Great sir. This plugin is life saver. How you create those plugins?

Sj-rjpp
Автор

Nice video.
How is this better than Hive or shared preferences? I'm new to flutter and programming in general

xpwahab
Автор

how to query the data saved to local database with this package??

gameStreamerLoco
Автор

please can you tell us how to make data sync? at the first time, it fetches from api and stores in local and second time, it gets from local, in here if the back-end db is updated, how can i get the update data by making data sync? my back-end db is local MongoDB with nodeJS

johnsangpi