rodydavis / signals.dart

Reactive programming made simple for Dart and Flutter
http://dartsignals.dev
Apache License 2.0
437 stars 50 forks source link

Update AsyncState.data and AsyncState.error to forward isLoading #259

Closed mauriciolcs closed 4 months ago

mauriciolcs commented 5 months ago

According to the documentation, AsyncState.data and AsyncState.error could receive isLoading as an argument, but in practice they do not.

I'm using the latest version (5.2.0)

Documentation Current Implementation
rodydavis commented 5 months ago

Thanks for the find!

rodydavis commented 4 months ago

Fixed the docs!