dart_sealed_unions icon indicating copy to clipboard operation
dart_sealed_unions copied to clipboard

Sealed Unions for Dart. Maintainer: @nodinosaur

Results 2 dart_sealed_unions issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi! I'm using this package and when writing tests, I often get failed messages like: ``` does not match ``` which makes it a little difficult to debug. My proposed...

I know this is particular to flutter, but maybe it makes sense to you too. Currently, we are able to call `.join` to listen all states, but sometimes we need...