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
When defining our own Widgets, we always need $Key as a parameter type. However, the file package:flutter_eval/foundation.dart seems to be missing, so we can't import this type.
I can work around it by importing package:flutter_eval/src/foundation/key.dart, but that's not recommended.
The text was updated successfully, but these errors were encountered:
When defining our own
Widget
s, we always need$Key
as a parameter type. However, the filepackage:flutter_eval/foundation.dart
seems to be missing, so we can't import this type.I can work around it by importing
package:flutter_eval/src/foundation/key.dart
, but that's not recommended.The text was updated successfully, but these errors were encountered: