Open dgangl opened 11 months ago
same issue
Please add the namespace to the build.gradle of flutter_app_badger: This is what the build.gradle file should look like:
group 'fr.g123k.flutterappbadge.flutterappbadger'
version '1.0-SNAPSHOT'
buildscript {
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
}
}
rootProject.allprojects {
repositories {
google()
mavenCentral()
}
}
apply plugin: 'com.android.library'
android {
if (project.android.hasProperty("namespace")) {
namespace 'fr.g123k.flutterappbadge.flutterappbadger'
}
compileSdkVersion 29
defaultConfig {
minSdkVersion 16
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
lintOptions {
disable 'InvalidPackage'
}
}
dependencies {
//noinspection GradleDependency
implementation "me.leolin:ShortcutBadger:1.1.22@aar"
}
This change is needed because people are having troubles compiling apps on Android with the latest Gradle Plugin and Kotlin Versions.
Any updates here ?
Could be temporary fixed with this ref to package
flutter_app_badger:
git:
url: https://github.com/g123k/flutter_app_badger.git
ref: 33cbee6
same issue
Hello Team,
could you pls inform me when the compatible problem for android is fixed and released in pub get. Currently I am using Anroid 33 (Oreo).
Kind regards, David