tag
apps▌
22 indexed skills · max 10 per page
skills (22)
flutter-architecting-apps
flutter/skills · Productivity
Layered architecture framework for scalable Flutter apps with strict separation of concerns. \n \n Enforces three-layer structure (UI, Logic, Data) with unidirectional data flow and a single source of truth in the Data layer \n UI layer contains lean Views and ViewModels that transform domain models into presentation state; Logic layer (optional) handles complex business orchestration; Data layer divides strictly into stateless Services and caching Repositories \n Provides step-by-step feature i
flutter-localizing-apps
flutter/skills · Productivity
$22