In this article, We will see the flutter Scaffold widget. we will understand all its properties and also the things we use in every project. In our flutter project, we declare each and everything under the scaffold widget. Scaffold widget has many properties like app bar, drawer, backgroundColor, floating action...
Continue reading...Flutter Tutorial Blogs
How to use the Flutter Zoom Drawer Package
In this article, we will see how can we use or implement the Flutter Zoom Drawer package in our flutter projects. You will also see how can you change the different views of drawers by using this package, also will check drawer is open or close, how to change the...
Continue reading...How to use the flutter native splash package
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 splash screen. We can add the logo of the app, and set the background color of the native splash screen,...
Continue reading...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 by pressing the buttons. An example of this is when we create a flutter application then you see a default...
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 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...