Coin-ai

Results 10 comments of Coin-ai

Hi @davidCcD . Did you solve it?

> Hey, the `"dart.previewSdkDaps": false` is gone on `v3.82.0`, any way to force the previous debug adapters without downgrading the vscode dart extension? Currently on `3.16.5` Flutter SDK `"dart.useLegacyDebugAdapters": true`

@darshankawar Yes "android.enableR8.fullMode=false" But this is normal? > > 2. some error with "flutter_email_sender: ^6.0.2" > > These are community packages, ie third party to Flutter. > This is just...

![Code_MY28fj1H4m](https://github.com/flutter/flutter/assets/58988648/2cfa2d79-4210-4696-a024-ae1e614e9114)

> I see that you are trying to run release mode in emulator, can you try the same in physical device and see if you still get same behavior or...

yes and no) ``` dependencies { implementation 'androidx.core:core-ktx:1.12.0' } ``` in the first post step 1.3, and shown it is in the video. This helps to start the app without...

`distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.3-all.zip` `id "com.android.application" version "7.3.1" apply false` with `android.enableR8.fullMode=true` same error (without all ok) AGP 8.0 enables R8 full mode by default

1. fresh Flutter create android/gradle.properties ``` ... android.enableR8.fullMode=true ``` pubspec.yaml ``` name: test description: "A new Flutter project." publish_to: 'none' version: 1.0.0+1 environment: sdk: '>=3.3.3

> #151 Maybe this? I had the same problem until I realized that the crop was too much. not work for me https://github.com/khoren93/flutter_zxing/issues/114