flutter-reaction-button icon indicating copy to clipboard operation
flutter-reaction-button copied to clipboard

[Guide] to run the `/example` project with Flutter 3.19.1

Open dJani97 opened this issue 1 year ago • 0 comments

I got some gradle-related errors when trying to run the project with Flutter 3.19.1 on Android, here is how to fix them:

In the android/build.gradle file, change the android build tools dependency to:

classpath 'com.android.tools.build:gradle:7.4.1'

In the android/gradle/wrapper/gradle-wrapper.properties file, change the distributionUrl to:

distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip

Please include these in a future release.

dJani97 avatar Mar 08 '24 08:03 dJani97