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 d15612a commit ff26959Copy full SHA for ff26959
.github/workflows/dart.yml
@@ -16,5 +16,5 @@ jobs:
16
channel: 'stable'
17
- run: flutter pub get
18
- run: flutter test
19
- - run: cd ./example && flutter build ios --simulator
+ - run: cd ./example && flutter build ios --simulator -t lib/ios.dart && flutter build apk -t lib/android.dart
20
0 commit comments