-
-
Notifications
You must be signed in to change notification settings - Fork 531
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c89f79f
commit 1abbe2a
Showing
202 changed files
with
6,362 additions
and
4,218 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 8 additions & 4 deletions
12
packages/sqflite_common_ffi_async/lib/src/platform_web.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
import 'package:sqflite_common_ffi/sqflite_ffi.dart'; | ||
|
||
/// The Ffi database factory. | ||
DatabaseFactory get databaseFactoryFfiAsync => throw UnsupportedError( | ||
'Unsupported on the web, use sqflite_common_ffi_web'); | ||
DatabaseFactory get databaseFactoryFfiAsync => | ||
throw UnsupportedError( | ||
'Unsupported on the web, use sqflite_common_ffi_web', | ||
); | ||
|
||
/// The Ffi database factory. | ||
DatabaseFactory get databaseFactoryFfiAsyncTest => throw UnsupportedError( | ||
'Unsupported on the web, use sqflite_common_ffi_web'); | ||
DatabaseFactory get databaseFactoryFfiAsyncTest => | ||
throw UnsupportedError( | ||
'Unsupported on the web, use sqflite_common_ffi_web', | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ platforms: | |
ios: | ||
|
||
environment: | ||
sdk: ^3.5.0 | ||
sdk: ^3.7.0 | ||
|
||
dependencies: | ||
path: '>=1.8.0 <3.0.0' | ||
|
Oops, something went wrong.