mini_program_tooling 0.6.14
mini_program_tooling: ^0.6.14 copied to clipboard
Local developer and CI tooling for the Flutter mini-program platform.
0.6.14 #
- Add
miniprogram host capability init location --platform androidto install reusable, foreground-only approximate location plumbing in an embedded Flutter host without accepting any app policy. - Import requested foreground approximate location permission while preserving host-owned accepted decisions and unknown permission entries.
- Generate per-app location policy resolution and optional host location provider wiring with capability advertisement.
- Generate hosts against contracts
0.3.7and SDK0.5.13, and mini-programs against UI0.1.12.
0.6.13 #
- Generate a complete design-neutral
lib/mini_program/host integration with one public barrel import and a host-owned runtime composition file. - Add registry-based launch helpers so host UI can open imported mini-programs without repeating app IDs and titles.
- Preserve host setup, bridge, policies, and endpoint-import output when
embed init --forcerefreshes scaffold-generated files.
0.6.12 #
- Package, reference, checksum, and verify root
publisher_backend.jsonin immutable artifacts. - Import requested Publisher API permission into host-owned policy while preserving explicit host acceptance.
- Generate accepted Publisher API policy resolvers and remove per-app host URL and preview URL configuration.
- Rename contract initialization input to
--publisher-api-urland add a host-facing--permission-reason.
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.