Skip to content

Releases: PTLRepoHub/addressiq-flutter

v0.11.0

Choose a tag to compare

@addressiq-release-bot addressiq-release-bot released this 12 Jul 21:26
8e0a2b6

0.11.0 (2026-07-12)

Features

  • widget: re-vendor iqcollect.js from web v0.5.3 (#22) (c89326e)

v0.10.1

Choose a tag to compare

@addressiq-release-bot addressiq-release-bot released this 12 Jul 18:59
920808a

0.10.1 (2026-07-12)

Bug Fixes

  • ci: commit the baked config locally so pub.dev sees a clean tree (#19) (fa96181)

v0.10.0

Choose a tag to compare

@addressiq-release-bot addressiq-release-bot released this 12 Jul 18:38
af466c4

0.10.0 (2026-07-12)

⚠ BREAKING CHANGES

  • the sandbox environment is renamed to staging. The resolver still accepts the sandbox string as a deprecated alias.

Features

  • per-environment build config and CDN widget loading (#15) (ff07cd0)
  • widget: re-vendor iqcollect.js from web v0.5.1 (#18) (10ca9bf)

v0.9.0

Choose a tag to compare

@addressiq-release-bot addressiq-release-bot released this 12 Jul 16:33
210524d

0.9.0 (2026-07-12)

Features

  • widget: re-vendor iqcollect.js from web v0.4.2 (#13) (619dd0b)

v0.8.0

Choose a tag to compare

@addressiq-release-bot addressiq-release-bot released this 12 Jul 15:54
b431a77

0.8.0 (2026-07-12)

Features

  • widget: re-vendor iqcollect.js from web v0.4.0 (#10) (79fd66c)
  • widget: re-vendor iqcollect.js from web v0.4.1 (#12) (d04f491)

v0.7.0

Choose a tag to compare

@addressiq-release-bot addressiq-release-bot released this 12 Jul 13:27
2c6ca7d

0.7.0 (2026-07-12)

⚠ BREAKING CHANGES

  • removed AddressIQConfig.apiUrl (lifecycle + widget). Select a host via environment (production | sandbox | development); production is provisioned at build time.

Features

  • provision API URL (+ web: Maps key) at build time from GH env (#8) (e1d5954)

v0.6.1

Choose a tag to compare

@addressiq-release-bot addressiq-release-bot released this 12 Jul 09:43
2aec2a9

0.6.1 (2026-07-12)

Bug Fixes

  • add .pubignore to exclude dev files from the pub package (#5) (a90f0cd)

v0.6.0

Choose a tag to compare

@addressiq-release-bot addressiq-release-bot released this 12 Jul 09:23
721b09f

0.6.0 (2026-07-12)

⚠ BREAKING CHANGES

  • removed AddressIQConfig.googleMapsApiKey and AddressIQConfig.mapboxToken. The key is provisioned automatically by the platform; there is nothing to pass.

Features

  • proto: regen against proto v0.1.0 (#2) (a11ba08)
  • provision Google Maps key automatically; remove googleMapsApiKey/mapboxToken (#4) (11c194d)

Bug Fixes

  • add canonical addressiq_sdk.dart entry point (c24d7b6)
  • add LICENSE file required by pub.dev (9c7db91)

v0.5.0

Choose a tag to compare

@addressiq-release-bot addressiq-release-bot released this 10 Jul 14:33
8016d33

0.5.0 (2026-07-10)

⚠ BREAKING CHANGES

  • a missing widget bundle now calls onError instead of silently fetching from a CDN. config.widgetUrl still works as a dev override.

Features

  • AddressIQ Flutter SDK + example + CI/CD (b570f08)
  • fail closed when the bundled widget is missing (391e761)
  • flutter: collect→verify split + example demoing all 3 verification types (82ca273)
  • flutter: unified maps address-capture screen + Street View in Collect UI (9d0e49f)
  • proto: generate wire-contract bindings from AddressIq-proto (d4fa7de)

Bug Fixes

  • ci: gate pub.dev publishing behind an explicit variable (81f4ce8)
  • ci: set bump-minor-pre-major in release-please config (f61a4af)
  • point homepage and vendored widget at addressiqpro.com (062f8b4)
  • sdk: resolve analyzer errors surfaced by CI (e50df70)