deep_link_orchestrator 1.0.1
deep_link_orchestrator: ^1.0.1 copied to clipboard
Type-safe deep link orchestration for Flutter with validation, deduplication, auth gating, and pluggable sources and handlers.
1.0.1 #
- Fixed pubspec description length to comply with pub.dev requirements (60–180 characters).
- Added dartdoc comments to 100% of the public API surface across all library files.
1.0.0 #
- Initial release.
- Handler-based deep link orchestration with pluggable architecture.
- Abstract
DeepLinkIntentbase class for typed intent hierarchies. - Optional
DeepLinkIntentResolverto convert raw intents into concrete subtypes. - Built-in
AppLinksDeepLinkSourcewrappingapp_linksv7. - Debounce, deduplication, validation, and per-handler authentication gating.
- Extensible via
DeepLinkSource,DeepLinkHandler, and policy interfaces.