Wed, Mar 27, 2024
When using the GetX package in Flutter, especially for state management and route management, you might observe some behaviors that differ across platforms (Android, iOS, and web).
Read more →
Tue, Mar 26, 2024
This is a very common issue when working with Getx on flutter. Hopefully the following solution can be of a help for you.
Read more →
Fri, Jan 12, 2024
To enable horizontal dragging of a `ListView` widget with a mouse in Flutter, you can use a combination of the `ListView.builder`, a `ScrollController`, and a `GestureDetector`
Read more →
Wed, Sep 13, 2023
The software keyboard, also known as the on-screen keyboard, is a crucial component of mobile app interactions. However, there are instances when you want to provide a way for users to dismiss the keyboard manually. In a Flutter app, you have several methods to close the keyboard programmatically. In this article, we will explore four effective ways to achieve this.
Read more →
Fri, Aug 25, 2023
This is fully functional Coin Toss App you can use in your application. Use it, modify it to your liking
Read more →
Thu, May 18, 2023
In this Flutter tutorial, we will explore how to create a gradient text effect using the ShaderMask widget. We'll build a sample HomeScreen widget that displays a gradient text with a shadow effect. Let's dive into the code step by step.
Read more →
Tue, May 9, 2023
In this post I will show you how to create a beautiful Login Screen UI in Flutter
Read more →
Tue, May 9, 2023
In this post I will show you how to create animated list view using AnimatedList widget in Flutter without using any external package.
Read more →
Tue, May 9, 2023
In this post we learn how to copy zip folder with all the files and subfolders from assets to application documents directory in Flutter
Read more →
Mon, May 1, 2023
In this blog post we will learn how to create an animated loading button in flutter without any external package.
Read more →
Mon, Apr 24, 2023
In this post we take a look at how to publish a flutter app on Play Store
Read more →
Thu, Mar 30, 2023
In this guide, you will learn how to create a dotted border container in Flutter using the dotted_border package. We will go through the steps required to install and import the package, and then create a dotted border container with a custom border radius. By the end of this guide, you will have a good understanding of how to use the dotted_border package to create custom dotted borders in your Flutter projects. Let's get started!
Read more →