Create horizontal scrollable cardviews using ListView
In this tutorial I'm going to create a horizontal scrollable CardView by using ListView. Inside this cardview, I am going to set an image and Textview. And the data inside…
In this tutorial I'm going to create a horizontal scrollable CardView by using ListView. Inside this cardview, I am going to set an image and Textview. And the data inside…
App bar is the topmost horizontal bar of the app. This is one of the components of Scaffold widget. The app bar may include back button, toolbar icons, title of…
Firebase Cloud Messaging or FCM is used to send notifications to users. To be able to send messages, you need to retrieve the fcm token of the user. After doing…
You can change the position or align of the Decoration image manually by using Alignment() attribute. You can rotate a Decoration image manually by using Transform.translate() attribute
In this tutorial we will discuss about how we can create a leaf type rounded border menu in flutter using RawMaterialButton and change the border radius of RawMaterialButton.
Device Back Button exits the app instead of going back to previous page in Android 13. In android 13, there is list of features and behavior changes that might affect…
Sometimes a user wants to take custom action while pressing mobile device's back button. How to Override device back button in a flutter Application.