In this article, we will look into how to make a beautiful Google Sign In screen and authenticate the same with Google. To do so… Read More
Category Archives: Flutter
Flutter SDK is an open-source software development kit for building beautiful UI which is natively compiled. In this article, we will build a Tic Tac… Read More
Nowadays in the situation of Covid, it is very important to wear a Mask and protect yourself and others. So this App helps to detect… Read More
When we want to expand and collapse things then we can do this with the help of an expansion panel. This Expansion panel list is… Read More
Bottomsheets are the sheets displayed at the bottom to show any content which we want to display. Normally, when we create bottomsheet the syntax for… Read More
When we want to show anything in the form of the dialog then we can create this Dialog using the GetX library in Flutter. When… Read More
Sometimes, it’s very useful to show the message when a certain action takes place in our app. Let’s suppose, we have a list of items… Read More
GetX is a fast, stable, and light state management library in flutter. There are so many State Management libraries in flutter like MobX, BLoC, Redux,… Read More
Concurrency in simple terms means the application is making progress in more than one task at a time. In a normal application or program, each… Read More
Flutter is based on Widgets and Widget Trees. If you are new to Flutter, imagine Widgets as structures of Data or Classes of Data. And… Read More
In this article, we will look into how we can use state management or provider package for implementing state management in our flutter app. We… Read More
First of all, small apps made from scratch are usually tested manually using either a virtual emulator in high-end systems or using an android phone… Read More