extension_type_unions 1.0.10 copy "extension_type_unions: ^1.0.10" to clipboard
extension_type_unions: ^1.0.10 copied to clipboard

Simple union types using extension types. Types: the union of `int` and `String` is `Union2<int, String>`. Values: `42.u21` is `42` with type `Union2<int, Never>`.

1.0.10 #

  • Add DartDoc comments, correct typos in comments.

1.0.9 #

  • Clean up whitespace.

1.0.8 #

  • Added bounded_extension_type_unions.dart, providing a variant of the union types provided by extension_type_unions.dart which offers improved run-time type safety in return for some verbosity.

1.0.7 #

  • Add more DartDoc comments.

1.0.6 #

  • Add more DartDoc comments.

1.0.5 #

  • Add JSON example.

1.0.4 #

  • Add DartDoc comments to JSON related declarations.

1.0.1 #

  • Improve the description in pubspec.yaml.

1.0.0 #

  • Initial version.
7
likes
160
pub points
60%
popularity

Publisher

unverified uploader

Simple union types using extension types. Types: the union of `int` and `String` is `Union2<int, String>`. Values: `42.u21` is `42` with type `Union2<int, Never>`.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on extension_type_unions