Gooey Tab Bar Flutter
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.
Download Gooey Tab Bar source code on GitHub
https://github.com/wiltonribeiro/gooey_tabbar_flutter
Provides the list of the opensource Flutter apps collection with GitHub repository.