flux_dynamic_link 1.5.0 copy "flux_dynamic_link: ^1.5.0" to clipboard
flux_dynamic_link: ^1.5.0 copied to clipboard

Flutter plugin for Flux Dynamic Link

Changelog #

1.5.0 #

  • feat(ios): add Swift Package Manager support
  • feat(android): migrate Android build configuration to Gradle Kotlin DSL
  • chore: Update Dart SDK constraint to 3.12.x and Flutter SDK constraint to 3.44.x.
  • chore: clean up ignore rules, tests, and maintenance updates

1.4.0 #

  • refactor: handleDynamicLink now returns Future<bool> to indicate whether a dynamic link was successfully processed and emitted
  • fix: improve incoming URI parsing in handleDynamicLink by safely handling invalid URI input

1.3.0 #

  • refactor: move AppLinks outside project to avoid conflicts and remove the plugin’s built-in AppLinks listener
  • breaking: deep links are no longer emitted automatically; apps must now forward incoming URIs to handleDynamicLink to receive them

1.2.1 #

  • feat: improve logic deferred deep link for iOS

1.2.0 #

  • feat: Support deferred deep linking
  • chore: export LinkMetadata

1.1.1 #

  • fix: issue check host

1.1.0 #

  • feat: use flux dynamic link from fluxbuilder.com

1.0.3 #

  • fix: bad data when call fetchPendingLinkByCode

1.0.2 #

  • feat(FluxDynamicLink): public handleDynamicLink

1.0.1 #

  • upgrade library

1.0.0 #

  • initial release.