Lattice 0

Results 149 comments of Lattice 0

Both give Server Not Found on firefox. ``` curl --verbose http://cjycode.com/flutter_rust_bridge/ * Could not resolve host: cjycode.com * Closing connection 0 curl: (6) Could not resolve host: cjycode.com lz@pc:~/$ curl...

``` nslookup cjycode.com Server: 127.0.0.53 Address: 127.0.0.53#53 ** server can't find cjycode.com: REFUSED ```

Any country on my Proton VPN will lead to Server Not Found.

Fix: https://github.com/fzyzcjy/flutter_rust_bridge/pull/587

These cases are very complicated as there's no `this` to be the bridge on the generated function: ```dart List _wire2api_list_sum_with(dynamic raw) { return (raw as List).map(_wire2api_sum_with).toList(); } ``` which should...

I like the second option, but I'm out of time. I already need to finish the exception throwing, the cancelable tasks, and I'm looking for a bug in my generated...

@Zaitam I put this at the root and run it: ```bash set -ex cargo run --manifest-path=frb_codegen/Cargo.toml -- --rust-input frb_example/pure_dart/rust/src/api.rs --dart-output frb_example/pure_dart/dart/lib/bridge_generated.dart --dart-format-line-length 120 dart format --line-length 120 frb_example/pure_dart/dart/ cargo fmt...

Errors are always translated as exceptions on Dart side, right? I think the best here would be to return `Future` where `Result` mimics Rust's Result. However I don't know if...

better to transfer the type cause errors could be nested with other errors, but I don't know how nesting would work on dart side -------- Mensagem Original -------- Em 15...