dart_maybe icon indicating copy to clipboard operation
dart_maybe copied to clipboard

No more null check with an dart equivalent of Maybe (Haskel, Elm) / Option (F#).

Results 1 dart_maybe issues
Sort by recently updated
recently updated
newest added

I've updated the `dart_maybe` files to support the dart null safety feature. This is a breaking change that requires the `dart` `sdk` to be updated. Feel free to take what...