How to Make TabBar in Flutter 1

How to Make TabBar in Flutter

How to Make tabBar in Flutter – Typically, an ATabBar will include a number of tabs that the user can use to navigate between various windows or information feeds. Here…

Read more »
ElevatedButton Flutter

ElevatedButton Flutter: How to use it?

ElevatedButton Flutter is a Material Design elevated button. It is a button widget that appears raised from the surface of the screen, with a shadow behind it, to provide a…

Read more »
Working with ListTile in Flutter

Working with ListTile in Flutter

Working with ListTile Flutter – hi guys, welcome back to my blog, now we will learn about ListTile in flutter. before practice it’s good for us to know what a…

Read more »
How to Add Image in Circleavatar in Flutter

How to Add Image in Circleavatar in Flutter

CircleAvatar in Flutter – To adjust how the CircleAvatar in Flutter widget looks, there are a number of settings available in Flutter. radius, backgroundColor, foregroundColor, and child are all examples…

Read more »
Create a Card Widget in Flutter

Create a Card Widget in Flutter

Create a Card Widget in Flutter – The Flutter Card Widget displays content and allows users to interact with it. You may use it to display data like a product,…

Read more »
Custom Circular Widget Design Flutter

Custom Circular Widget Design Flutter

Flutter custom circular widgets are UI elements of that shape that we customize. You can use these widgets for everything from buttons and icons to progress bars and user avatars….

Read more »
Date Range Picker with Flutter

Date Range Picker with Flutter

[Deprecated] Date Range Picker Currently Flutter has supported date range picker, so I think my mission is done. Thanks for using my lib. Link: https://api.flutter.dev/flutter/material/showDateRangePicker.html Demo Getting Started Installation Add…

Read more »
A Simple Popup Shape For Flutter

A Simple Popup Shape For Flutter

popup_shapes ? Popup Shapes for Notifications and tooltips. Shapes TOP LEFT CENTER RIGHT CENTER LEFT RIGHT BOTTOM RIGHT CENTER LEFT How to use import following dependencies in pubspec.yaml popup_shape: git:…

Read more »

An opinionated code-generation tool from GraphQL to Dart/Flutter

GraphQL Codegen This is an opinionated code-generation tool from GraphQL to Dart/Flutter. It’ll allow you to generate Dart serializers and client helpers with minimal config. The framework makes no assumption…

Read more »
Use the easiest way to create a dotted line view with flutter

Use the easiest way to create a dotted line view with flutter

fdottedline FDottedLine provides developers with the ability to create dashed lines. It also supports creating a dashed border for a Widget. Support for controlling the thickness, spacing, and corners of…

Read more »