mini_program_sdk 0.1.2
mini_program_sdk: ^0.1.2 copied to clipboard
Portable runtime SDK for the Flutter mini-program platform.
Changelog #
0.1.2 #
- add
LocalMiniProgramBackendDefaultsso host apps can resolve target-aware local backend URLs from one shared SDK helper - keep stable local defaults for Android emulator, desktop, Chrome on the same machine, and iOS simulators while preserving explicit base-URL and host/port override support
- document the local backend conditions for emulator, USB
adb reverse, and physical-device Wi-Fi workflows
0.1.1 #
- add local loopback fallback in
HttpMiniProgramSourceso local Android development can retry between10.0.2.2and127.0.0.1when the first local backend transport path is unavailable - add regression coverage for transport fallback while keeping normal HTTP backend error handling unchanged
0.1.0 #
- first public release of the portable Flutter mini-program runtime SDK
- add
MiniProgramRuntime,MiniProgramRuntimeScope, andMiniProgramPage - add
openMiniProgram(...)andMiniProgramLauncherButton - add manifest loading, capability validation, feature flags, and cache helpers
- add host bridge dispatch and Stac-based rendering support