zonble / flutter_platform_alert

Plays native alert sound and shows native dialogs/alerts in your Flutter app.
https://pub.dev/packages/flutter_platform_alert
MIT License
74 stars 14 forks source link

- fixed crash because unknown getOrDefault #16

Closed xunreal75 closed 1 year ago

xunreal75 commented 1 year ago

on Android 6 is the plugin not working because unknown getOrDefault - this PR solves the Problem

zonble commented 1 year ago

Looks good to me 😀