flutter_drawers 0.0.3+3 copy "flutter_drawers: ^0.0.3+3" to clipboard
flutter_drawers: ^0.0.3+3 copied to clipboard

Flutter package for beautiful drawer UI. Provides custom drawer widget. Supports all platforms.

Beautiful drawer designs #

Features #

  • Custom drawer UI
  • Simple to use
  • Compatible with all platforms
  • Follows stable Flutter 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_drawers then enjoy as built-in widget:

import 'package:flutter_drawers/flutter_drawers.dart';

// other stuffs

BoxDrawer(
    drawer: MyDrawer(),
    alignment: DrawerAlignment.start,
    showDrawerOpener: true,
    drawerOpenerTopMargin: 8,
    animatedHeader: MyDrawerHeader(),
    headerHeight: 50,
    child: MyHomePage(),
),

Author AMIT HASAN

0
likes
140
pub points
23%
popularity

Publisher

unverified uploader

Flutter package for beautiful drawer UI. Provides custom drawer widget. Supports all platforms.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_drawers