flux_dynamic_link 1.3.0
flux_dynamic_link: ^1.3.0 copied to clipboard
Flutter plugin for Flux Dynamic Link
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
handleDynamicLinkto 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.