-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
pubspec.yaml
48 lines (37 loc) · 811 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
name: control
description: "Simple state management for Flutter with concurrency support."
version: 0.2.0
homepage: https://github.com/PlugFox/control
repository: https://github.com/PlugFox/control
issue_tracker: https://github.com/PlugFox/control/issues
funding:
- https://www.buymeacoffee.com/plugfox
- https://www.patreon.com/plugfox
- https://boosty.to/plugfox
topics:
- architecture
- state-management
- state
- concurrency
- controller
platforms:
android:
ios:
linux:
macos:
web:
windows:
#screenshots:
# - description: 'Example of using the package'
# path: example.png
environment:
sdk: '>=3.4.0 <4.0.0'
flutter: ">=3.16.0"
dependencies:
flutter:
sdk: flutter
meta: ^1.0.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0