Description
A reusable Flutter package and reference host app that provide shared UI, page, navigation, form, storage and repository foundations for Draftmode applications.
What it solves
Flutter teams repeatedly rebuild the same app shell, interaction primitives and persistence scaffolding before feature work can start, which slows delivery and creates inconsistent foundations across apps.
What it provides
A published package with stable entry points for reusable app primitives, plus an example application that demonstrates how those primitives fit together in a production-oriented iOS-first structure.
What it is for
Use it when building or standardizing a Flutter application that should start from a reusable Draftmode foundation instead of recreating the same UI, form and storage building blocks in every repository.