APK Build error: minSdkVersion 21 cannot be smaller than version 23 declared in library

I am trying to use a flutter plugin that has an incompatible minSdkVersion. Is there a way to fix this in FlutterFlow or is FlutterFlow planning to increase the minimum to >=23 any time in the near future?

Error: Command failed: flutter build apk --no-pub --no-version-check /tmp/ff_service_scratch/c9bIq7AknW1xbUE0QIuy/meta_flow/android/app/src/main/AndroidManifest.xml Error: 	uses-sdk:minSdkVersion 21 cannot be smaller than version 23 declared in library [:klaviyo_flutter] /tmp/ff_service_scratch/c9bIq7AknW1xbUE0QIuy/meta_flow/build/klaviyo_flutter/intermediates/merged_manifest/release/AndroidManifest.xml as the library might be using APIs not available in 21 	Suggestion: use a compatible library with a minSdk of at most 21, 		or increase this project's minSdk version to at least 23, 		or use tools:overrideLibrary="com.rightbite.denisr" to force usage (may lead to runtime failures)  FAILURE: Build failed with an exception.  * What went wrong: Execution failed for task ':app:processReleaseMainManifest'. > Manifest merger failed : uses-sdk:minSdkVersion 21 cannot be smaller than version 23 declared in library [:klaviyo_flutter] /tmp/ff_service_scratch/c9bIq7AknW1xbUE0QIuy/meta_flow/build/klaviyo_flutter/intermediates/merged_manifest/release/AndroidManifest.xml as the library might be using APIs not available in 21   	Suggestion: use a compatible library with a minSdk of at most 21,   		or increase this project's minSdk version to at least 23,   		or use tools:overrideLibrary="com.rightbite.denisr" to force usage (may lead to runtime failures)  * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights.  * Get more help at https://help.gradle.org  BUILD FAILED in 2m 19s Gradle task assembleRelease failed with exit code 1

6
3 replies