#flutteio
Explore tagged Tumblr posts
fluttertutorial-blog · 5 years ago
Link
Fancybar In Flutter :today i will show you how to create beautiful fancybar in flutter.this is a fancy and animated  widget for the flutter app. in this app we can add some costomization option like. items : items that appear in the bottom.it require more than one item and less than six item that means you can add maximum six item in the bar.
in this flutter tutorial i am adding four item in the bottombar 
selectedindex :it return the current item. index.use it to change the selected item. default value is zero.
title : the title is display after the item is selected. you can see in this example when i press the home icon the title of home is displayed
0 notes