mini_program_ui 0.1.5
mini_program_ui: ^0.1.5 copied to clipboard
Pure-Dart authoring helpers for versioned Mp JSON mini-program screens.
Changelog #
0.1.5 #
- Add
Mp.cache.*authoring helpers formemory,data,image,state, andvideocache actions. - Keep
sessionand host-pinned cache priority out of mini-program authoring helpers.
0.1.3 #
- add
Mp.lazy.chunkandMp.lazy.loadMoreauthoring helpers for manual chunk/page loading with provider-neutral backend actions
0.1.2 #
- add
Mp.lazy.sectionauthoring helpers for cached lazy sections, action execution, status state, retry configuration, and placeholder/error templates
0.1.1 #
- refresh package metadata for the post-
0.1.0patch release
0.1.0 #
- add Mp state, router, sequence, and
stateBuilderauthoring helpers - keep
Mp.navigationcompatibility while addingMp.routerparams/results - add Mp authoring helpers for auth, backend, paged backend, and navigation runtime parity nodes and actions
- add the pure-Dart Mp JSON authoring foundation
- add explicit
MpProgramscreen registry and deterministic screen JSON output - add layout, text, image, card, button, and email-auth action helpers
0.1.4 #
- Update the contracts dependency for the current static artifact plus runtime API boundary.