freezed_collection 0.0.3 copy "freezed_collection: ^0.0.3" to clipboard
freezed_collection: ^0.0.3 copied to clipboard

Extending dart:freezed to deep copyWith for collection.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add freezed_collection

With Flutter:

 $ flutter pub add freezed_collection

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

dependencies:
  freezed_collection: ^0.0.3

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:freezed_collection/freezed_collection.dart';
3
likes
110
pub points
73%
popularity

Publisher

verified publishermtbo.org

Extending dart:freezed to deep copyWith for collection.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

freezed_annotation, json_annotation

More

Packages that depend on freezed_collection