flutter_slider_drawer 1.0.1 copy "flutter_slider_drawer: ^1.0.1" to clipboard
flutter_slider_drawer: ^1.0.1 copied to clipboard

outdated

A Flutter package with custom implementation of the Sider Drawer Menu

Flutter slider drawer #

A Flutter package with custom implementation of the Sider Drawer Menu

Plugin example demo

To start using this package, add flutter_slider_drawer dependency to your pubspec.yaml

dependencies:
  flutter_slider_drawer: '<latest_release>'

Features #

  • Slider with custom animation time
  • Provide Basic Appbar with customization of color, sizes and title
  • Dynamic slider open and close offset
  • Provide drawer icon animation

Code #

SliderMenuContainer(
            appBarColor: Colors.white,
            key: _key,
            appBarPadding: const EdgeInsets.only(top: 20),
            sliderMenuOpenOffset: 250,
            appBarHeight: 60,
            title: Text(
              title,
              style: TextStyle(fontSize: 22, fontWeight: FontWeight.w700),
            ),
            sliderMenuWidget: MenuWidget(
              onItemClick: (title) {
                _key.currentState.closeDrawer();
                setState(() {
                  this.title = title;
                });
              },
            ),
            sliderMainWidget: MainWidget()),
446
likes
0
pub points
96%
popularity

Publisher

unverified uploader

A Flutter package with custom implementation of the Sider Drawer Menu

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_slider_drawer