widget_tray 0.0.7 widget_tray: ^0.0.7 copied to clipboard
A Flutter package with a collection of custom widgets to streamline UI design and simplify app development.
Widget_Tray #
A Flutter package that provides a curated collection of custom widgets to simplify UI design and app development. With Widget_Tray, you can quickly create beautiful, reusable, and responsive user interfaces.
Features #
- A wide variety of customizable widgets
- Easy to use and integrate into any Flutter project
- Supports responsive design for multiple screen sizes
- Well-documented and actively maintained
List of Widgets #
- Expandable Tile use CustomExpandableTile(),
Installation #
Add the following dependency to your pubspec.yaml
file:
dependencies:
widget_tray: ^0.0.2
Usage #
Import the package in your Dart code:
import 'package:widget_tray/widget_tray.dart';
Example #
ExpansionListExample
ExpansionListExample()