flutter-api-integration
Installation
SKILL.md
Flutter API Integration
Full data layer: REST APIs, Firebase, Supabase, JSON serialization, authentication, offline caching, and the repository pattern that keeps all of it testable.
Guiding principle: The UI layer never talks to a network. UI → providers → repositories → datasources → network.