Tag: custom
How to Upload Image to Firebase Storage Flutter
Upload Image to Firebase Storage Flutter - With the Firebase Storage Flutter plugin, integrating Firebase Storage into Flutter apps is a breeze. This plugin allows… Read more »
How to Add CircleAvatar Image in Flutter
CircleAvatar Image in Flutterr - To adjust how the CircleAvatar Image in Flutter widget looks, there are a number of settings available in Flutter. radius,… Read more »
Change Default Theme Color in Flutter
Theme Color in Flutter- Flutter uses themes to give an app a consistent visual style across its entirety. Themes can include everything from colors and… Read more »
Cupertino: How to Create Cupertino Date Picker in Flutter
Flutter Cupertino Date Picker mimics iOS's date picker. Like iOS, it uses Cupertino design. You must include the cupertino package in your Flutter project before… Read more »
Custom Appbar in Flutter
Custom Appbar in Flutter - a Material Design widget, displays the app's title, navigation buttons, and other actions or widgets in the top app bar.… Read more »
Custom Circular Widget in Flutter
Custom Circular Widget in Flutter are UI elements of that shape that we customize. You can use these widgets for everything from buttons and icons… Read more »