How to Add shadow to the widget in Flutter
To complete Mobile app UI design shadows takes someplace. In Flutter adding…
Show/Hide Password TextField/TextFormField in Flutter
Flutter TextField/TextFormField has a lot of customization. In this tutorial, you will…
Flutter – Show/hide widgets programmatically
Flutter - Many times developers want to hide/show widgets depending upon conditions…
How to Change Application Launcher Icon in Flutter
Flutter - When the user creates a project, by default flutter icon…
Flutter – How to change the appBar back button color and icon
Flutter changing the appbar back button color is very easy. By default…
Flutter Clickable Appbar Title
Flutter making clickable appbar title is very very easy. To make the…
Flutter – How to center the title of an appbar
Flutter aligning the title into the center of an appbar is very…
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…