djangoflow_deep_link_interface 3.0.0
djangoflow_deep_link_interface: ^3.0.0 copied to clipboard
A Djangoflow Flutter package to provide abstraction for deep-link extraction.
2.0.0 #
Note: This release has breaking changes.
- BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)
1.2.0 14 June 2023 #
- Updated dependencies
1.1.2 23 Jan 2023 #
- Updated dependencies and fixed imports in test
1.1.1 23 Jan 2023 #
- Fixed typo
Intial
toInitial
in places
1.1.0 23 Jan 2023 #
- Initialize listening to deep link stream (
getLinkStream
) immediately - Added unit tests
1.0.1 13 Jan 2023 #
- Fix exports
1.0.0 13 Jan 2023 #
- Provide interface to implement deep-link extraction and listening.