rinf icon indicating copy to clipboard operation
rinf copied to clipboard

Rust for native business logic, Flutter for flexible and beautiful GUI

Results 18 rinf issues
Sort by recently updated
recently updated
newest added

## Report Following the instructions in https://rinf.cunarist.com/frequently-asked-questions/#how-do-i-use-nightly-rust I created the file "native/hub/cargokit.yaml" with the specified contents. Even if I have the stable toolchain uninstalled, ```flutter run``` installs the stable toolchain....

The following error occurs when the cargo install rinf command is executed error[E0658]: use of unstable library feature 'ptr_from_ref' --> C:\Users\lethargy123\.cargo\registry\src\rsproxy.cn-0dccff568467c15b\backtrace-0.3.70\src\symbolize\dbghelp.rs:260:25 | 260 | filename = Some(ptr::from_ref(slice::from_raw_parts(base, len))); | ^^^^^^^^^^^^^...

When building a Flutter web project with `--base-href` set to a different path, the following line does not consider it and fails as the file is supposed to be in...

## Report Rinf does smoothly connect Flutter and Rust right now, but there's one clunky part left: the web. On the web, with the curren target `wasm32-unknown-unknown`, many native functionalities...

## Report On Windows and Android, there are not enough frames showing up in the stacktrace. Most of the frames are missing because they cannot be `resolve`d. On macOS and...

Hello, I am wondering if it is normal that rinf takes so much space on disk when I build my app ? I already tried to delete and rebuild but...

## Report ### Projects: - https://github.com/LucaCoduriV/Notiflut-Land - https://github.com/ALEZ-DEV/Anime-Kanri ### Reactions: - (TBW) ## Steps to Reproduce Not relevant. ## System Information Not relevant. ```bash rustc --version protoc --version flutter doctor...

## Report Discussion about `rinf template` ## Steps to Reproduce Could you in the chapter "Applying Rust Template", if you can, please mention about `rinf template -b` or `rinf template...

Do you think that the package could benefit from the newest version of Dart which was released yesterday? Maybe this could help in copy protobuf performance? Blog: https://medium.com/dartlang/dart-3-5-6ca36259fa2f > Dart...

### System Info - MacBook Pro 2021 m1pro 8G+512 - rust、flutter SDK、Xcode、protoc is installed ### setups 1. flutter create ring_demo 2. cd ring_demo 3. flutter pub add rinf 4. cargo...