flutter_eval
flutter_eval copied to clipboard
$Key not exposed
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.