v0.0.3sidebar_with_animation
アニメーション付きのスムーズな折りたたみ式サイドバー。Flutterアプリ用に独自のデザインに完全カスタマイズ可能
66いいね 3430日間ダウンロード150Pub ポイント
WebmacOSWindowsLinux
Flutterアプリ用のアニメーション可能折りたたみサイドバー
{"sdk":"flutter"}{"sdk":"flutter"}^2.0.0以下は英語原文のスナップショットです。最新版は GitHub をご覧ください。
Animated collapsible sidebar for Flutter apps " macOS & Web & Windows & Linux " with very cool animation and responsive with full control to customize the colors and texts and almost everything
SideBarAnimated(
onTap: (s) {
//use the index to change the main screens
},
//add or remove divider for settings
widthSwitch: 700,
mainLogoImage: 'assets/logo.png',
sidebarItems: [
///add side bar Items
SideBarItem(
iconSelected: Icons.home_rounded,
//unselected just if you need to use two different icons
iconUnselected: Icons.home_outlined,
text: 'Home',
),
],
),