union 0.0.4-nullsafety.1 copy "union: ^0.0.4-nullsafety.1" to clipboard
union: ^0.0.4-nullsafety.1 copied to clipboard

discontinuedreplaced by: freezed
outdated

Type safe union types for dart, by using extensions from Dart 2.6

0.0.4-nullsafety.1 #

Migrated to non-nullable types (thanks to @Elias8)

0.0.3+1 #

Fix readme links

0.0.3 #

Unions are now implemented using functions instead of classes.

This allows assigning Union2<A, B> to Union3<A, B, Whatever>.

0.0.2 #

Allow const constructors on unions.

0.0.1 #

Optimized join/map/forEach from O(N) to O(1).

0.0.0+1 #

Improve pub score

0.0.0 #

Initial release

20
likes
120
pub points
63%
popularity

Publisher

verified publisherdash-overflow.net

Type safe union types for dart, by using extensions from Dart 2.6

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on union