FLUTTER ECOSYSTEM

d3xvn/expanding_bottom_bar

展開タイトル付きのFlutter用BottomNavigationBar

拡張可能な下部バー のプロジェクト画像
Stars
40
Forks
4
最終プッシュ(UTC)
2022/08/27
プロジェクト状態
公開中
Deven Joshi GitHub avatar
GITHUB User

Deven Joshi ↗

Developer Relations Lead @GetStream 🥑 | Google Developer Expert, Flutter 💙

getstream.ioAmsterdam, The Netherlands
言語DartJava

技術トピック

使用している依存関係

依存関係一覧 2 件
  • flutter{"sdk":"flutter"}
  • flutter_test開発用{"sdk":"flutter"}

元の README

以下は英語原文のスナップショットです。最新版は GitHub をご覧ください。

README を開く / 閉じる

expanding_bottom_bar

A bottom navigation bar with expanding titles. Inspired by the Dribbble design here: https://t.co/BtUlszSmRR

Demo

https://github.com/deven98/expanding_bottom_bar/blob/master/demo.gif

Properties

List<ExpandingBottomBarItem> items;

The items to be displayed in the BottomNavBar.

Duration animationDuration;

The duration of the animation of the box flip.

ValueChanged<int> onIndexChanged;

Callback for getting value of item selection.

int selectedIndex;

The current selected index of the BottomNavigationBar

double navBarHeight;

The height of the BottomNavBar.

Color backgroundColor

The color of the background of the BottomNavigationBar.

Getting Started

This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.