Shahrear
Results
3
comments of
Shahrear
Taking screenshots for testing is very common. Hopefully, this fix will be merged soon!
Need this screenshot functionality badly for mobile (android) ``` await binding.convertFlutterSurfaceToImage(); await binding.takeScreenshot('screenshot'); ``` I'm getting ` PlatformException(Could not copy the pixels, FlutterView is null, null, null)` in android.
Can you please check this? @akashgk