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
flutter_eval is a very good project. i study it for a time. i want to use ExtendedImage in @RuntimeOverride, but i don't know how to do? can you help me?
ExtendedImage is a flutter package, extended_image: ^8.2.0
flutter_eval is a very good project. i study it for a time. i want to use ExtendedImage in @RuntimeOverride, but i don't know how to do? can you help me?
ExtendedImage is a flutter package, extended_image: ^8.2.0
when run command : dart_eval compile occur error
Compiling package hot_update...
Unhandled exception:
CompileError: Cannot find import 'package:flutter/gestures.dart' (while parsing 'package:extended_image/src/editor/editor.dart') at unknown
#0 _resolveImportsAndExports. (package:dart_eval/src/eval/compiler/compiler.dart:969:16)
#1 MappedListIterable.elementAt (dart:_internal/iterable.dart:425:31)
#2 ListIterable.toSet (dart:_internal/iterable.dart:229:18)
#3 _resolveImportsAndExports (package:dart_eval/src/eval/compiler/compiler.dart:971:12)
#4 Compiler.compileSources (package:dart_eval/src/eval/compiler/compiler.dart:322:33)
#5 Compiler.compile (package:dart_eval/src/eval/compiler/compiler.dart:164:12)
#6 cliCompile (package:dart_eval/src/eval/cli/compile.dart:126:34)
#7 main (file:///Users/tt/.pub-cache/hosted/pub.flutter-io.cn/dart_eval-0.7.3/bin/dart_eval.dart:71:5)
#8 _delayEntrypointInvocation. (dart:isolate-patch/isolate_patch.dart:295:33)
#9 _RawReceivePort._handleMessage (dart:isolate-patch/isolate_patch.dart:184:12)
code:
can you help me to write a wrapper for ExtendedImage? how to use ExtendedImage in @RuntimeOverride?
github:
https://github.com/HXiaoMing/hot_update.git
The text was updated successfully, but these errors were encountered: