Antonin GAVREL
Antonin GAVREL
### Description The app crashes with the example provided (logs below). ### Platform Android Emulator ### Backtracking step (if has) 1. Used example main file with dependencies video_player: ^0.10.11+2, image_picker:...
Right after cloning ` git clone https://github.com/flutter-rs/flutter-app-template` and trying `cargo flutter run`: ``` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Io(Os { code: 2, kind: NotFound, message:...
Right after installing: ``` The plugin `native_pdf_view` doesn't have a main class defined in /home/JohnDoe/.pub-cache/hosted/pub.dev/native_pdf_view-1.0.3/android/src/main/java/io/scer/native_pdf_view/NativePDFViewPlugin.java or /home/sudbury/.pub-cache/hosted/pub.dev/native_pdf_view-1.0.3/android/src/main/kotlin/io/scer/native_pdf_view/NativePDFViewPlugin.kt. This is likely to due to an incorrect `androidPackage: io.scer.native_pdf_view` or `mainClass` entry...
nginx-rtmp-module/ngx_rtmp_eval.c nginx-rtmp-module/ngx_rtmp_handler.c Both of these files contain unused variables which prevent nginx from installing smoothly. Had to remove the offenders manually.
Okay I came up with something else. PS: Thank you for the book it was tremendously interesting!
Right after cloning and running ` cargo run`: ``` thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', src/bin/qrencode.rs:4:34 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace...