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

ios root = navigationVC --> push alertVC #6

Closed xtuck closed 2 years ago

xtuck commented 2 years ago

let root = UIApplication.shared.windows.first?.rootViewController root?.show(controller, sender: nil) --> root?.present(controller, animated: true, completion: nil);

zonble commented 2 years ago

Fixed in 0.2.8.