7 lines
107 B
Bash
7 lines
107 B
Bash
|
echo "Target?"
|
||
|
read target
|
||
|
|
||
|
set -x
|
||
|
flutter pub get
|
||
|
flutter pub run build_runner build
|
||
|
flutter build $target
|