immortal 3.1.0 copy "immortal: ^3.1.0" to clipboard
immortal: ^3.1.0 copied to clipboard

Trve immutable wrapper classes for the Dart collections List, Set and Map.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add immortal

With Flutter:

 $ flutter pub add immortal

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

dependencies:
  immortal: ^3.1.0

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:immortal/immortal.dart';
3
likes
140
pub points
0%
popularity

Publisher

unverified uploader

Trve immutable wrapper classes for the Dart collections List, Set and Map.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

optional, tuple

More

Packages that depend on immortal