screen_launch_by_notfication 1.1.0
screen_launch_by_notfication: ^1.1.0 copied to clipboard
A Flutter plugin to detect if the app was launched by tapping a notification and retrieve notification payload, enabling splash screen bypass and direct routing to notification screens.
1.1.0 #
- Added
SwiftFlutterMaterialwidget for automatic notification-based routing - Enhanced back navigation handling - navigates to home route instead of exiting app
- Added
homeRouteparameter for custom back navigation destination - Added
routesWithPayloadfor routes that need access to notification payload - Improved iOS compatibility (iOS 13+ support)
- Better error handling and fallback mechanisms
- Learn more: https://swiftflutter.com/dynamicnotification
1.0.0 #
- Initial release
- Detect if app was launched by tapping a notification
- Retrieve notification payload (works with flutter_local_notifications)
- Skip splash screens when opened from notification
- Support for Android and iOS
- Store notification payload for later retrieval