csdcorp / speech_to_text

A Flutter plugin that exposes device specific text to speech recognition capability.
BSD 3-Clause "New" or "Revised" License
348 stars 217 forks source link

Can't take build #499

Open FatihDurmus opened 1 month ago

FatihDurmus commented 1 month ago

I don't know what to do because error, I hope somebody can help me. C:\src\flutter\bin\flutter.bat --no-color build apk

Running Gradle task 'assembleRelease'...
You are applying Flutter's app_plugin_loader Gradle plugin imperatively using the apply script method, which is deprecated and will be removed in a future release. Migrate to applying Gradle plugins with the declarative plugins block: https://flutter.dev/go/flutter-gradle-plugin-apply

You are applying Flutter's main Gradle plugin imperatively using the apply script method, which is deprecated and will be removed in a future release. Migrate to applying Gradle plugins with the declarative plugins block: https://flutter.dev/go/flutter-gradle-plugin-apply

FAILURE: Build failed with an exception.

BU�LD FAILED in 14s Running Gradle task 'assembleRelease'... 15,8s Gradle task assembleRelease failed with exit code 1 Process finished with exit code 1

sowens-csd commented 2 weeks ago

Is this with the example app or your own app? Can you post your Flutter doctor output?