Baseflow / Baseflow/flutter_cached_network_image
[FR] Use hive + file system instead of sqflite as the storage layer.
Open
- Dominant language
- Dart
- Stars
- 2.6k
- Forks
- 731
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 1
Description
The sqflite plugin has many downsides, platform dependent, not available on all platform to name a few.
[Hive](https://pub.dev/packages/hive) key-value stored built with pure dart. So it's available on all platforms supported by Flutter. It's also very light weight and fast, perfect for the image caching case.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.