-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update To 3.3.0 and get FFI sample running
- Loading branch information
1 parent
5b8d25d
commit 37f1e07
Showing
8 changed files
with
34 additions
and
27 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# This file contains the current Dart version we build against | ||
3.2.6 | ||
3.3.0 |
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,6 +1,6 @@ | ||
name: worm_example | ||
name: realtime_example | ||
environment: | ||
sdk: ">=3.0.0 <4.0.0" | ||
sdk: ">=3.0.0 <=3.3.0" | ||
|
||
dependencies: | ||
ffi: ^2.0.1 | ||
ffi: ^2.1.0 |
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
File renamed without changes.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: simple_example_ffi | ||
environment: | ||
sdk: ">=2.17.0 <3.0.0" | ||
sdk: ">=3.0.0 <=3.3.0" | ||
|
||
dependencies: | ||
ffi: ^2.0.1 | ||
ffi: ^2.1.0 |
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version: 1.0.0 | |
publish_to: none | ||
|
||
environment: | ||
sdk: ^3.0.6 | ||
sdk: ^3.3.0 | ||
|
||
dependencies: | ||
args: ^2.4.2 | ||
|