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
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
.