Flutter fancy bottom navbar in flutter without any plugin Flutter fancy bottom navbar in flutter without any plugin please see the coding part for better understanding return Scaffold ( body : PageStorage ( child : currentScreen, bucket : bucket, ), floatingActionButton : InkWell ( onTap : () { setState (() { currentScreen = const DashBoardLanding (); // if user taps on this dashboard tab will be active currentTab = - 1 ; }); }, child : Container ( width : 56.0 , height : 56.0 , decoration : const BoxDecoration ( shape : BoxShape .circle, gradient : LinearGradient ( colors : [ Color ( 0xffDFE9F5 ), Color ( 0xffF8D7E7 ), ], ), ),
Gadgets Teach - Provide Tech News, Latest technology news daily, new best tech gadgets reviews which include mobiles, tablets, laptops, video games. Being a tech news site we cover the latest tech news daily online from India and around the world, reviews, updates on technology today from companies like google, apple, samsung and others also new and upcoming mobiles, cameras, laptops, video games - gadgetsteach.com