adaptive_sidebar 0.6.2 copy "adaptive_sidebar: ^0.6.2" to clipboard
adaptive_sidebar: ^0.6.2 copied to clipboard

Sleak sidebar for responsive Flutter apps with automatic size change.

Adaptive Sidebar #

Image

Sleak sidebar for responsive Flutter apps with automatic size change.

Usage #

AdaptiveSidebar(
    icon: Icon(Symbols.home_rounded),
    title: "Example",
    destinations: [
        SidebarDestination(
            icon: Symbols.home_rounded,
            label: AppLocalizations.of(context)!.home,
        ),
        SidebarDestination(
            icon: Symbols.workspaces_rounded,
            label: AppLocalizations.of(context)!.social,
        ),
        SidebarDestination(
            icon: Symbols.settings_rounded,
            label: AppLocalizations.of(context)!.settings,
        ),
    ],
    onPageChange: (index) {
        //Do something
    },
    child: child,
);

Who's using it? #

7
likes
0
points
29
downloads

Publisher

verified publisherae1.dev

Weekly Downloads

Sleak sidebar for responsive Flutter apps with automatic size change.

Repository (GitHub)
View/report issues

Topics

#ui #navigation #layout

License

unknown (license)

Dependencies

cupertino_icons, flutter, universal_io

More

Packages that depend on adaptive_sidebar