Dropsource / monarch

Monarch is a tool for building Flutter widgets in isolation. It makes it easy to build, test and debug complex UIs.
https://monarchapp.io
MIT License
437 stars 22 forks source link

code changes don't reload monarch #47

Closed filly82 closed 1 year ago

filly82 commented 1 year ago

Target copy_flutter_bundle failed: Exception: Flutter failed to copy ..\f_common_widgets_flutter\.dart_tool\flutter_build\0cf 2e1c3577630af4f31f6666d4b20e1\app.dill to .monarch\flutter_assets\kernel_blob.bin due to unknown error. The flutter tool cannot access the file or directory. Please ensure that the SDK and/or project is installed in a location that has read/write permissions for the current user.

any ideas?

filly82 commented 1 year ago

when not running monarch from a terminal within my IDE than it works

fertrig commented 1 year ago

I'll try it. Which IDE do you use?

filly82 commented 1 year ago

Android Studio

fertrig commented 1 year ago

I tried Android Studio Dolphin | 2021.3.1 and it worked as expected. I run it on a mac. Are you on Windows?

filly82 commented 1 year ago

Yes I am, but the problem does not occur any more. Sorry for the incovenience. Closing the issue