You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 20, 2018. It is now read-only.
Unhandled exception:
[error] Invalid override. The type of 'CancelableFuture.then' ('<S>((T) → S, {onError: Function}) →
Future<S>') isn't a subtype of 'Future<T>.then' ('<S>((T) → FutureOr<S>, {onError: Function}) →
Future<S>'). (package:barback/src/utils/cancelable_future.dart, line 32, col 3)
I think FutureOr<S> is a recent addition.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When running barback, I get:
I think
FutureOr<S>
is a recent addition.The text was updated successfully, but these errors were encountered: