devcycle_flutter_client_sdk 1.7.1
devcycle_flutter_client_sdk: ^1.7.1 copied to clipboard
Official Flutter Client SDK for DevCycle. Supports iOS and Android.
Change Log #
1.7.1 - 2023-08-09 #
Bug Fixes #
- fix: release action name change by @JamieSinn in #107
- fix: rename model files from dvc to devcycle by @jonathannorris in #110
- fix: Update versions for all sub-projects and add the changelog script by @JamieSinn in #111
Build System / CI #
- ci: revised how the changelog updates in the github action by @chris-hoefgen in #113
- ci: fixed incorrect changelog filename in release action by @chris-hoefgen in #114
- ci: another release action fix by @chris-hoefgen in #115
Uncategorized #
- chore: update to use the tagged version of the release action instead of main by @chris-hoefgen in #112
1.7.0 - 2023-07-27 #
- update Android to 2.0.0
- update iOS to 1.14.0
- External interfaces changed to use
DevCycleoverDVC. For example:DVCClient->DevCycleClient,DVCUser->DevCycleUser. Old interfaces are marked as deprecated.
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 toDVCClientto 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
environmentKeytosdkKeyfor 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