-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpubspec.yaml
More file actions
79 lines (60 loc) · 1.14 KB
/
pubspec.yaml
File metadata and controls
79 lines (60 loc) · 1.14 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
name: example
description: "Control example"
publish_to: "none"
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:
version: 1.0.0+1
environment:
sdk: ">=3.9.0 <4.0.0"
flutter: ">=3.38.0"
dependencies:
# Flutter SDK
flutter:
sdk: flutter
# Utility
collection: any
async: any
meta: any
path: any
convert: any
# Logger
l: ^5.0.1
# Storage
shared_preferences: ^2.2.2
# UI and Widgets
cupertino_icons: ^1.0.5
# State management
control:
path: ../
dev_dependencies:
# Unit & Widget tests for Flutter
flutter_test:
sdk: flutter
# Integration tests for Flutter
integration_test:
sdk: flutter
# Linting
flutter_lints: ^6.0.0
# Code generation
build_runner: ^2.10.0
flutter:
generate: true
uses-material-design: true