Closed jpeiffer closed 1 year ago
Hey @JulianAssmann, can you please have a look into this when you get time?
Hi @JulianAssmann Are you still maintaining this plugin? A lot of Flutter packages rely on this awesome package. We would be really glad if you could update this lib. Thank you
Hi @aytunch, I currently do not own an Android device anymore. I'm trying to get my hands on one, but keep in mind I'm doing this for free and don't want to invest into hardware for the sole purpose of supporting this library.
@JulianAssmann I can confirm that the master branch does not have this issue, so this just needs a new release. I understand that you can't invest any money into hardware for testing, but this should already be tested, and is working :)
@JaffaKetchup I'm relying on your judgement and have released the current master branch to pub.dev. It would be great if you could confirm the current version is still working. Thank you all for your contributions!
@JulianAssmann I'll report to the people waiting on this. Thanks :)
@JulianAssmann This seems to have fixed it for my users. Thanks!
Describe the bug
To Reproduce Using the following settings in the Android
build.gradle
:Expected behavior Working builds. It looks like the issue has already been addressed on the
master
branch and may just require a new release to pub.dev to resolve.Screenshots n/a
Smartphone:
n/a
Logs
``` ``` ``` [✓] Flutter (Channel stable, 3.3.6, on macOS 13.0 22A380 darwin-arm, locale en-US) • Flutter version 3.3.6 on channel stable at ... • Upstream repository https://github.com/flutter/flutter.git • Framework revision 6928314d50 (7 days ago), 2022-10-25 16:34:41 -0400 • Engine revision 3ad69d7be3 • Dart version 2.18.2 • DevTools version 2.15.0 [✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0) • Android SDK at ... • Platform android-33, build-tools 33.0.0 • ANDROID_HOME = ... • Java binary at: ... • Java version OpenJDK Runtime Environment (build 11.0.13+0-b1751.21-8125866) • All Android licenses accepted. [✓] Xcode - develop for iOS and macOS (Xcode 14.0.1) • Xcode at /Applications/Xcode.app/Contents/Developer • Build 14A400 • CocoaPods version 1.11.3 [✓] Android Studio (version 2021.3) • Android Studio at ... • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 11.0.13+0-b1751.21-8125866) [✓] VS Code (version 1.72.2) • VS Code at ... • Flutter extension version 3.50.0 ```