deeplink_sdk 1.0.5
deeplink_sdk: ^1.0.5 copied to clipboard
A comprehensive Flutter SDK for handling deep links on Android and iOS platforms with easy routing and configuration.
Changelog #
1.0.3 - 2025-10-13 #
Fixed #
- Fixed Android plugin class location issue
- Ensured Android source files are properly included in published package
- Corrected package structure for Android implementation
1.0.1 - 2025-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 - 2025-10-10 #
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