commandlist 0.0.7 copy "commandlist: ^0.0.7" to clipboard
commandlist: ^0.0.7 copied to clipboard

An index-accessible list that provides insert, remove, and move capabilities using Commands

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add commandlist

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  commandlist: ^0.0.7

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:commandlist/commandlist.dart';
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

An index-accessible list that provides insert, remove, and move capabilities using Commands

Homepage

License

BSD-2-Clause (LICENSE)

Dependencies

command, meta

More

Packages that depend on commandlist