How to create a number input field in Flutter
Flutter TextField is the most popular widget for getting input from the…
How to Change App Name in Flutter (Android & iOS)
In Flutter Changing App Name or App Display Name is very easy.…
Flutter: Changing package name – Simple Method using package
Changing the package name is very easy. We already posted a manual…
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…