Flutter_slider_drawer
Flutter_slider_drawer copied to clipboard
You can make slider drawer type ui by this plugin
First of all, thank you for that amazing package @NikhilVadoliya! Sadly, I have found a bug which makes it impossible for me to use your package until this bug is...
Hey @NikhilVadoliya, I am not 100 % sure if the following problem is a bug or is happening because I am using a custom app bar. However, when a user...
when isRtl: true, style: DrawerStyle.style1, menuScreen at incurrent location. ZoomDrawer( moveMenuScreen: false, isRtl: true, controller: z, borderRadius: 24, style: DrawerStyle.style1, showShadow: true, openCurve: Curves.fastOutSlowIn, slideWidth: MediaQuery.of(context).size.width * .55, duration: const...
I'm not sure what blocks it, but it doesn't work.
Would be nice to have a way to optionally enable a greyed out backdrop which animates with the animation controllers value on sliding the drawer.
Hi, thanks for the library! So as the title implies, the SliderAppBar requires material design library which makes it impossible to use if you want to use SliderAppBar inside a...
How to use this package with MaterialRoute for navigation to other screens? I tried but unsuccessfully :( It's possible? Thanks in advance!
hi, the issue is when using webview in the content, scrolling not responsive. Sometimes it detects sometimes not. I though it prevent by flutter_slider_drawer, maybe up and down gestures. https://youtu.be/RzgO9DUi4FI
Issue: I was creating an app with a Tinder-style interface, and the main widget, which has horizontal swipe gestures, was conflicting with the GestureDetector in that widget used to open...