How to Change Text Color in Flutter2

How to Change Text Color in Flutter

How to Change Text Color in Flutter – Flutter Text widget is used to show some text to the user. It’s fundamental to the development of any Flutter user interface….

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 »
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 »
A simple tag editor for inputing tags in Flutter

A simple tag editor for inputing tags in Flutter

Super Tag Editor A simple tag editor for inputting tags with suggestion box Supported suggestion box Screen Shot 1 Screen Shot 2 ) Usage Add the package to pubspec.yaml dependencies:…

Read more »

A Flutter package to create a nice circular menu using a Floating Action Button

FAB Circular Menu A Flutter package to create a nice circular menu using a Floating Action Button. Inspired by Mayur Kshirsagar‘s great FAB Microinteraction design. Installation Just add fab_circular_menu to…

Read more »
A 3D pushable button built in Flutter

A 3D pushable button built in Flutter

Pushable Button A 3D pushable button built in Flutter. Ideal for important CTAs in the app. Usage PushableButton( child: Text(‘ENROLL NOW’, style: someTextStyle), height: 60, elevation: 8, hslColor: HSLColor.fromAHSL(1.0, 120,…

Read more »
A Flutter ListView that implicitly animates between the changes of two lists

A Flutter ListView that implicitly animates between the changes of two lists

Implicitly Animated Reorderable List A Flutter ListView that implicitly calculates the changes between two lists using the MyersDiff algorithm and animates between them for you. The ImplicitlyAnimatedReorderableList adds reordering support…

Read more »
A custom navigation bar with bubble click effect in Flutter

A custom navigation bar with bubble click effect in Flutter

custom_navigation_bar A custom navigation bar with bubble click effect. This package gives you a cute bubble effect when you click on the navigation bar. Dribbble: Implemented: Gallery How to install…

Read more »
A background app bar plugin with flutter

A background app bar plugin with flutter

Widget Background App Bar A background app bar plugin, use this plugin if you want to preserve background of sliver app bar when scrolling. inspired by GradientAppBar GitHub Screenshots Don’t…

Read more »
A Flutter Widget for an AppBar that is initially flush with elevated when scrolled

A Flutter Widget for an AppBar that is initially flush with elevated when scrolled

appbar_elevation A Flutter Widget for an AppBar that is initially flush with the body and elevated when scrolled. Usage Use the ScrollActivatedAppBarElevation widget to wrap a Scaffold that contains a…

Read more »