pbreault / adb-idea

A plugin for Android Studio and Intellij IDEA that speeds up your day to day android development.
Apache License 2.0
2.1k stars 256 forks source link

WIP: Flutter-based projects support #127

Open stfbee opened 3 years ago

stfbee commented 3 years ago

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.

danielgomezrico commented 3 years ago

@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.

danielgomezrico commented 3 years ago

@STFBEE 👀 any chance to give a look at this? it seems promising!

danielgomezrico commented 3 years ago

Related to: https://github.com/pbreault/adb-idea/issues/82

danielgomezrico commented 3 years ago

@STFBEE ping :)

stfbee commented 3 years ago

@STFBEE ping :)

Hello, no way( I stopped using Flutter in my projects, which made the solution unnecessary (for me personally)

danielgomezrico commented 3 years ago

and maybe can you give me a hint about how to continue your work?

stfbee commented 3 years ago

nope, it was one-beer-code for my temporary needs, but now I don't even remember the point or the context, sorry

danielgomezrico commented 3 years ago

@pbreault any chance to look at this?