kineapps / flutter_archive

Flutter plugin for creating and extracting ZIP files.
https://pub.dev/packages/flutter_archive
BSD 3-Clause "New" or "Revised" License
59 stars 44 forks source link

Unzip is not working in Android 12 #49

Closed ravitejaavv closed 2 years ago

ravitejaavv commented 2 years ago

Using 4.1.1

image

flutter doctor -v [✓] Flutter (Channel stable, 2.10.0, on macOS 11.4 20F71 darwin-x64, locale en-IN) • Flutter version 2.10.0 at /Users/raviteja/Work/Flutter/SDK/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision 5f105a6ca7 (3 days ago), 2022-02-01 14:15:42 -0800 • Engine revision 776efd2034 • Dart version 2.16.0 • DevTools version 2.9.2

[✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0-rc4) • Android SDK at /Users/raviteja/Library/Android/sdk • Platform android-31, build-tools 31.0.0-rc4 • ANDROID_HOME = /Users/raviteja/Library/Android/sdk • Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 11.0.10+0-b96-7281165) • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 13.2.1) • Xcode at /Applications/Xcode.app/Contents/Developer • CocoaPods version 1.10.2

[✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2020.3) • Android Studio at /Applications/Android Studio.app/Contents • 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.10+0-b96-7281165)

[✓] VS Code (version 1.63.2) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension can be installed from: 🔨 https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter

[✓] Connected device (2 available) • Android SDK built for x86 64 (mobile) • emulator-5554 • android-x64 • Android 12 (API 31) (emulator) • Chrome (web) • chrome • web-javascript • Google Chrome 97.0.4692.99

[✓] HTTP Host Availability • All required HTTP hosts are available

• No issues found!

kinex commented 2 years ago

I don't see any issues in my production app using this plugin and running in Android 12. Where is your zip file located?