flutter_eval icon indicating copy to clipboard operation
flutter_eval copied to clipboard

CompileError: Cannot find import 'package:flutter/cupertino.dart'

Open 185875430 opened this issue 1 year ago • 3 comments

If I were in hot_update dart, increase the import 'package: flutter/cupertino. Dart', will quote CompileError: Cannot find import 'package:flutter/cupertino.dart' cupertino does not seem to be supported, so it is easy to report CompileError if external packages are introduced into the code to be patched How to solve it

185875430 avatar Aug 28 '24 03:08 185875430

If I were in hot_update dart, increase the import 'package: flutter/cupertino. Dart', will quote CompileError: Cannot find import 'package:flutter/cupertino.dart' cupertino does not seem to be supported, so it is easy to report CompileError if external packages are introduced into the code to be patched How to solve it

I’m facing the same issue. Have you found a solution yet?

cric2000 avatar Sep 05 '24 13:09 cric2000

dart_evel should run in root of path "remote_update"

suzhengda avatar Oct 23 '24 01:10 suzhengda

How to solve it

view-man avatar Jul 22 '25 07:07 view-man