Category

Flutter Drawer
Flutter Drawer: Add a Drawer to a screen: In any apps that employ Material Design, We have two primary options for navigation: tabs and drawers. When there is insufficient space to support tabs, Drawers provide a handy alternative. In Flutter, we can achieve this with Drawer Widget in combination with a Scaffold to create a layout with a Material...
Read More

Categories