|
29 | 29 | - run: make example-flutter-pub-get |
30 | 30 | - run: make example-flutter-test |
31 | 31 | - run: make example-flutter-analyze |
| 32 | + # It is extremely important that you have `pub get` run before `dart format`. |
| 33 | + # Otherwise, the result is unpredictable. |
| 34 | + # https://github.com/dart-lang/sdk/issues/60163#issuecomment-2680372038 |
32 | 35 | - run: make example-dart-format |
33 | 36 | - run: make example-pod-install |
34 | 37 | - run: make example-build-unsigned-ios-app |
|
50 | 53 | - run: make example-flutter-pub-get |
51 | 54 | - run: make example-flutter-test |
52 | 55 | - run: make example-flutter-analyze |
| 56 | + # It is extremely important that you have `pub get` run before `dart format`. |
| 57 | + # Otherwise, the result is unpredictable. |
| 58 | + # https://github.com/dart-lang/sdk/issues/60163#issuecomment-2680372038 |
53 | 59 | - run: make example-dart-format |
54 | 60 | - run: make example-build-unsigned-android-aab |
55 | 61 |
|
|
68 | 74 | - run: make sdk-flutter-pub-get |
69 | 75 | - run: make sdk-flutter-test |
70 | 76 | - run: make sdk-flutter-analyze |
| 77 | + # It is extremely important that you have `pub get` run before `dart format`. |
| 78 | + # Otherwise, the result is unpredictable. |
| 79 | + # https://github.com/dart-lang/sdk/issues/60163#issuecomment-2680372038 |
71 | 80 | - run: make sdk-dart-format |
72 | 81 | # Install the latest dartdoc to avoid a bug |
73 | 82 | # See DEVELOPER.md |
@@ -100,6 +109,9 @@ jobs: |
100 | 109 | - run: make example-flutter-pub-get |
101 | 110 | - run: make example-flutter-test |
102 | 111 | - run: make example-flutter-analyze |
| 112 | + # It is extremely important that you have `pub get` run before `dart format`. |
| 113 | + # Otherwise, the result is unpredictable. |
| 114 | + # https://github.com/dart-lang/sdk/issues/60163#issuecomment-2680372038 |
103 | 115 | - run: make example-dart-format |
104 | 116 | - run: make example-pod-install |
105 | 117 | - uses: authgear/gh-actions-install-apple-certificate-and-provisioning-profile@v1 |
@@ -140,6 +152,9 @@ jobs: |
140 | 152 | - run: make example-flutter-pub-get |
141 | 153 | - run: make example-flutter-test |
142 | 154 | - run: make example-flutter-analyze |
| 155 | + # It is extremely important that you have `pub get` run before `dart format`. |
| 156 | + # Otherwise, the result is unpredictable. |
| 157 | + # https://github.com/dart-lang/sdk/issues/60163#issuecomment-2680372038 |
143 | 158 | - run: make example-dart-format |
144 | 159 | - name: Build aab |
145 | 160 | if: ${{ github.ref == 'refs/heads/main' }} |
|
0 commit comments