What is the State in Flutter?

What is the State in Flutter

Are you new to Flutter Mobile or Web development? Today we will be discussing about what is the state in Flutter. How can you implement state in flutter and what are different types of states present what is there significant. So, let dig deep into the topic. As you might be already knowing about flutter … Read more

Decoding Hot Reload in Flutter 2

Decoding Hot Reload in Flutter

Hot Reload in Flutter is one of the top feature provided by Google for its mobile and web application developer. Its one of the Flutter’s awesomely powerful feature know as Hot Reload. So let’s decode Hot Reload in Flutter. But sometimes it may not works that way you want it to be, even though your … Read more

How To Change Application Launcher icon – Flutter

How To Change Application Launcher icon - Flutter

Today we will be discussing how to change the application launcher icon on flutter. Since flutter launcher icons are designed to create launcher icons for both Android and iOS automatically, sometimes a user can go into an issue and may not be able to change the launcher icon. If you have created the app with … Read more

RotatedBox Flutter Widget of the Week

RotatedBox Flutter

Today we will be discussing usage of RotatedBox in Flutter application. When and Why to use RotatedBox while you are developing an android and iOS application. If you want to rotate any of the widgets in your application then in that case you would be using the RotatedBox widget to get the work done easily. … Read more

Top 10 Thing About Flutter Engage to Know

Flutter Engage

Flutter 2 has been finally launched and its beautiful, fast, productive and open. Today we will discuss about Top 10 things about Flutter Engage to know. Since Flutter 2 is being expanded to a portable framework, unleashing your apps to run a wide variety of different platforms with little or no change. You can think … Read more

Stack Flutter Widget of the Week Definitive Guide

Stack Flutter Widget of the Week Definitive Guide

Today we will be discussing Stack Flutter Widget which is widely used in all or most of the Flutter applications currently. So Stack is basically a data structure that is used to put processes or widgets or objects in form of the stack which can be referred to as in line. You can think of … Read more

AboutDialog Flutter Widget of the Week

AboutDialog

Today we will be seeing the AboutDialog Widget in Flutter. We will be discussing its usage and features in this post for the mobile development of applications. As in most of the applications we need to put legalities, app prints, about the apps in the about tab of the application. Now, the AboutDialog Widget of … Read more