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
Trying to build/run the app.
flutter doctor is clean
flutter 2.0.6
I get an error in the provider-3.1.0 library:
../../Library/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/provider-3.1.0/lib/src/delegate_widget.dart:194:18: Error: Superclass has no method named 'inheritFromElement'.
return super.inheritFromElement(ancestor, aspect: aspect);
The text was updated successfully, but these errors were encountered:
Trying to build/run the app.
flutter doctor is clean
flutter 2.0.6
I get an error in the provider-3.1.0 library:
../../Library/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/provider-3.1.0/lib/src/delegate_widget.dart:194:18: Error: Superclass has no method named 'inheritFromElement'.
return super.inheritFromElement(ancestor, aspect: aspect);
The text was updated successfully, but these errors were encountered: