https://github.com/s5-dev/cached_s5_image
Flutter widget for displaying S5 images
https://github.com/s5-dev/cached_s5_image
Last synced: 21 days ago
JSON representation
Flutter widget for displaying S5 images
- Host: GitHub
- URL: https://github.com/s5-dev/cached_s5_image
- Owner: s5-dev
- License: eupl-1.2
- Created: 2024-08-01T17:05:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T15:48:50.000Z (almost 2 years ago)
- Last Synced: 2026-03-31T06:31:20.355Z (2 months ago)
- Language: C++
- Size: 3.4 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# cached_s5_image
A simple cached image provider for S5 CID's

### Usage
See [example](example/lib/main.dart).
This is a library built on [s5](https://pub.dev/packages/s5). See there for more details.
Basic Usage:
```dart
Widget cachedS5Image = CachedS5Image(
cid: cid, // String
s5: s5, // See https://pub.dev/packages/s5
thumbhash: thumbhashText, // String rep of thumbhash
);
```
### Acknowledgement
This work is supported by a [Sia Foundation](https://sia.tech/) grant