In this post, you will learn how to render list of rows or listview inside Column. while implementing ListView inside Column, you may get errors. Using below examples,…
Do you want to change color of Elevated Button? Then you are in the right place. So let’s start with a simple example. Most of the time, this…
Buttons have huge importance in every UI and using the same old fashioned rectangle shape button can be less attractive. So In this post, you will make Elevated…
Hi, Welcome to AndroidRide. In this post, you will learn how to set background color of the Container. without wasting time, let’s start. Contents Flutter Container Background color…
In this post, you will learn how to set background color of Row in Flutter. Row does not have any default attribute to set background color. So what…
Hi, Welcome to AndroidRide. Random numbers have a big role in our daily life. But we really don’t think that much about that. They are used in computer…
Hi, Welcome to AndroidRide. Sometimes, users need to pick directories to store their data or download files. In this post, you will learn how to pick directories using…
Hi, Welcome to AndroidRide. Animation always helps our app to stand out from other apps. In Flutter, By default there are lots of Animated Widgets. So in this…
Hi guys, Welcome to AndroidRide. Most of the apps are using bottom button for implementing their app’s main functionality. For creating todos, notes etc. So if you are…
Do you want to make a clickable container in Flutter? Then this post is definitely for you. Contents How To Make A Clickable Container Using GestureDetector? How To…
List Applications are everywhere. Social Media Apps, Note Taking Apps. Yes, the list won’t end. So if you are trying to make a List App and want to…
In this post, you will learn how to make a Password TextField. It’s really simple. So we will cover TextFormField too. okay… Let’s start. Contents How To Make…
In this post, you will learn how to make stadium border-shaped widgets in Flutter. Rounded or stadium border type shape will look fresh and different when compared to…
In this post, you will make a Flutter Machine Learning App – Actually Dog VS Cat Detector. Don’t worry, there are no complex mathematical calculations or any other…
In Flutter, underlining a text is easy. This post has listed 6 ways to make it happen. Let’s start… Contents 1. How To Underline Text in Flutter? Dashed…