Skip to main content
  1. Tags/

Firebase

Flutter useful class for shared preferences
·588 words·3 mins
A reusable Flutter class to simplify Shared Preferences management with add, delete, update, and cache operations for string lists.
Flutter 2 plugin necessary with great potentiality
·1343 words·7 mins
Combine Firebase Remote Config and Shared Preferences in Flutter to build a free, responsive quiz system with smart caching for your app.
What is Firebase Remote Config
·726 words·4 mins
Learn what Firebase Remote Config is and how to implement it in Flutter using a singleton pattern. Update app behavior in real time remotely.
Flutter Shared Preferences in depth
·433 words·3 mins
Master Flutter Shared Preferences: save strings, integers, booleans and JSON data locally. Learn object mapping for offline-capable apps.