-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
55 lines (42 loc) · 880 Bytes
/
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: repaint
description: >
Library for creating and managing a canvas similar to CustomPaint but with more features.
version: 0.0.4
homepage: https://github.com/PlugFox/repaint
repository: https://github.com/PlugFox/repaint
issue_tracker: https://github.com/PlugFox/repaint/issues
funding:
- https://www.buymeacoffee.com/plugfox
- https://www.patreon.com/plugfox
- https://boosty.to/plugfox
topics:
- paint
- painter
- game
- shader
- custom
platforms:
android:
ios:
linux:
macos:
web:
windows:
#screenshots:
# - description: 'Example of using the library.'
# path: example.png
environment:
sdk: ^3.5.0
flutter: ">=3.20.0"
dependencies:
flutter:
sdk: flutter
# Annotations
meta: ^1.9.1
dev_dependencies:
flutter_test:
sdk: flutter
test: ^1.25.0
fake_async: ^1.3.0
flutter_lints: '>=4.0.0 <6.0.0'
flutter: