Skip to content

Releases: complycube/complycube-flutter-sdk

0.0.8

16 Jul 14:38
db263a0
Compare
Choose a tag to compare

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).

New Contributors

Full Changelog: 0.0.6...0.0.8

0.0.7

16 Jul 13:51
db263a0
Compare
Choose a tag to compare

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

Full Changelog: 0.0.6...0.0.7

0.0.6

14 Jul 09:47
Compare
Choose a tag to compare

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.