From c75cc63d3bd1b510599bc48b97d7b05fb3258154 Mon Sep 17 00:00:00 2001 From: PiN73 Date: Tue, 4 Apr 2023 11:07:29 +0300 Subject: [PATCH] Add link to Dart/Flutter implementation Dart implementation contains encoder and decoder in pure Dart Flutter implementation is a wrapper to use decoder in Flutter apps --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 717e8b6..16472aa 100644 --- a/README.md +++ b/README.md @@ -26,5 +26,7 @@ These additional implementations also exist outside of this repo: * Perl: https://github.com/mauke/Image-ThumbHash * PHP: https://github.com/SRWieZ/thumbhash * Ruby: https://github.com/daibhin/thumbhash +* Dart: https://github.com/PiN73/thumbhash/tree/master/packages/thumbhash +* Flutter: https://github.com/PiN73/thumbhash/tree/master/packages/flutter_thumbhash _If you want to add your own implementation here, you can send a PR that puts a link to your implementation in this README._