Gooey Tab Bar in flutter is having beautiful animation which will make your app more beautiful. Flutter component concept created with Flutter using Dart programming language, inspired by Gooey Tab Bar.
About
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.

The App
The GIF below shows this current component running.

Credits:
This is developed by wiltonribeiro.
Download this project from the below link.
https://github.com/wiltonribeiro/gooey_tabbar_flutter/archive/master.zip
You can visit original source page from below link:
https://github.com/wiltonribeiro/gooey_tabbar_flutter