cloner 1.0.2 copy "cloner: ^1.0.2" to clipboard
cloner: ^1.0.2 copied to clipboard

Utilities for deep cloning collections and custom types with flexible extension points and optional circular reference detection.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cloner

With Flutter:

 $ flutter pub add cloner

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

dependencies:
  cloner: ^1.0.2

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

Import it

Now in your Dart code, you can use:

import 'package:cloner/cloner.dart';
0
likes
150
points
62
downloads

Publisher

unverified uploader

Weekly Downloads

Utilities for deep cloning collections and custom types with flexible extension points and optional circular reference detection.

Repository (GitLab)

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on cloner