Hi,
I have been using flutter_poolakey without any issues, but after updating Flutter to the latest version, I started getting this build error:
A problem occurred configuring project ':flutter_poolakey'.
Build Type 'debug' contains custom BuildConfig fields, but the feature is disabled.
To enable the feature, add the following to your module-level build.gradle:
android.buildFeatures.buildConfig true
This issue wasn’t happening before the Flutter update.
Is there a recommended solution for this? Should I manually modify the build.gradle file, or is there an upcoming fix for this?
Thanks in advance for your help!
Hi,
I have been using
flutter_poolakeywithout any issues, but after updating Flutter to the latest version, I started getting this build error:A problem occurred configuring project ':flutter_poolakey'.
Build Type 'debug' contains custom BuildConfig fields, but the feature is disabled.
To enable the feature, add the following to your module-level build.gradle:
android.buildFeatures.buildConfig true
This issue wasn’t happening before the Flutter update.
Is there a recommended solution for this? Should I manually modify the
build.gradlefile, or is there an upcoming fix for this?Thanks in advance for your help!