deeplink_sdk 1.0.2
deeplink_sdk: ^1.0.2 copied to clipboard
A comprehensive Flutter SDK for handling deep links on Android and iOS platforms with easy routing and configuration.
Changelog #
1.0.1 - 2024-10-13 #
Fixed #
- Code formatting issues to comply with Dart formatter standards
- Improved pub.flutter-io.cn score by fixing static analysis issues
1.0.0 - 2024-01-01 #
Initial Release #
Features
- Complete deep linking solution for Flutter apps
- Support for custom URL schemes on both Android and iOS
- Support for App Links (Android) and Universal Links (iOS)
- Advanced routing with pattern matching and parameter extraction
- Stream-based real-time deep link updates
- Observer pattern for analytics and logging
- Type-safe parameter extraction
- Comprehensive configuration options
- Internal navigation support
- Error handling and validation
Platform Support
- Android (API 21+)
- iOS (11.0+)
Components
DeepLinkHandler
- Main handler for deep linksDeepLinkRouter
- Advanced routing systemDeepLinkConfig
- Configuration managementDeepLinkObserver
- Event observationRouteParams
- Type-safe parameter extraction- Complete example application
- Comprehensive documentation
- Unit test coverage