Aturex1

Results 7 comments of Aturex1

Same problem here, with `shared_preferences`. The workaround doesn't work on Linux, so Linux solutions are appreciated.

Same problem here as @elmdecoste and @javiermrz.

> https://stackoverflow.com/questions/56716047/execution-failed-for-task-appcheckdebugduplicateclasses-ionic4-android > > Worked for me. > > android/app/build.gradle > > dependencies { constraints { implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0") { because("kotlin-stdlib-jdk7 is now a part of kotlin-stdlib") } implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0") { because("kotlin-stdlib-jdk8 is...

Bro, I'd recommend you to update Android version

@ghost: If you want to have it like in the F-Droid, just use Neo Store. It looks better than the F-Droid, has all Apps that can be found in the...

Not working here either. I'm using Android 14 `flutter_background: ^1.2.0`

In a TwoDimensionalScrollView, each widget gets its own RepaintBoundary. This is done by the Flutter framework. So wrapping the children of the ScrollView in a RepaintBoundary doesn't change anything. Now,...