mini_program_tooling 0.6.11
mini_program_tooling: ^0.6.11 copied to clipboard
Local developer and CI tooling for the Flutter mini-program platform.
0.6.11 #
- Validate statically referenced JSON data assets during development builds, artifact builds, and artifact verification.
- Generate preview sources that serve JSON resources from the existing
same-origin
/preview/assets/route. - Generate mini-programs and hosts against contracts
0.3.5, UI0.1.11, and SDK0.5.11.
0.6.10 #
- Generate hosts and mini-programs against contracts
0.3.4and UI0.1.10for scoped reusable action support. - Generate embedded and preview hosts with SDK
^0.5.10so stale offline content remains visible after its temporary notice dismisses.
0.6.9 #
- Generate mini-programs and hosts with the conditional control-flow and lifecycle countdown package releases.
0.6.8 #
- Add deterministic
miniprogram artifact buildandminiprogram artifact verifycommands for portable immutable bundles. - Standardize artifact delivery on
artifacts/<appId>/<version>/with checksums, release metadata, a catalog, and an atomically updated latest manifest. - Generate hosts with
mini_program_sdk: ^0.5.7for canonical artifact URLs.
0.6.7 #
- Generate mini-programs with
mini_program_ui: ^0.1.8and hosts withmini_program_sdk: ^0.5.6for styled action controls and immersive launches.
0.6.6 #
- Generate mini-program and host projects with the expanded state action API.
- Import host-owned live-state limits, preserve accepted policy extensions, and generate cache plus live-state endpoint policy resolvers.
0.6.5 #
- Generate mini-program and host projects with the state transformation and core math action package releases.
0.6.4 #
- Generate preview hosts that use
MiniProgramCacheBundle.webPersistent()on web so accepted runtime cache can be tested in Chrome. - Document
webPersistent()as the browser-host counterpart to nativefileBacked(...)cache bundles.
0.6.3 #
- docs update
0.6.2 #
- Generate host and preview projects with
mini_program_sdk: ^0.5.2so new embedded hosts pick up the light mini-program page surface fix.
0.6.1 #
- Generate Android debug manifests that can override host
usesCleartextTrafficsettings safely. - Generate host/preview projects with
mini_program_sdk: ^0.5.1so Android release builds use const runtime icons.
0.6.0 #
- Remove external artifact delivery adapters and credential handoff flows from the active CLI.
- Keep static artifact publishing as the current frontend delivery path.
- Keep optional Publisher API/local mock runtime API flows.
- Generate/import partner packages around
appId + artifactBaseUrl. - Update workflow status, help text, docs, and tests for the static artifact plus optional middle-server architecture.