Akir

Results 5 comments of Akir

Same error here, the error occurs after upgrade to 3.22.0. I can reproduce the error using my real iOS device. iPhone 15 iOS 17.4

``` await showCupertinoDialog( context: context, builder: (BuildContext context) { return CupertinoAlertDialog( title: Text('A A A A A A A'), actions: [ CupertinoDialogAction( child: Text('OK'), onPressed: () { Navigator.of(context).pop(); }, ),...

Here too, I need to reinstall the app. If I close and open it again, the same error persists. mobile_scanner: ^5.0.0

I too have problem only with Hot restart, hot reload is ok. > @dcarv01 can you tell me your device + os, that's weird to uninstall as a unique solution....