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 by pressing the buttons. An example of this is when we create a flutter application then you see a default...
Continue reading...Flutter Tutorial Blogs
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 by pressing the buttons. An example of this is when we create a flutter application then you see a default...
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 name but when you release your app and want to show the public the specific name then you should need...
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 learn what is GetX and how you can use this in your projects. You will learn how to navigate to...
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 help you a lot. There are two ways by which we can make the gradient button in the flutter framework....
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 for mobile, web, and desktop from a single codebase. Flutter works with existing code, is used by developers and organizations...
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 screen, or another little animated icon we use in our flutter projects. There are many websites that provide us with...
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 dialog by clicking that button. We will use a checkbox in that dialog and will try to change his state...
Continue reading...Flutter – Splash Screen Custom Widget – how to make
In this topic, we will discuss how you can create a custom widget for a splash screen on flutter. So, to move on to our topic first, we will discuss the custom widget. What is Custom Widget? In Flutter, we can say that a custom widget is a custom shape...
Continue reading...