flutter_local_db library

Classes

Err<T, E>
Represents a failed result containing an error
ErrorLocalDb
Comprehensive error class for database operations
JsonSerializer
Advanced JSON serialization utilities for database operations
LocalDB
Legacy API compatibility layer
LocalDbModel
Core data model for database records
LocalDbResult<T, E>
A type-safe result type inspired by Rust's dart Result<T, E>
LocalDbService
High-level database service for managing local data storage
Ok<T, E>
Represents a successful result containing a value
PathHelper
Cross-platform path management utilities for database storage

Enums

LocalDbErrorType
Enumeration of all possible error types in the database
LocalMethod