draftmode_framework 1.0.1
draftmode_framework: ^1.0.1 copied to clipboard
Reusable Flutter package for iOS-first native-feeling app foundations.
Changelog #
1.0.1 - 2026-07-16 #
Fixes #
- remove deprecated list cache usage and update supported dependency constraints (93e99d3)
1.0.0 #
- Ships the first stable
DraftModeFrameworkpackage release under the publisheddraftmode_frameworkname. - Provides reusable iOS-first UI, page, navigation, form, validation, entity, storage, repository, localization, and formatter foundations.
- Keeps reusable package code in
lib/and a concrete host/reference app inexample/, with the example exercising real shared, secure, and HTTP-backed flows through fake in-memory transport where needed. - Aligns docs, agent guidance, and package metadata with the production-ready
1.0.0structure and boundaries.