salkuadrat / slide_drawer

An easy way to use drawer in Flutter with cool sliding animation.
https://pub.dev/packages/slide_drawer
BSD 2-Clause "Simplified" License
6 stars 12 forks source link

app drawer toggle issue #8

Open RishiPratap opened 2 years ago

RishiPratap commented 2 years ago

The app drawer toggle is not working can you please give some workaround for this image

RishiPratap commented 2 years ago

Can you please help me with this issue as it is not working on using toggle

RishiPratap commented 2 years ago

Any suggestions will be helpfull

bradintheusa commented 2 years ago

The SlideDrawer needs to be higher up your widget tree. Before Scaffold/SafeArea. It should be the first widet.

aman246149 commented 1 year ago

image Null value coming

bradintheusa commented 1 year ago

It means there is no SliderDrawer above this widget in the widget tree.