-
Hi, I was running my CIs today on GitHub and they started breaking on macos.
Example:
```yml
name: Example
on: [push, pull_request]
env:
build:
runs-on: ${{ matrix.os }}
stra…
-
## Issue
With frb v2.2.0, I inited a new frb project following https://cjycode.com/flutter_rust_bridge/quickstart,
The new project is ok fro building for windows, but for android, it failed with
`…
-
### Tracking issue for MacOS support
This issue is for tracking MacOS support and the current development status.
#### TODOs
- [x] Make it compile and get frontend up and running (#42)
- [x] …
-
### Describe the bug
I try to build a dart interface to [the cpal library](https://docs.rs/cpal/latest/cpal/)
When I try to compile my very simple app I get the following error, both on iOS and Andr…
-
After experimenting with some of the type translations, I notice that `Err(e)` in Rust are thrown as objects in Dart:
```rust
#[derive(Debug, Clone)]
pub enum CustomErrType {
Error(String)…
-
The BigInt class lacks a const constructor. This causes problems porting some Dart 1 code that used > 64 bit ints to Dart 2 as const values have to stop being const.
@jcollins-g has more details on…
-
### Describe the bug
I'm trying to get some logs to show up in the console when I run my app. I have tried calling `println!`, `debug!`, `info!` and `warn!`, and no matter which I call, none of the m…
-
I found, that there is no default rust to dart conversion for Network types Such as Ipv4Addr, Ipv6Addr to dart InternetAddressType since frb converts it to opaque struct. Can you add this conversion b…
-
### Describe the bug
I'm trying to use the `cpal` crate for some DSP and audio processing in my flutter app. However, when I try to upload the app to a physical iOS device, I get this error:
```
L…
-
### Describe the bug
When I execute :
```sh
flutter_rust_bridge_codegen generate
```
instead of
```sh
cargo run --manifest-path ../flutter_rust_bridge/frb_codegen/Cargo.toml -- generate
```
…