Drawer-Behavior-Flutter
Drawer-Behavior-Flutter copied to clipboard
Drawer behavior is a library that provide an extra behavior on drawer, such as, move view or scaling view's height while drawer on slide.
The animation controller should be disposed when the side drawer widget is disposed. Prior to super.dispose() being called.
``` ═══════════ Exception caught by rendering library ═════════════════════════════════ RenderBox was not laid out: RenderPadding#a8d01 relayoutBoundary=up12 NEEDS-PAINT NEEDS-COMPOSITING-BITS-UPDATE 'package:flutter/src/rendering/box.dart': Failed assertion: line 1930 pos 12: 'hasSize' The relevant error-causing widget was...
I want to change the Icon to my desired icon. When I add my desired icon in the `leading` property in the `AppBar`, I am not able to figure out...
Hello, When I am trying to pop away from an open drawer (when user signs out), I am presented with the following errors. Is this a bug, or something I...
Hello, if i enable gestures then i cannot drag flutter_map. Sometimes it works, but rather not. Could you please look at it?
```dart SideDrawer( percentage: 0.6, // or Offset(horizontal,vertical) ... ) ```
I am using you this function: itemBuilder: (BuildContext context, MenuItem menuItem, bool isSelected) { return Container( color: isSelected ? Theme.of(context).accentColor.withOpacity(0.7) : Colors.transparent, padding: EdgeInsets.fromLTRB(24, 16, 24, 16), child: Text( menuItem.title,...
I used plugin in app. Is there any feature or way to add image in whole drawer ?
Removed print spam every time the menu opens :) ``` flutter: Instance of 'MenuController' flutter: Instance of 'MenuController' flutter: Instance of 'MenuController' flutter: Instance of 'MenuController' flutter: Instance of 'MenuController'...