twonly-app-dependencies/blurhash_dart/pubspec.yaml
2026-08-22 20:30:14 +02:00

17 lines
372 B
YAML

name: blurhash_dart
version: 1.2.1
homepage: https://github.com/justacid/blurhash-dart
description: >
A pure dart implementation of the BlurHash algorithm.
This package provides both an encoder and a decoder,
as well as some utility extensions.
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
image: ^4.0.8
dev_dependencies:
lints: ^1.0.1
test: ^1.16.5