flutterust icon indicating copy to clipboard operation
flutterust copied to clipboard

Flutter + Rust = :heart:

Results 21 flutterust issues
Sort by recently updated
recently updated
newest added

I am still getting the issue even I followed the readme instructions

Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.4.0 to 1.8.0. Release notes Sourced from smallvec's releases. v1.8.0 Add optional support for the arbitrary crate (#275). v1.7.0 new_const and from_const constructors for creating a SmallVec...

dependencies

Bumps [futures-task](https://github.com/rust-lang/futures-rs) from 0.3.5 to 0.3.21. Release notes Sourced from futures-task's releases. 0.3.21 Fix potential data race in FlattenUnordered that introduced in 0.3.20 (#2566) 0.3.20 Fix stacked borrows violations when...

dependencies

Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.5 to 0.3.21. Release notes Sourced from futures-util's releases. 0.3.21 Fix potential data race in FlattenUnordered that introduced in 0.3.20 (#2566) 0.3.20 Fix stacked borrows violations when...

dependencies

Bumps [net2](https://github.com/deprecrated/net2-rs) from 0.2.34 to 0.2.37. Commits a183475 Release v0.2.37 6081dff haiku: Fix sockaddr_in/sockaddr_in6; Solves #108 71708b7 Release v0.2.36 49b43f2 Do not assume memory layout of std::net::SocketAddr 77a6eb4 Release v0.2.35...

dependencies

Bumps [miow](https://github.com/yoshuawuyts/miow) from 0.2.1 to 0.2.2. Commits 6fd7b9c Bump version to 0.2.2 550efc2 Merge branch 'fix-sockaddr-convertion-v0.2.x' into 0.2.x ca8db53 Stop using from_ne_bytes to be compatible with Rust < 1.32.0 3e217e3...

dependencies

Bumps [hyper](https://github.com/hyperium/hyper) from 0.13.6 to 0.13.10. Release notes Sourced from hyper's releases. v0.13.10 Bug Fixes http1: fix server misinterpretting multiple Transfer-Encoding headers (6d9e5f9f) See https://github.com/hyperium/hyper/security/advisories/GHSA-6hfq-h8hq-87mf v0.13.9 Bug Fixes client: fix...

dependencies

When I compile and run in deubg mode on ios, everything works fine. But when I switch to release, I got the error like below: ``` 2021-01-26 20:36:03.466780+0800 Runner[26430:9877639] Metal...

help wanted

Du you have plans / would be open accept a PR to port the automatic part of the binding generation to [dart-lang/ffigen](https://github.com/dart-lang/ffigen) ? Using a officially supported package generally seems...

enhancement
good first issue

= note: ld: error: unable to find library -lgcc clang-12: error: linker command failed with exit code 1 (use -v to see invocation) error: could not compile `adder-ffi` due to...