#flutter-widgets
Read more stories on Hashnode
Articles with this tag
PageView is one of the best widgets in Flutter. You can make your screen is swipeable and in this tutorial, we are going to learn PageView. Project...
In this tutorial, we are going to learn how to create Tabs in Flutter using the TabView widget. There are plenty of apps using Tabs and they provide a...
In this tutorial, we are going to learn about the DraggableScrollableSheet widget. It is a widget that responds to user gestures. When the user drags...
DatePicker is very important when you want the user to pick his / her date of birth or something else. In Flutter, implementing DatePicker is very...
In this tutorial, we will create and display Material Banner in Flutter. Material Banners are displayed at the top of the screen. User interaction is...
GridView is a 2-d scrollable list of widgets. We can display items in the form of a grid. The grid can have any number of columns and rows. Create a...