Skip to content

Commit 1c1c01e

Browse files
committed
update record
1 parent 7e42cf3 commit 1c1c01e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

RECORD.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ https://flutter.cn/docs/development/tools/devtools/cli http://localhost:9100
1010

1111
sudo gem install -n /usr/local/bin cocoapods -v 1.9.3
1212

13+
///配置多渠道
14+
flutter run --dart-define=CHANNEL=GSY --dart-define=LANGUAGE=Dart
15+
const CHANNEL = String.fromEnvironment('CHANNEL');
16+
const LANGUAGE = String.fromEnvironment('LANGUAGE');
17+
18+
1319
query getUserDetail($name:String!){
1420
user(login: $name) {
1521
login,

0 commit comments

Comments
 (0)