damn_nullable 0.0.2 copy "damn_nullable: ^0.0.2" to clipboard
damn_nullable: ^0.0.2 copied to clipboard

A tiny Dart utility that fixes the classic copyWith problem: distinguishing between "no update" and "update to null". Use DamnNullable<T> to explicitly set nullable fields inside copyWith. Works wit [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add damn_nullable

With Flutter:

 $ flutter pub add damn_nullable

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

dependencies:
  damn_nullable: ^0.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:damn_nullable/damn_nullable.dart';
1
likes
150
points
124
downloads

Publisher

unverified uploader

Weekly Downloads

A tiny Dart utility that fixes the classic copyWith problem: distinguishing between "no update" and "update to null". Use DamnNullable<T> to explicitly set nullable fields inside copyWith. Works with any Dart model.

Repository (GitHub)
View/report issues

Topics

#copywith #nullable #optional #data #model

Documentation

API reference

License

MIT (license)

More

Packages that depend on damn_nullable