You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Review other packages on pub.dev and their issues to find out how we can differentiate this app drawer package from others.
Ideas:
App drawer bg color can be customised
hideOnContentTap customisable
cornerRadius customisable
Allow customised animation curves
Simpler API to open/close app drawer . This - SlideDrawer.of(context).toggle(), instead of using AppDrawerController.
Alike slide_drawer we can provide option for fully-customsied app drawer UI as well as simpler version where user inputs list of options they want to show this
The text was updated successfully, but these errors were encountered:
Review other packages on pub.dev and their issues to find out how we can differentiate this app drawer package from others.
Ideas:
hideOnContentTap
customisablecornerRadius
customisableSlideDrawer.of(context).toggle()
, instead of usingAppDrawerController
.The text was updated successfully, but these errors were encountered: