Last updated:
0 purchases
flutter cache manager supabase
flutter_cache_manager_supabase #
A Supabase implementation for flutter_cache_manager
Getting Started #
This library contains SupabaseCacheManager and SupabaseHttpFileService.
You can easily fetch a file stored on Supabase storage with
var file = await SupabaseCacheManager('your-bucket-id').getSingleFile(filePath);
copied to clipboard
You could also write your own CacheManager which uses the SupabaseHttpFileService.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.