WIP: Flutter-based projects support#127
Conversation
…utter-based projects
|
@stfbee One question, when you restart the app maybe with "uninstall and start" or with "restart with debugger" does the console in intellij still prints the logs? I had this commands in bash and run them manually when I need them but I do need to rerun the project in intellij every time if I want to see the logs in there. |
|
@stfbee 👀 any chance to give a look at this? it seems promising! |
|
Related to: #82 |
|
@stfbee ping :) |
Hello, no way( |
|
and maybe can you give me a hint about how to continue your work? |
|
nope, it was one-beer-code for my temporary needs, but now I don't even remember the point or the context, sorry |
|
@pbreault any chance to look at this? |
Added support for all commands (except start default activity) for flutter-based projects (#118)
It's very dirty, but working
Need to cleanup and refactor.
Maybe need to add flutter as plugin dependency. I tried, but it didn't work out: I didn't have enough experience in plugins. There are some useful Utils classes there.