brendan-duncan / archive

Dart library to encode and decode various archive and compression formats, such as Zip, Tar, GZip, ZLib, and BZip2.
MIT License
395 stars 130 forks source link

unzip file not working if my phone is lock in ios using archive: ^3.4.9 #303

Open jainikss opened 7 months ago

jainikss commented 7 months ago

if i press button lock screen unzip processing in failed only in IOS in android its working fine

also i change something things like

  1. enable background fetch
  2. enable background processing
  3. add wakelock: ^0.5.0 (its working but issue only if i press lock button)

Screenshot 2023-12-11 at 12 23 26 PM