screen_launch_by_notfication_widget library

Classes

SwiftFlutterMaterial
A widget that wraps MaterialApp or GetMaterialApp and automatically handles notification and deep link routing.

Typedefs

NotificationRouteCallback = SwiftRouting? Function({required bool isFromNotification, required Map<String, dynamic> payload})
A callback function that determines the route and payload based on notification launch status.