Skip to content

wiltonribeiro/gooey_tabbar_flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

App Running

The App

The GIF below shows this current component running.

App Running

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published