We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e42cf3 commit 1c1c01eCopy full SHA for 1c1c01e
RECORD.md
@@ -10,6 +10,12 @@ https://flutter.cn/docs/development/tools/devtools/cli http://localhost:9100
10
11
sudo gem install -n /usr/local/bin cocoapods -v 1.9.3
12
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
19
query getUserDetail($name:String!){
20
user(login: $name) {
21
login,
0 commit comments