-
___
**DevTools version**: 2.36.0
**Connected Device**:
CPU / OS: Web windows
Connected app type: Flutter web (debug build)
Dart Version: 3.5.0-214.0.dev
Flutter Version: 3.23.0-13.0.pre.80 / m…
-
Not sure is it an issue or I do something wrong.
Demo project available here: https://github.com/NightBlaze/generics-frb
I use stateful architecture with the next structure for each screen:
D…
-
**Is your feature request related to a problem? Please describe.**
It's possible for a user's system to have a version of Rust and its libs that is not compatible with the testing / features used for…
aran updated
2 months ago
-
### Discussed in https://github.com/fzyzcjy/flutter_rust_bridge/discussions/2101
Originally posted by **devgony** June 18, 2024
First of all, Could you please check if i can use automatic thir…
-
I'm having issues translating a struct where one of the fields is from an external crate and I don't care about its contents in flutter.
Something like:
``` rust
pub struct MyStruct {
pub fi…
-
Hi thanks for the library! I do hope the builder function can support async functions.
Context: I am considering using this package to implement returning borrowed types in https://github.com/fzyzc…
-
### Describe the bug
Undefined symbols for architecture x86_64:
"_SCDynamicStoreCopyProxies", referenced from:
system_configuration::dynamic_store::SCDynamicStore::get_proxies::hce2093300b1…
-
Now, τ (Tau) is OK on Android and iOS.
I read in the documentation somewhere that FRB can be used on Flutter Web.
I wonder how it is possible : FFI does not run on Flutter Web
-
### Describe the bug
When I set the parameter `default_dart_async: false` I get after, 10 errors.
Most of them are in class `Context` and `ContextOffline`.
For example :
```rust
fn wire__web_a…
-
### Describe the bug
https://cjycode.com/flutter_rust_bridge/quickstart#2-create-new-projects--add-to-existing-projects The doc suggested creating the plugin template using `--template` option, but…