shuffle 1.0.0 copy "shuffle: ^1.0.0" to clipboard
shuffle: ^1.0.0 copied to clipboard

Dart 1 only

Simple library providing random shuffle functionality to iterables.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add shuffle

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

dependencies:
  shuffle: ^1.0.0

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:shuffle/shuffle.dart';
0
likes
15
points
8
downloads

Publisher

unverified uploader

Weekly Downloads

Simple library providing random shuffle functionality to iterables.

License

BSD-2-Clause (license)

More

Packages that depend on shuffle