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
516 stars 130 forks source link

fixed the nullable widgets list error #78

Open OtmaniCodes opened 2 years ago

OtmaniCodes commented 2 years ago

This PR is for fixing the error/red screen that comes up because of giving a List<Widget?> to the Stackwidget that takes a List<Widget>

arsyadsr09 commented 2 years ago

@AhmedCodor Thanks bro, I use your forked repo, and work fine on my app 👍