transfer_list 0.0.2 copy "transfer_list: ^0.0.2" to clipboard
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';
10
likes
150
pub points
0%
popularity

Publisher

verified publishermakecv.in

A transfer list enables the user to move one or more list items to and fro.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on transfer_list