17 lines
372 B
YAML
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
|