We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
it would be great to be able to use this package in backend, but at the time of writing rHTTP depends on flutter so it can't be used
as far as I know flutter_rust_bridge is "flutter" only by name and can be used in pure dart implementation
support the creation of dart server based on rHTTP by provide a "pure dart" implementation
The text was updated successfully, but these errors were encountered:
Yes, it seems to be possible according to https://cjycode.com/flutter_rust_bridge/guides/miscellaneous/pure-dart
I am wondering if it still works on Flutter because flutter/flutter#129757 is not resolved and dart-lang/sdk#50565 is only available via experimental flag.
If we are lucky, then adding a build.dart file (https://github.com/fzyzcjy/flutter_rust_bridge/blob/master/frb_example/pure_dart/build.dart) is enough to enable experimental Dart support while still maintaining existing Flutter support.
build.dart
Sorry, something went wrong.
I tried to add build.dart into the project but flutter_rust_bridge_utils is not published on pub.dev yet.
flutter_rust_bridge_utils
Ref: fzyzcjy/flutter_rust_bridge#2274
No branches or pull requests
DESCRIPTION
it would be great to be able to use this package in backend,
but at the time of writing rHTTP depends on flutter
so it can't be used
as far as I know flutter_rust_bridge is "flutter" only by name
and can be used in pure dart implementation
PROPOSAL
support the creation of dart server based on rHTTP by provide a "pure dart" implementation
The text was updated successfully, but these errors were encountered: