GeekAbdelouahed / flutter-reaction-button

Flutter Reaction Button is a customizable Flutter package that allows you to easily create interactive buttons with reaction emojis, similar to Facebook's iconic reaction buttons.
https://pub.dev/packages/flutter_reaction_button
MIT License
215 stars 78 forks source link

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

Open dJani97 opened 7 months ago

dJani97 commented 7 months ago

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.