flutter_device_preview
flutter_device_preview copied to clipboard
DevicePreview not working
Hello everyone! I'm facing with this issue, while i'm trying to build the application.
Is there any idea how can i solve this? Thank you!
I have same issue as above
@vishalideastoimpact Do you have any solution?
@thePlayer094 Are you using flutter v3? Maybe you are getting this error because flutter has been upgraded and no longer checks for null in instances such as WidgetsBinding! If you are using Flutter v3, try v2 and build again and see if that fixes it.
Reference URL:https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.0.0
I have the same error. Im using flutter 2.10.5. Any ideas?
I have the same error with Flutter 2.10.4. I believe that WidgetsBinding null safety need fix.
any updates