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 Tutorial Blogs
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...How to Make a Transparent App Bar in Flutter
In this article, we will learn how a Flutter developer can make a Transparent App bar for an app or web app. Making the Transparent App Bar is quite easy. So, let’s start from scratch. Go to the Android Studio or VS Code and create a New Flutter Project. 2....
Continue reading...