Imed Boumalek
Imed Boumalek
/// the name of the country String? name; /// the flag of the country final String? flagUri; /// the country code (IT,AF..) final String? code; /// the dial code (+39,+93..)...
Tested on iOS: Having an odd number of elements in the pattern list will cause the app to completely crash
**Describe the bug** When creating a scheduled notif with a payload, showing that notification, then doing a hot restart, the handler for notification tapped gets executed because `didNotificationLaunchApp`is `true` my...