-
### Describe the bug
Following the instructions in https://cjycode.com/flutter_rust_bridge/guides/how-to/test
does not work.
I get the following error:
```text
Invalid argument(s): Failed t…
-
### Describe the bug
when using two protobuf files (a.proto and b.proto) that define response messages with the same name but different structures and generating _`frb_generated.rs`_ file, the file p…
-
### Describe the bug
```rust
use std::{future::Future, pin::Pin};
#[flutter_rust_bridge::frb]
pub struct A();
impl TraitA for A {}
#[flutter_rust_bridge::frb]
pub trait TraitA {
fn d…
-
Env: Frb v2.3.0, win10, dart Dart 3.5.0, Rust 1.79.0
I got runnning panic
```
DroppableDisposedException (DroppableDisposedException: Try to use `RustArc` after it has been disposed)
```
within …
-
flutter_rust_bridge supported async fn is a cool feature. I have tried it in other code repositories and it works very well, but I encountered difficulties upgrading frb in some old code repositories.…
-
**Problem**
The current library setup is perfect for Typescript/Javascript based UI's and Websites.
But an issue occurs if the calculator needs to be ported into a different framework which doesn't …
-
### Describe the bug
Multiple warnings about non-unique columns in Diesel's schemas.rs. Of course, the columns are unique within their respective tables, but the FRB does not account for this.
…
-
Hi 👋
I was having issues running my own `j4rs` project so I thought I'd try your showcase.
`cargo run` runs fine but when selecting an option of `f` or `n` I get the following error:
```
Ex…
-
### Describe the bug
AudioWorkletNode is defined in Rust as :
```rust
/// A user-defined AudioNode which lives in the control thread
///
/// - MDN documentation:
/// - specification:
///
//…
-
win10, frb 2.4.0
Similar to this [issue](https://github.com/fzyzcjy/flutter_rust_bridge/issues/2260)
![err2](https://github.com/user-attachments/assets/0f2e89f6-f36a-45ee-9a49-bffaa3411067)
still, …