provider library
Classes
- AdvancedNetworkImage
- Fetches the given URL from the network, associating it with some options.
- AdvancedNetworkSvg
- Fetches the given URL from the network, associating it with some options.
- CacheRule
- The rules used in DiskCache.
- DiskCache
- Singleton for managing cache files.
Enums
- StoreDirectoryType
-
Stand for
getTemporaryDirectory
andgetApplicationDocumentsDirectory
in path_provider plugin.
Functions
-
removeFromCache(
String url, {bool useCacheRule = false}) → Future< bool>