Tobias L.
Tobias L.
I am investigating the possibilities of selecting the input port/audio source/microphone for recordings being done on the device. Ideally these can be selected independently from the audio output. A use...
Is it possible to mock this in a [Flutter Integration Test](https://docs.flutter.dev/cookbook/testing/integration/introduction) somehow? I am looking for a way to do this programmatically.
When trying to run the example via `flutter run` from the `example/` folder, I get the following error. ``` ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Warning ────────────────────────────────────────────────────────────────────────────── Your Flutter application is created using an older...
When I try to build a clean Flutter app, created with `flutter create` (Flutter 3.16.9, channel stable), and add the `mobile_scanner` dependency to the `pubspec.yaml`: `mobile_scanner: ^4.0.0`, then I receive...