side_bar_custom 1.0.0 copy "side_bar_custom: ^1.0.0" to clipboard
side_bar_custom: ^1.0.0 copied to clipboard

outdated

A SideBar custom package

DESCRIPTION #

This package allows you to have a new simple and fast "SideBar" component, with many possibilities to customize it.

HOW TO INSTALL #

dependencies:
  flutter:
    sdk: flutter
  side_bar_custom: ^1.0.0

HOW TO USE #

SideBar(
    children: [
        Center(
            child: Text("Dashboard"),
        ),
        Center(
            child: Text("Add User"),
        ),
    ],
    items: [
        SideBarItem(
            text: "Dashboard", 
            icon: Icons.home, 
            tooltipText: "Dashboard page",
        ),
        SideBarItem(
            text: "Add User", 
            icon: Icons.add,
        ),
    ],
),

SCREENSHOT #

14
likes
0
points
11
downloads

Publisher

unverified uploader

Weekly Downloads

A SideBar custom package

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on side_bar_custom