Better cache
Opened this issue · 1 comments
dotdoom commented
Right now we don't cache so well. Perhaps use package:dio for that.
dotdoom commented
https://api.flutter.dev/flutter/widgets/precacheImage.html also precache images into Flutter memory cache. See if it can / should be adjusted with Flutter issue 13616.