flutter_eval icon indicating copy to clipboard operation
flutter_eval copied to clipboard

$Key not exposed

Open anlumo opened this issue 1 year ago • 0 comments

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.

anlumo avatar Jul 17 '24 15:07 anlumo