draggable_list 0.0.1
draggable_list: ^0.0.1 copied to clipboard
A customizable draggable list view for Flutter.
draggable_list #
This repository contains a Flutter-based application and its related backend services.
Features #
- Smooth transition during item insertion and removal from the list with animations.
- Supports creation and reordering of lists containing text fields
- All Lists can be customized
- List creation and deletion buttons can be customized
- Selectable list drag activation/deactivation
Demo #
| Basic List | Customized List | Textfield List |
|---|---|---|
How to use it? #
1. Add dependency #
Add this to your package's pubspec.yaml file:
dependencies:
draggable_list: <latest_version>
2. Install it #
You can install packages from the command line: with pub:
$ pub get
with Flutter:
$ flutter pub get
3. Import it #
Now in your Dart code, you can use:
import 'package:draggable_list/draggable_list.dart';
4. Use it #
Example code demonstrates a simple draggable list implementation