draggable_list 0.0.1 copy "draggable_list: ^0.0.1" to clipboard
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
KakaoTalk_Photo_2025-02-04-01-16-55 KakaoTalk_Photo_2025-02-04-01-19-14 KakaoTalk_Photo_2025-02-04-01-31-47

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

2
likes
0
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable draggable list view for Flutter.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on draggable_list