When I run the app it get stuck
Launching lib\\main.dart on Lenovo A319 in debug mode...
Running Gradle task \'assembleDebug\'...
(This is taking an unexpec
There were two reasons for me on Archlinux:
unset TERM
which was set to xterm-256color
(reference).flutter channel master
&& flutter upgrade
. I'll be able to switch back to flutter stable when the fix in master makes its way into stable (reference).