Gooey Tab Bar Flutter

Flutter component concept created with Flutter using Dart programming language, inspired by Gooey Tab Bar.

This component was created inspired by the GIF at the end of this page. The component is using Animations, Clip Path, Transform and Stream's with RxDart proprieties to better simulate the inspiration GIF.

The Constructor Data Fields

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

The Inspiration

The GIF below shows the inspiration component.

inspiration

The App

The GIF below shows this current component running.

app_running

GitHub

https://github.com/wiltonribeiro/gooey_tabbar_flutter