Carolina Albuquerque
Carolina Albuquerque
I have the same problem using iOS Simulator
@AldrinMathew any prediction for the release of your new Dart server framework? Also, good luck!
I found a solution to `aqueduct db generate` if you want to continue using the beta channel. Although I think that's a bad practice, it works! 1. switch to **flutter...
Hi @SzAttila97! Try to run `flutter upgrade` before `aqueduct db generate` to ensure you have the latest version.
@SzAttila97 try to run `flutter clean` before `aqueduct db generate` and make sure that your flutter version in` pubspec.yaml` file is the same version than your flutter channel
@SzAttila97 I have no idea how to solve your problem. Check this [issue](https://github.com/flutter/flutter/issues/61847#issue-661618429) on flutter's repository that mentioned the same error.
@Caldarie nice, thanks! I thought that I could only set the bufferSize value as half of recordingLength value... I decreased sample rate to 16kHz and set bufferSize to 2000 and...
I had the same problem before I run in a physical device and after some research I think it is an architecture incompatibility with your emulator.
@Caldarie thanks for your tips! 😁 For the first issue, I was having problems loading the GTM model but already fixed it. Works on Android device but I did not...
Basically, I follow these steps first (for Android scenario): **1. Add permissions to Android Manifest** ``` ``` **2. Add aaptOptions to `app/build.gradle` file** ``` android { (...) aaptOptions { noCompress...