unleash_client 0.4.8
unleash_client: ^0.4.8 copied to clipboard
A Server Side Dart SDK for Unleash. Unleash is an open-source feature flag service.
0.4.8 #
- Updated version to 0.4.8 in pubspec.yaml and version.dart.
- Updated http dependency to ^1.4.0.
- Updated coverage dependency to ^1.13.1
- Updated test dependency to ^1.25.15.
- Fixed typo in
getFeatureToggles
function from reponse to response.
0.4.5 #
- Provide Features interface class
0.4.4 #
- Provide ToggleBackupStore interface
0.4.3 #
- Update Http library
0.4.0 #
- Add support for custom headers
0.3.0 #
- Add support for strategies
0.2.0 #
- use stable null safe dependencies
0.2.0-nullsafety.0 #
- migration to nullsafety
0.1.1 #
- the API is now more or less stable. I don't expect it to change much anymore.
- fixed a few small errors in the README
- there are no new code changes in this release
0.0.5 #
- added periodic toggle polling
- added ability to persist feature toggle backups
0.0.4 #
- API changes
0.0.3 #
- pubspec update
0.0.1 #
- initial release