File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ jobs:
124
124
125
125
# Shamelessly stolen from https://medium.com/flutter-community/run-flutter-driver-tests-on-github-actions-13c639c7e4ab
126
126
integration_test_ios :
127
+ if : " ${{ false }}" # Currently broken: https://github.com/subosito/flutter-action/issues/146
127
128
needs : [test]
128
129
runs-on : macos-latest
129
130
steps :
@@ -152,6 +153,7 @@ jobs:
152
153
working-directory : integration_tests/sqlcipher_flutter
153
154
154
155
integration_test_macos :
156
+ if : " ${{ false }}" # Currently broken: https://github.com/subosito/flutter-action/issues/146
155
157
needs : [test]
156
158
runs-on : macos-latest
157
159
steps :
Original file line number Diff line number Diff line change 1
- ## 1.6.4-dev
1
+ ## 1.6.4
2
2
3
3
- Add ` FileSystem.listFiles() ` to list all files in a virtual WASM file system.
4
4
Original file line number Diff line number Diff line change 1
1
name : sqlite3
2
2
description : Provides lightweight yet convenient bindings to SQLite by using dart:ffi
3
- version : 1.6.4-dev
3
+ version : 1.6.4
4
4
homepage : https://github.com/simolus3/sqlite3.dart/tree/master/sqlite3
5
5
issue_tracker : https://github.com/simolus3/sqlite3.dart/issues
6
6
You can’t perform that action at this time.
0 commit comments