Releases: complycube/complycube-flutter-sdk
0.0.8
What's Changed
Address capture flexibility
You can now disable autocomplete on an address-capture step by adding
"useAutoComplete": false to its stage definition.
Omit the flag to keep the default behaviour (autocomplete on).
- Update repo with latest SDK and ReadMe file. by @Aniket-indulkar in #4
New Contributors
- @Aniket-indulkar made their first contribution in #4
Full Changelog: 0.0.6...0.0.8
0.0.7
Release Notes – v0.0.7
Highlights
-
Unified theming
One configuration now lets you customise colours across both Android and iOS, covering all major interface elements. -
Simplified navigation on iOS
Screens are presented within a standard navigation stack, making back-navigation more consistent.
Improvements
- Refactored the colour-handling engine for greater stability while keeping existing settings intact.
Fixes
- Heading colours now render correctly in every theme.
- iOS no longer closes the SDK view for minor errors and provides clearer error messages.
Compatibility
- New colour options are available but optional; existing integrations continue to work without changes.
New Contributors
- @Aniket-indulkar made their first contribution in #4
Full Changelog: 0.0.6...0.0.7
0.0.6
SDK Release Notes — Version X.Y.Z
Enhancements
-
Improved Communication Architecture
Refactored internal communication logic between Android and Flutter to simplify integration and improve reliability. -
More Flexible Data Parsing
Enhanced customer detail parsing to support a broader range of input formats, improving robustness in dynamic environments.