progress_tab_bar 0.1.1
progress_tab_bar: ^0.1.1 copied to clipboard
A flutter package which implements a tab bar for displaying sub-steps of a process in a sequence.
progress_tab_bar #
A flutter package which implements a tab bar for displaying sub-steps of a process in a sequence.
Usage #
Use this widget as a means of navigating between steps in a process (e.g. submission, account creation, app tutorial/walk-through etc...).
A tab bar is created by using a ProgressTabBar and filling it with multiple ProcessTab. The tab bar allows for styling
of color, text, outline and dimensions of the tab.
Contributing to this plugin #
This plugin is still very much in the early stages of developement, so any contribution in form of plugin developement, examples or tests is greatly apprechiated. See my GitHub for more information.