Hi, Welcome to AndroidRide. Animations help our app stand out from others. In Flutter, there are many built-in animated widgets. In this post, you’ll learn about the Flutter…
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…
In Web, Hyperlink takes us to a web page or any other section of the same webpage. Sometimes, we need to implement hyperlinks in our app. For further…
In this post, you will learn how to make clickable text in Flutter. Many apps use clickable text in the signup/login form. After completing this tutorial, you can…
UI/UX has an importance in your app’s success. A likable user interface can win customers’ trust and love. Therefore sometimes you need to change the default look of…
Displaying large blocks of text without breaks can make an app visually unappealing. Users often find it tiring to read. Most users scan content quickly, and if they…
QR code is a special type of barcode. Most of the apps we use, have QR code scanning feature. So if you are planning to add QR code…
In this post, you will learn how to draw circle using CustomPaint in Flutter. Before drawing Circle, you must know about CustomPaint widget. Because below examples uses CustomPaint.…
In this post, you will learn how to make a vertical divider in Flutter. let’s create a simple one. Contents Simple VerticalDivider Example VerticalDivider Properties VerticalDivider Example 2…