Baseflow / Baseflow/flutter_cache_manager

iOS Consume more memory than Android

Aperta
#432 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Dart
Stelle
809
Fork
510
Merge medio
6m
PR unite (30g)
1

Descrizione

## 💬 Questions and Help

I'm trying to download 20 images from the server, which is just 17 MB in total. However, the RAM uses up to about 200 MB in iOS, whereas on an Android device, it only uses 100 MB. I'm downloading each image using the download method.

```
final futures = collections.map(
(e) => DefaultCacheManager.downloadFile(
e.url,
key: e.id,
),
);
await Future.wait(futures);
```

Guida per i contributori

Apri la guida per i contributori

Direzione di ricerca

No source files, tests, or entry points are identified. Start by reproducing the download of 20 images with DefaultCacheManager.downloadFile and compare iOS and Android memory usage; done means identifying and documenting a reproducible cause or fix for the reported platform difference.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
dart, flutter
Ambito
mobile
Tipo di issue
Bug
Difficoltà
4/5
Tempo stimato
3-5 giorni
Stato di attività
Ferma
Chiarezza
Da chiarire
Idoneità per principianti
25/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.