-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Dart api bridge layer and regenerate bridge
Some rust features cannot be bridged to Dart at the moment. These include type aliases and slices.
- Loading branch information
1 parent
b1c6963
commit ce2eb84
Showing
11 changed files
with
368 additions
and
124 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[tasks.generate] | ||
install_crate = "flutter_rust_bridge_codegen@^2.0.0-dev.28" | ||
install_crate = "flutter_rust_bridge_codegen@^2.0.0-dev.31" | ||
script = ''' | ||
flutter_rust_bridge_codegen generate | ||
''' |
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
Oops, something went wrong.