-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
pubspec.yaml
55 lines (48 loc) · 1.08 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
name: blurhash_ffi
description: >-
A compact, fast and easy to use blurry image placeholder generator for Flutter
using native ffi bindings.
version: 1.2.6
repository: https://github.com/folksable/blurhash_ffi
issue_tracker: https://github.com/folksable/blurhash_ffi/issues
funding:
- https://github.com/sponsors/folksable
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: ">=3.3.0"
dependencies:
ffi: ^2.0.2
flutter:
sdk: flutter
logging: ^1.2.0
dev_dependencies:
ffigen: ^6.1.2
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
plugin:
platforms:
android:
ffiPlugin: true
ios:
ffiPlugin: true
linux:
ffiPlugin: true
macos:
ffiPlugin: true
windows:
ffiPlugin: true
screenshots:
- description: "Blurhash FFI Poster"
path: screenshots/blurhash.png
- description: "Image 1 Selected"
path: screenshots/1.png
- description: "Image 2 Selected"
path: screenshots/2.png
- description: "Image 3 Selected"
path: screenshots/3.png
topics:
- blurhash
- ffi
- images