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 →
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 →
Mon, Jun 5, 2023
In this tutorial I will show you how to build a basic calculator app using Flutter step-by-step. With this tutorial you can enhance your Flutter skills and create your own custom calculator app with ease. We apply as many functionalities as possible, after completing this tutorial you can improve this app based on your preferences.
Read more →
Fri, May 26, 2023
In this tutorial we will learn how to save files on both Android and IOS devices in Flutter app so that user can access saved files on their device.
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 →
Tue, Mar 14, 2023
In this post we learn how to use FocusableActionDetector widget in flutter.
Read more →