sidebar_drawer 0.0.1+2 copy "sidebar_drawer: ^0.0.1+2" to clipboard
sidebar_drawer: ^0.0.1+2 copied to clipboard

A custom drawer for web and mobile which adapts itseld based on the the screen size.

Responsive Sidebar/Drawer for Web & Mobile #

A custom drawer for web and mobile which adapts itseld based on the the screen size.

Demo #

Video1

Features #

  • Sidebar when layout is web
  • Cloappsable when screen layout is reduced
  • Overlay drawer when screen is mobile

Usage/Examples #

Wrap your body with SidebarDrawer()

This widget contains drawer body

Pass custom drawer widget to the drawer property.

body will display the contents in the main page

Use DrawerIcon to display a menu icon which will on clicking will close / open the drawer

Scaffold(
      body: SidebarDrawer(
        drawer: CustomDrawer(),
        body: Column(
          children: [
            AppBar(
              leading: DrawerIcon(),
            ),
            MainBody(),
          ],
        ),
      ),

More Packages #

Here are some more packages

Custom Filters

Offline Store Upload

11
likes
140
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

A custom drawer for web and mobile which adapts itseld based on the the screen size.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, flutter, provider

More

Packages that depend on sidebar_drawer