Release v5.7.0
- Support WASM by removing
dart:html
dependency and replacing it withweb
anddart:js_interop
. - Add
reverseIf
extension forList
. - Add
completer
helper function to useCompleter
api in a more concise way.
dart:html
dependency and replacing it with web
and dart:js_interop
.reverseIf
extension for List
.completer
helper function to use Completer
api in a more concise way.