You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flutter build linux && export PATH="$PATH":"$HOME/.pub-cache/bin" && flutter_to_debian # why the "&&": packing to .deb shouldn't be done if the flutter build has failed. "&&" ensures the next command will only run when the previous one succeed!