mini_program_sdk 0.5.3
mini_program_sdk: ^0.5.3 copied to clipboard
Portable runtime SDK for the Flutter mini-program platform.
0.5.3 #
- Add
MiniProgramCacheBundle.webPersistent()backed by shared preferences for browser runtime cache persistence. - Add a shared-preferences runtime cache store that uses the existing host policy, TTL, and byte-limit enforcement.
- Allow host-accepted
videobuckets in Mp cache actions while keepingsessionhost-controlled.
0.5.2 #
- Give
MiniProgramPageloaded content a normal scaffold and light surface instead of inheriting a dark/transparent host route background.
0.5.1 #
- Fix Android release builds by using const Material
IconDatavalues for Mp runtime icons.
0.5.0 #
- Remove artifact credential fields and headers from endpoint/source models.
- Keep static artifact loading provider-neutral through
artifactBaseUrl. - Keep optional runtime middle-server connectors for backend actions.
- Rename host-only cache priority to
hostPinned.