imsamgarg / firebase_cached_image

Cache Manager and Cached ImageProvider for Firebase Cloud Storage Objects.
MIT License
9 stars 16 forks source link

Revamp project structure #18

Closed imsamgarg closed 5 months ago

imsamgarg commented 5 months ago

Project structure revamped.

FirebaseCacheManager now uses three manager classes, FsManager, CloudStorageManager and DbCacheManager for different operations. It's done to easily unit tests the package and to split the logic.