-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not rely on uniFFI bindings #965
Draft
erdemyerebasmaz
wants to merge
15
commits into
flutter_rust_bridge_v2
Choose a base branch
from
flutter_rust_bridge_v2_no_uniffi_bindings
base: flutter_rust_bridge_v2
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Do not rely on uniFFI bindings #965
erdemyerebasmaz
wants to merge
15
commits into
flutter_rust_bridge_v2
from
flutter_rust_bridge_v2_no_uniffi_bindings
Conversation
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
Invoke flutter_rust_bridge_codegen without arguments
Generate Dart bindings under lib/generated
Use UnsupportedError instead
Generate Dart/FLutter bindings & FFI bindings TODO: - Add symlinks - Bundle notification package - Only build uniffi bindings used on notification packages if necessary
Clean generated files on startup
Generate bindings
erdemyerebasmaz
force-pushed
the
flutter_rust_bridge_v2_no_uniffi_bindings
branch
from
May 7, 2024 22:11
0cca104
to
dd0fc1b
Compare
erdemyerebasmaz
force-pushed
the
flutter_rust_bridge_v2
branch
from
May 18, 2024 23:00
6fa7806
to
c90797d
Compare
erdemyerebasmaz
force-pushed
the
flutter_rust_bridge_v2
branch
2 times, most recently
from
May 27, 2024 15:45
9a7b4eb
to
797375d
Compare
2 tasks
erdemyerebasmaz
added
normal priority
flutter_rust_bridge
low priority
and removed
normal priority
labels
May 28, 2024
erdemyerebasmaz
changed the title
[frb] Do not rely on uniFFI bindings
Do not rely on uniFFI bindings
May 28, 2024
erdemyerebasmaz
force-pushed
the
flutter_rust_bridge_v2
branch
from
June 24, 2024 11:11
dd27d88
to
4b31137
Compare
erdemyerebasmaz
force-pushed
the
flutter_rust_bridge_v2
branch
from
November 5, 2024 14:25
012b81d
to
3881144
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR builds on
flutter_rust_bridge
from v1 to v2 #940and removes
breez-sdk-bindings
package & uniFFI bindings dependency of the Flutter plugin.All related build steps are temporarily bundled under
bootstrap
recipe.Changelist:
TODO: