Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Local Storage Cache Examples

This directory contains example applications demonstrating various features of the local_storage_cache package.

Examples Included

  1. Basic CRUD Operations - Simple user management with create, read, update, delete
  2. Advanced Queries - Complex queries with joins, conditions, and pagination
  3. Multi-Space Architecture - Data isolation for different users
  4. Encryption - Secure data storage with encryption
  5. Backup & Restore - Data backup and restore functionality

Running the Examples

cd packages/local_storage_cache/example
flutter pub get
flutter run

Features Demonstrated

  • Table schema definition
  • CRUD operations
  • Query builder usage
  • Batch operations
  • Transactions
  • Multi-space data isolation
  • Encryption configuration
  • Backup and restore
  • Event monitoring
  • Performance metrics

Navigation

The example app has a bottom navigation bar with different screens:

  • Home: Basic CRUD operations
  • Queries: Advanced query examples
  • Spaces: Multi-space demonstration
  • Encryption: Encrypted storage
  • Backup: Backup and restore operations