How to Change Package Name in Flutter
In android, every app has a unique id. The unique id is…
How to Add Border to a Widget in Flutter
Adding a border to any widget in flutter is very easy. To…
Create Outlined Button in Flutter – OutlinedButton Widget
Flutter - Creating the Outlined button is very easy. The OutlinedButton widget…
Create Rounded Button in Flutter – #1
Hello guys, creating a rounded button in flutter is very easy. In…
How to use Hexadecimal Color Code in Flutter
To use hexadecimal value in a flutter, first, call the Color class…
Remove debug banner in Flutter
In flutter, the debug banner appears only on development mode and it…
Flutter Navigation Without Context
In Flutter navigation without context between two screens is very easy with…
Create Dismissible ListView in Flutter
Swipe to dismiss is a popular feature in Mobile apps. For most…
Flutter Custom Alert Dialog
Custom Alert Dialog Alert Dialog is a kind of small popup window.…