Skip to content
#

local-storage

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

Here are 21 public repositories matching this topic...

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.

  • Updated May 24, 2023
  • Dart

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.

  • Updated Jan 7, 2024
  • Dart

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 πŸ“±πŸš€.

  • Updated Sep 5, 2024
  • Dart