SharedPrefsService - Flutter Shared Preferences Handler.
-
Updated
Aug 20, 2024 - Dart
LocalStorage is a JavaScript object that allows storing arbitrary key-value pairs in the web browser as an alternative to cookiesβanother alternative if the data in question goes beyond key-value pairs is to use the IndexedDB.
localStorage
data is specific to the protocol of the document. In particular, for a site loaded over HTTP (e.g., http://example.com), localStorage
returns a different object than localStorage
for the corresponding site loaded over HTTPS (e.g., https://example.com).
SharedPrefsService - Flutter Shared Preferences Handler.
Rick and Morty characters library working offline
Flutter application to read mobile gyro readings and store them into a local text file.
Portfolio App using Flutter
Showcase Product App with storage , using Flutter,Riverpod,Hive
Easy notes mobile application created with Flutter. For storing notes, used sqlite.
A Hivedb-Flutter powered Todo app , which let users add todo items and delete finished one. The data is stored using NoSQL database Hivedb boxes which deliver blazingly fast performance.
Flutter application that implements a complete login screen with fields validations and a products catalog. The products catalog include special features like: Loading images from the local storage, take pictures with the camera, store pictures in an images servers and interactions with a REST API.
Track all your expenses and incomes
A new flutter package to save and load data (Synchronously) from local database
Code generator for creating helper functions for registering Hive types. Generates method named registerAdapters with all the hive adapters for the types annotated with @HiveType.
Save-Load Image Picker Demo
An E-Commerce app named Roadster
This is an example project demostrating how you can use drift as your local database in flutter
Local Storage example with Hive in Flutter
Quick Foodie is an innovative food ordering application built with a clean architecture and proficient Flutter state management. It guarantees secure transactions and incorporates wallet functionalities. With Firebase authentication and Stripe payment integration, it provides a smooth and hassle-free ordering process.
Notes App π is a mobile application designed to help users efficiently create, manage, and organize their notes π. Developed as part of a training course π, this app features a clean and user-friendly interface for effective note-taking πβ¨. It serves as an educational project to demonstrate practical skills in mobile app development π±π.
A habit tracker flutter project, built using clean architecture software techniques.