async_phase 0.3.0
async_phase: ^0.3.0 copied to clipboard
A class and its subclasses representing phases of an asynchronous operation.
0.3.0 #
- Raise minimum Dart SDK version to 3.0.0.
- Change AsyncPhase class to
sealed
. - Change subclasses of AsyncPhase to
final
. - Related refactorings.
0.2.0 #
- Raise minimum Dart SDK version to 2.19.0.
0.1.0 #
- Breaking:
- Improve
data
ofAsyncComplete<T>
to be non-null ifT
is not nullable. - Hide
error
andstackTrace
in AsyncPhase and make them only available in AsyncError.
- Improve
- Make sure
data
is of typeObject?
instead ofdynamic
when the type is unknown. - Add tests.
- Improve documentation.
0.0.1+1 #
- Update README.
0.0.1 #
- Initial version.