Manages local data persistence using SQLite or other database solutions. Use when a Flutter app needs to store, query, or synchronize large amounts of…
Architecting the Data Layer Contents Core Architecture Services Implementation Repository Implementation Caching Strategies Workflows Examples Core Architecture Construct the data layer as the Single Source of Truth (SSOT) for all application data. In an MVVM architecture, the data layer represents the Model. Never update application data outside of this layer. Separate the data layer into two distinct components: Repositories and Services.
don't have the plugin yet? install it then click "run inline in claude" again.