-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump flutter_rust_bridge to stable release, add transfer examples (#301)
* bump frblutter_rust_bridge to stable release * transfer examples for uniffi bindings
- Loading branch information
Showing
18 changed files
with
6,193 additions
and
4,840 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 |
---|---|---|
|
@@ -153,7 +153,7 @@ jobs: | |
- name: build | ||
run: | | ||
cd bindings/dart | ||
cargo install '[email protected]-dev.32' | ||
cargo install '[email protected]' | ||
flutter pub get | ||
flutter_rust_bridge_codegen generate | ||
cd rust | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,4 +1,5 @@ | ||
rust_input: rust/src/api.rs | ||
rust_input: crate::api | ||
dart_output: lib | ||
full_dep: true | ||
web: false | ||
enable_lifetime: true |
Oops, something went wrong.