akshay yadav

Results 3 comments of akshay yadav

@tiagosito dude, i thing he has no time to check.. it will be very good if you create new package with your PR and upload it on dart.dev

> My workaround with the help of @GENL comment. > > ``` > > Orientation _lastScreenOrientation; > UniqueKey pdfViewerKey = UniqueKey(); > > @override > Widget build(BuildContext context) { >...

``` bool stopBuild = true; bool stopBuild2 = false; UniqueKey pdfViewerKey = UniqueKey(); Widget build(BuildContext context) { final isLandscape = MediaQuery.of(context).orientation == Orientation.landscape; if (isLandscape) { if (stopBuild) { setState(()...