BottomNavigationBar with menu, search and overflow action items

Posted on February 05, 2019 in Flutter • Tagged with Bottom AppBar, cross-platform, flutter, code-recipes, android, android Studio, iOS, development

Implement a BottomNavigationBar with menu, search and overflow action items.


Continue reading

Flutter code recipe for AppBar widget

Posted on February 02, 2019 in Flutter • Tagged with AppBar, cross-platform, flutter, code-recipes, android, android Studio, iOS, development

Implement a basic appBar with a title, actions, and an overflow dropdown menu.


Continue reading

Flutter code recipe for AnimatedOpacity widget

Posted on January 30, 2019 in Flutter • Tagged with AnimatedOpacity, cross-platform, flutter, code-recipes, android, android Studio, iOS, development

AnimatedOpacity widget is used to achieve a smooth transition from one UI element to another.


Continue reading

Flutter code recipe for Hero animation

Posted on January 30, 2019 in Flutter • Tagged with hero-animation, cross-platform, flutter, code-recipes, android, android Studio, iOS, development

Navigating from one page to another using Hero animation.


Continue reading