deeplink_sdk 1.0.5 copy "deeplink_sdk: ^1.0.5" to clipboard
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.5 - 2025-10-16 #

Fixed #

  • Bug Fixes

1.0.4 - 2025-10-13 #

Fixed #

  • Fix Package name issue

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.2 - 2025-10-13 #

Fixed #

  • Minor documentation updates

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 links
  • DeepLinkRouter - Advanced routing system
  • DeepLinkConfig - Configuration management
  • DeepLinkObserver - Event observation
  • RouteParams - Type-safe parameter extraction
  • Complete example application
  • Comprehensive documentation
  • Unit test coverage
3
likes
160
points
225
downloads

Publisher

verified publishervioletwaves.in

Weekly Downloads

A comprehensive Flutter SDK for handling deep links on Android and iOS platforms with easy routing and configuration.

Repository (GitHub)
View/report issues

Topics

#deeplink #deep-linking #navigation #routing #universal-links

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, meta, plugin_platform_interface

More

Packages that depend on deeplink_sdk

Packages that implement deeplink_sdk