I want to use code push in flutter, and i want to use extended_image, i have no idea, can you help me?
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.
code:
@RuntimeOverride('#myapp_main_scaffold_1')
Widget scaffoldUpdate(
BuildContext context, int counter, void Function() _incrementCounter) {
return Scaffold(
body: ExtendedImage.network('an url'),
);
}
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 same, I have a problem with flutter_inappwebview @ethanblake4 can you help me using lib ?