Dn-a / flutter_inner_drawer

Inner Drawer is an easy way to create an internal side section (left/right) where you can insert a list-menu or other.
https://pub.dartlang.org/packages/flutter_inner_drawer
MIT License
514 stars 129 forks source link

Use MediaQuery width to set drawer width. #80

Open TheMeanCanEHdian opened 2 years ago

TheMeanCanEHdian commented 2 years ago

RenderBox width does not take into account the device orientation. This means if the width is updated while in landscape it will be incorrect.