transfer_list 0.0.2 transfer_list: ^0.0.2 copied to clipboard
A transfer list enables the user to move one or more list items to and fro.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add transfer_list
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
transfer_list: ^0.0.2
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:transfer_list/transfer_list.dart';