unleash_proxy_client_flutter 1.5.3
unleash_proxy_client_flutter: ^1.5.3 copied to clipboard
A Flutter/Dart client that can be used together with the unleash-proxy, Unleash Edge and Unleash Frontend API.
1.5.3 #
- Fix: payload stringify in bootstrap
1.5.2 #
- Chore: update dependency range on shared_preferences and uuid
1.5.1 #
- Fix: handle parsing errors from storage
1.5.0 #
- Feat: ability to set multiple context fields at once without providing full context
- Chore: shared_preferences and uuid dependencies update (non-breaking changes)
1.4.0 #
- Feat: appName and environment are automatically send to backend and reported in impression events
- Fix: type signature for UnleashContext properties
1.3.0 #
- Feat: HTTP dependency update. Since it's an important update (env support) it's a feat (major version update) and not chore.
1.2.2 #
- Fix: encoding of custom properties
1.2.1 #
- Fix: handle empty ToggleConfig values
1.2.0 #
- Feat: variant metrics support
1.1.0 #
- Feat: added variant payload
1.0.3 #
- Fix set client state before emitting event
1.0.2 #
- Fix updateContext called before start
1.0.1 #
- Fix pubspec.yaml version
1.0.0 #
- First official release
0.0.3 #
- Added examples
0.0.2 #
- Added support for impression events
0.0.1 #
- Initial implementation of the Flutter client