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
160
points
6
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_drawers