Jul 4, 20221 minText Widget in FlutterIn this tutorial, we will explore the text widget in Flutter. The text widget enables us to create Text elements and display them in our...
Feb 7, 20222 minCreate Drawer in Flutter: Drawer WidgetWe use Drawer in applications because we cant fit the tabs due to several reasons. A reason may be that the option is not suitable to be...
Feb 1, 20222 minRounded Corner Containers in Flutter - BoxDecoration in FlutterBoxDecoration provides a lot of features for Containers. Shadows, rounded corners, amazing animated backgrounds are some of them. In this...