Cool 3D Drawer Animated With flutter part 2
Getting Started
First you need to add flutter_zoom_drawer 2.1.1 Or + in the dependency at pubspec.yaml:
dependencies:
flutter_zoom_drawer: ^2.1.1
Also You need to add this :
import 'package:flutter/material.dart';
import 'package:flutter_zoom_drawer/flutter_zoom_drawer.dart';
Documentation
ZoomDrawer(
controller: ZoomDrawerController,
style: DrawerStyle.DefaultStyle,
menuScreen: MENU_SCREEN,
mainScreen: MAIN_SCREEN,
borderRadius: 24.0,
showShadow: true,
angle: -12.0,
backgroundColor: Colors.grey[300],
slideWidth: MediaQuery.of(context).size.width*.65,
openCurve: Curves.fastOutSlowIn,
closeCurve: Curves.bounceIn,
)
Download Cool 3D ANIMATED DRAWER source code on GitHub
Provides the list of the opensource Flutter apps collection with GitHub repository.