Open
Description
Page URL
https://docs.flutter.dev/development/add-to-app/android/add-flutter-screen/
Page source
Describe the problem
Proper steps are not provided to link flutter module in Android App. Samples provided in github are supporting older version of gradle.
can not follow this tutorial:
Expected fix
Proper steps should be provided to follow the tutorial.
Additional context
I am new to the flutter and not able to find good resource with latest version of gradle
distributionUrl=https://services.gradle.org/distributions/gradle-7.4-bin.zip
applicationId "com.example.sampleapp"
minSdk 21
targetSdk 33
versionCode 1
versionName "1.0"