devcycle_flutter_client_sdk 1.6.0 devcycle_flutter_client_sdk: ^1.6.0 copied to clipboard
Official Flutter Client SDK for DevCycle. Supports iOS and Android.
Change log #
[1.6.10] - 2023-06-19 #
- add logging disabling methods
disableCustomEventLogging()
anddisableAutomaticEventLogging()
[1.5.1] - 2023-05-26 #
- bump Android version to 1.6.1
[1.5.0] - 2023-05-25 #
- bump Android version to 1.6.0
[1.4.0] - 2023-05-16 #
- Add
variableValue()
method toDVCClient
to get the value of a variable for a user. - Update
variable()
method to return non-optional value, will use default value if variable is not found.
[1.3.3] - 2023-05-09 #
- Fix error handling, and update callbacks to pass errors as strings
[1.3.2] - 2023-05-03 #
- bump Android version to 1.4.4
[1.3.1] - 2023-04-11 #
- add builder method for disabling realtime updates using
.disableRealtimeUpdates()
[1.3.0] - 2023-03-24 #
- update ios and android version to latest release
- update support for flutter versions
[1.2.0] - 2023-03-21 #
- catchup with androids new function definitions
[1.1.2] - 2023-03-17 #
- bump iOS version to 1.10.0
[1.1.1] - 2023-02-22 #
- ignore deprecated usage in test
[1.1.0] - 2023-02-22 #
- rename
environmentKey
tosdkKey
for consistency across SDKs - bump iOS version to 1.9.1
- bump Android version to 1.4.0
[1.0.2] - 2023-02-3 #
- bump iOS version to 1.9.0
[1.0.1] - 2023-02-1 #
- bump Android version to 1.2.4
[1.0.0] - 2023-01-16 #
- First supported release of DevCycle Flutter Client SDK. Supports Android and iOS.
[0.0.2] - 2023-01-16 #
- bump iOS version
[0.0.1] - 2023-01-13 #
- Initial Publish