shorebirdtech / shorebird

Code Push for Flutter and other tools for Flutter businesses.
https://shorebird.dev
Other
2.31k stars 140 forks source link

fix(shorebird_cli): don't export FLUTTER_STORAGE_BASE_URL in shorebird.ps1 #2109

Closed bryanoltman closed 5 months ago

bryanoltman commented 5 months ago

Description

Invoke flutter --version in a "subshell" to avoid polluting the powershell environment.

Fixes https://github.com/shorebirdtech/shorebird/issues/2108

Type of Change