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…
Showing large chunks of text without break in app is visually unappealing. Users might feel painful to read. Most of the users scan the content at an initial…
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…
In this post, you will learn how to make placeholder in TextFormField and TextField. Okay. Let’s set placeholder then. Contents 1. Simple TextFormField PlaceHolder Example 2. HintText vs…
Do you want to make a circular Image icon like in social media apps? Use CircleAvatar, You can also use Container and other widgets. But In this post,…
In this post, you will learn about the Flutter carousel_slider package. Using this package you can easily create your own image carousel or any other widget carousel. Also…
In Flutter, it’s easy to make the AppBar title to center. Let’s learn about that by doing below examples. Contents 1. How To align AppBar Title To Center?…
Debug banner is annoying while taking a screenshot if any widget behind it Although it helps us to know it’s in debug mode. Let’s remove that. Contents 1.…
If you are trying to set background image to your Flutter app, then you came to the right place. Before making one, Most of the below examples, images…
In this post, you will learn about the Flutter path provider package. Okay, what it actually does? Using path_provider package, you can easily find the most used locations…
In this tutorial, you will learn about Flutter Image_Picker plugin developed by flutter.dev community. It helps you to Take pictures from Gallery and capture using camera Take Videos…