rinf
rinf copied to clipboard
Rust for native business logic, Flutter for flexible and beautiful GUI
## Report Patching Flutter SDK might not be the best way to use HTTP headers ## Steps to Reproduce _Please describe the exact steps to reproduce the error._ ## System...
F/libc (10287): Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 10446 (1.ui), pid 10287 (library_flutter) *** *** *** *** *** *** *** *** *** *** *** *** *** ***...
I'm trying to send a message with a oneof inside of it: ```proto // [RINF:RUST-SIGNAL] message VehicleStateUpdate { oneof updated { bool arm = 1; VehicleMode mode = 2; double...
## Report As of September 2024, running a RInf app on the web in debug mode can print the error like below. ``` RangeError: Maximum call stack size exceeded pkg/hub.js...
This pull request introduces experimental eLinux support to Rinf. While there are still some modifications needed on the Flutter-eLinux side, I have initiated a discussion on this issue: [Issue #270](https://github.com/sony/flutter-elinux/issues/270)....
## Report When trying to run `rinf message -w` in non-interactive mode (when stdin not available), rinf crashes with error ``` Unhandled exception: StdinException: Error setting terminal echo mode, OS...
## Report Rinf is building for `i686-linux-android` when running `flutter run` when ignoring in on gradle, and emulator being x86_64. ```bash > flutter run --debug Launching lib/main.dart on sdk gphone64...
## Report rinf always compiles for x86_64 and x86_32 when `--debug` is passed. Flutter's `--target-platform` flag is ignoed. ## Steps to Reproduce 1. flutter create testproject 1. cd testproject 1....