flutter_drawers 0.0.2
flutter_drawers: ^0.0.2 copied to clipboard
Beautiful drawer UI.
Beautiful drawer designs #
Features #
- Custom drawer UI
- Simple to use
- Compatible with all platforms
- Follows
stableFlutter channel - Sound null-safety
Example Project #
There is a pretty sweet example project in the example folder. Check it out. Otherwise, keep reading to get up and running.
Getting started #
First include flutter_custom_drawers then enjoy as built-in widget:
import 'package:flutter_custom_drawers/drawers.dart';
.......
BoxDrawer(
drawer: MyDrawer(),
animatedHeader: MyDrawerHeader(),
headerHeight: 50,
child: MyHomePage(),
),