1717 required : true
1818 default : ' 1'
1919
20+ # Configure app uses -d to select pinned Epic/MWC prebuilts when included.
21+ # Other native-assets packages, including frostdart, still build from source.
2022jobs :
2123
2224 build-disclaimer :
7678 - name : Get dependencies
7779 run : flutter pub get
7880
79- - name : Create git_versions.dart stubs
80- run : |
81- mkdir -p crypto_plugins/flutter_libepiccash/lib
82- mkdir -p crypto_plugins/flutter_libmwc/lib
83-
84- EPIC_TAG=$(git -C crypto_plugins/flutter_libepiccash describe --tags --exact-match HEAD 2>/dev/null || echo "dev")
85- MWC_TAG=$(git -C crypto_plugins/flutter_libmwc describe --tags --exact-match HEAD 2>/dev/null || echo "dev")
86-
87- printf 'String getPluginVersion() => "%s";\n' "$EPIC_TAG" \
88- > crypto_plugins/flutter_libepiccash/lib/git_versions.dart
89- printf 'String getPluginVersion() => "%s";\n' "$MWC_TAG" \
90- > crypto_plugins/flutter_libmwc/lib/git_versions.dart
91-
9281 - name : Decode secrets
9382 env :
9483 CHANGE_NOW : ${{ secrets.CHANGE_NOW }}
@@ -153,19 +142,6 @@ jobs:
153142 - name : Get dependencies
154143 run : flutter pub get
155144
156- - name : Create git_versions.dart stubs
157- run : |
158- mkdir -p crypto_plugins/flutter_libepiccash/lib
159- mkdir -p crypto_plugins/flutter_libmwc/lib
160-
161- EPIC_TAG=$(git -C crypto_plugins/flutter_libepiccash describe --tags --exact-match HEAD 2>/dev/null || echo "dev")
162- MWC_TAG=$(git -C crypto_plugins/flutter_libmwc describe --tags --exact-match HEAD 2>/dev/null || echo "dev")
163-
164- printf 'String getPluginVersion() => "%s";\n' "$EPIC_TAG" \
165- > crypto_plugins/flutter_libepiccash/lib/git_versions.dart
166- printf 'String getPluginVersion() => "%s";\n' "$MWC_TAG" \
167- > crypto_plugins/flutter_libmwc/lib/git_versions.dart
168-
169145 - name : Decode secrets
170146 env :
171147 CHANGE_NOW : ${{ secrets.CHANGE_NOW }}
@@ -254,7 +230,7 @@ jobs:
254230
255231 - uses : subosito/flutter-action@v2
256232 with :
257- flutter-version : ' 3.44.9 '
233+ flutter-version : ' 3.47.2 '
258234 channel : ' stable'
259235
260236 - uses : actions/setup-go@v6
@@ -296,19 +272,6 @@ jobs:
296272 - name : Get dependencies
297273 run : flutter pub get
298274
299- - name : Create git_versions.dart stubs
300- run : |
301- mkdir -p crypto_plugins/flutter_libepiccash/lib
302- mkdir -p crypto_plugins/flutter_libmwc/lib
303-
304- EPIC_TAG=$(git -C crypto_plugins/flutter_libepiccash describe --tags --exact-match HEAD 2>/dev/null || echo "dev")
305- MWC_TAG=$(git -C crypto_plugins/flutter_libmwc describe --tags --exact-match HEAD 2>/dev/null || echo "dev")
306-
307- printf 'String getPluginVersion() => "%s";\n' "$EPIC_TAG" \
308- > crypto_plugins/flutter_libepiccash/lib/git_versions.dart
309- printf 'String getPluginVersion() => "%s";\n' "$MWC_TAG" \
310- > crypto_plugins/flutter_libmwc/lib/git_versions.dart
311-
312275 - name : Decode secrets
313276 env :
314277 CHANGE_NOW : ${{ secrets.CHANGE_NOW }}
@@ -358,7 +321,7 @@ jobs:
358321
359322 - uses : subosito/flutter-action@v2
360323 with :
361- flutter-version : ' 3.44.9 '
324+ flutter-version : ' 3.47.2 '
362325 channel : ' stable'
363326
364327 - uses : actions/setup-go@v6
@@ -376,19 +339,6 @@ jobs:
376339 - name : Get dependencies
377340 run : flutter pub get
378341
379- - name : Create git_versions.dart stubs
380- run : |
381- mkdir -p crypto_plugins/flutter_libepiccash/lib
382- mkdir -p crypto_plugins/flutter_libmwc/lib
383-
384- EPIC_TAG=$(git -C crypto_plugins/flutter_libepiccash describe --tags --exact-match HEAD 2>/dev/null || echo "dev")
385- MWC_TAG=$(git -C crypto_plugins/flutter_libmwc describe --tags --exact-match HEAD 2>/dev/null || echo "dev")
386-
387- printf 'String getPluginVersion() => "%s";\n' "$EPIC_TAG" \
388- > crypto_plugins/flutter_libepiccash/lib/git_versions.dart
389- printf 'String getPluginVersion() => "%s";\n' "$MWC_TAG" \
390- > crypto_plugins/flutter_libmwc/lib/git_versions.dart
391-
392342 - name : Decode secrets
393343 env :
394344 CHANGE_NOW : ${{ secrets.CHANGE_NOW }}
@@ -440,7 +390,7 @@ jobs:
440390
441391 - uses : subosito/flutter-action@v2
442392 with :
443- flutter-version : ' 3.44.9 '
393+ flutter-version : ' 3.47.2 '
444394 channel : ' stable'
445395
446396 - uses : actions/setup-go@v6
@@ -458,19 +408,6 @@ jobs:
458408 - name : Get dependencies
459409 run : flutter pub get
460410
461- - name : Create git_versions.dart stubs
462- run : |
463- mkdir -p crypto_plugins/flutter_libepiccash/lib
464- mkdir -p crypto_plugins/flutter_libmwc/lib
465-
466- EPIC_TAG=$(git -C crypto_plugins/flutter_libepiccash describe --tags --exact-match HEAD 2>/dev/null || echo "dev")
467- MWC_TAG=$(git -C crypto_plugins/flutter_libmwc describe --tags --exact-match HEAD 2>/dev/null || echo "dev")
468-
469- printf 'String getPluginVersion() => "%s";\n' "$EPIC_TAG" \
470- > crypto_plugins/flutter_libepiccash/lib/git_versions.dart
471- printf 'String getPluginVersion() => "%s";\n' "$MWC_TAG" \
472- > crypto_plugins/flutter_libmwc/lib/git_versions.dart
473-
474411 - name : Decode secrets
475412 env :
476413 CHANGE_NOW : ${{ secrets.CHANGE_NOW }}
@@ -867,7 +804,7 @@ jobs:
867804
868805 - uses : subosito/flutter-action@v2
869806 with :
870- flutter-version : ' 3.44.9 '
807+ flutter-version : ' 3.47.2 '
871808 channel : ' stable'
872809
873810 - uses : actions/setup-go@v6
@@ -956,7 +893,7 @@ jobs:
956893
957894 - uses : subosito/flutter-action@v2
958895 with :
959- flutter-version : ' 3.44.9 '
896+ flutter-version : ' 3.47.2 '
960897 channel : ' stable'
961898
962899 - uses : actions/setup-go@v6
@@ -1031,7 +968,7 @@ jobs:
1031968
1032969 - uses : subosito/flutter-action@v2
1033970 with :
1034- flutter-version : ' 3.44.9 '
971+ flutter-version : ' 3.47.2 '
1035972 channel : ' stable'
1036973
1037974 - uses : actions/setup-go@v6
@@ -1325,7 +1262,7 @@ jobs:
13251262
13261263 - uses : subosito/flutter-action@v2
13271264 with :
1328- flutter-version : ' 3.44.9 '
1265+ flutter-version : ' 3.47.2 '
13291266 channel : ' stable'
13301267
13311268 - uses : actions/setup-go@v6
@@ -1414,7 +1351,7 @@ jobs:
14141351
14151352 - uses : subosito/flutter-action@v2
14161353 with :
1417- flutter-version : ' 3.44.9 '
1354+ flutter-version : ' 3.47.2 '
14181355 channel : ' stable'
14191356
14201357 - uses : actions/setup-go@v6
@@ -1491,7 +1428,7 @@ jobs:
14911428
14921429 - uses : subosito/flutter-action@v2
14931430 with :
1494- flutter-version : ' 3.44.9 '
1431+ flutter-version : ' 3.47.2 '
14951432 channel : ' stable'
14961433
14971434 - uses : actions/setup-go@v6
0 commit comments