In this article, we will learn how can we use the flutter native splash package in our flutter project. By using this package we can customize our flutter app native...
Continue reading...Flutter Tutorial Blogs
How to make a flutter counter app with the provider?
In this article, we will learn how can we make a simple flutter counter app with provider State Management. A counter app is an application in which we can increase or decrease a value...
Continue reading...How to make Flutter Counter App with GetX
In this article, we will learn how can we make a simple flutter counter app with GetX State Management. A counter app is an application in which we can increase or decrease a value...
Continue reading...How to change app name in Flutter – The Perfect way in 2022
If you want to change your Flutter app name randomly while developing the app. So how you can do this. Maybe while developing the app you do not change app...
Continue reading...Flutter UI, Splash, login, Signup, Forget password Screen Flutter UI, How to Use GetX
In this article, we will learn the Flutter UI of splash, login, signup, and forget password screen. We will design these screens by using the GetX State Management. You will...
Continue reading...How to make a custom Gradient Button in Flutter
In this article, we will learn how can we make a custom Gradient Button in Flutter. If you want to make the gradient elevated button, then this article also will...
Continue reading...How to make gradient icon in Flutter 2022
In this article, we will learn how we can make the gradient icon in Flutter. What is Flutter Framework? Flutter is Google’s portable UI toolkit for crafting beautiful, natively compiled applications...
Continue reading...Lottie Animation add in a Flutter project
In this article, we will see Lottie animation flutter example. Now a day, every app has animations according to the scenario, like an animation for onboarding screens, login screen, signup...
Continue reading...Flutter – How to call SetState in Alert Dialog (2022)
We will see in this article how to call setstate in Alert Dialogs in Flutter. First, we will create a simple button on any screen and will open an alert...
Continue reading...