union 0.0.3+1 copy "union: ^0.0.3+1" to clipboard
union: ^0.0.3+1 copied to clipboard

discontinuedreplaced by: freezed

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

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
40
pub points
60%
popularity

Publisher

verified publisherdash-overflow.net

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

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on union