Cool 3D Drawer Animated With flutter part 2 ??


Example app Demo


Getting Started #

First you need to add flutter_zoom_drawer 2.1.1 Or + in the dependency at pubspec.yaml:

Get it from Here .


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,
    )


?Cool 3D ANIMATED DRAWER WITH FLUTTER !! By DZ-TM071 ❤ ?

GitHub

https://github.com/Hmida71/Flutter-Drawer-Animated-Part_2