flutter_export_environment.sh 501 Bytes
Newer Older
Kevin's avatar
Kevin committed
1 2
#!/bin/sh
# This is a generated file; do not edit or check into version control.
Kevin's avatar
Kevin committed
3 4
export "FLUTTER_ROOT=F:\flutter"
export "FLUTTER_APPLICATION_PATH=F:\TestCode\cool_ui\cool_ui\example"
Kevin's avatar
Kevin committed
5 6 7 8 9
export "FLUTTER_TARGET=lib\main.dart"
export "FLUTTER_BUILD_DIR=build"
export "SYMROOT=${SOURCE_ROOT}/../build\ios"
export "FLUTTER_BUILD_NAME=1.0.0"
export "FLUTTER_BUILD_NUMBER=1"
Kevin's avatar
Kevin committed
10 11 12 13
export "DART_OBFUSCATION=false"
export "TRACK_WIDGET_CREATION=false"
export "TREE_SHAKE_ICONS=false"
export "PACKAGE_CONFIG=.packages"