abraham / birb

WIP: Instagram for birds built in Flutter
https://bendyworks.com/blog/a-month-of-flutter
MIT License
95 stars 19 forks source link

Cache images on device #35

Open abraham opened 5 years ago

abraham commented 5 years ago

Images should be cached on the device after loading for faster rerendering. They should be evicted from the cache after some amount of time.

abraham commented 5 years ago

https://pub.dartlang.org/packages/flutter_advanced_networkimage might be useful.