Gooey 标签栏 Flutter

使用 Dart 语言和 Flutter 创建的 Flutter 组件概念,灵感来自 Gooey Tab Bar。

此组件受本页末尾的 GIF 的启发。该组件使用动画、剪辑路径、变换和 RxDart 属性来更好地模拟启发 GIF。

构造函数数据字段

final Widget child; // Hidden menu
final Color colorMenuIconDefault; // Main icon color when not pressed
final Color colorMenuIconActivated; // Main icon color when activated
final Color backgroundMenuIconDefault; // Main background icon when not pressed
final Color backgroundMenuIconActivated;// Main background icon when activated
final Color background; // Background color
final List<IconButton> iconButtons; //Tab bar icons

灵感来源

下面的 GIF 显示了灵感组件。

inspiration

应用

下面的 GIF 显示了当前组件的运行情况。

app_running

GitHub

https://github.com/wiltonribeiro/gooey_tabbar_flutter