All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
Generated by Git Changelog, an open source project brought to you by UpTech Works, LLC. A consultancy that partners with companies to help build, launch, and refine their products.
- increased supported sdk versioning from
>=2.18.1 <3.0.0
to>=2.17.2 <4.0.0
to match the underlying GrowthBook SDK Flutter library lints
to 3.0.0growthbook_sdk_flutter
to 3.0.0+0- fvm version to 3.16.2
- Underlying growthbook_sdk_flutter to ^2.1.0+0
1.0.0 - 2023-03-20
- constructor to an async constructor
0.7.0 - 2023-01-25
- initialization to support new SDK Connectors
0.6.0 - 2023-01-25
- 'Evaluate Feature value' section in README
- 'Set attribute' section in README
- 'Set attribute on init' section in README
- public set attribute method
- required key for UptechGrowthBookWrapper
0.5.0 - 2023-01-03
- attribute parameter to the init methods
- Support for non-boolean features
- rule parameter to the test client and the test init method
0.4.1 - 2022-12-12
- bug where flutter web loadOverridesFromAsets didn't work when missing the asset file
0.4.0 - 2022-12-12
- Support for local overrides using a JSON-formatted file. The file
- bug where live client path was using the test client
0.3.2 - 2022-12-08
- bug where live client path was using the test client
0.3.1 - 2022-12-08
- refresh not awaiting bug
0.3.0 - 2022-12-08
- seeds to the init() method
- crash when feature not defined bug in
isOn
method
0.2.0 - 2022-12-06
- init() to no longer take the apiKey
0.1.0 - 2022-12-06
- initial version