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...flutter
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 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...