Rana Hyder

Results 2 issues of Rana Hyder

While running the following code onTap: ``` Navigator.push( context, new MaterialPageRoute( builder: (context) => new PhotoFilterSelector( // ), ), ); ``` it hangs UI for some seconds then goes to...

``` [ERROR:flutter/lib/ui/ui_dart_state.cc(199)] Unhandled Exception: Exception: Invalid image dimensions. E/flutter (10185): #0 ScreenshotController.capture. (package:screenshot/screenshot.dart:58:9) ``` I used Transform and Positioned in Stack. Using this a corner of an image goes outside.