-
Notifications
You must be signed in to change notification settings - Fork 66
/
pubspec.yaml
70 lines (63 loc) · 1.55 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
name: wiredash
description: Wiredash is an interactive user feedback tool for Flutter apps including Promoter Score.
version: 2.3.0
homepage: https://wiredash.io
repository: https://github.com/wiredashio/wiredash-sdk
issue_tracker: https://github.com/wiredashio/wiredash-sdk/issues
topics:
- analytics
- feedback
- bug-reporting
- nps
environment:
sdk: ">=2.17.0 <4.0.0"
flutter: ">=3.0.0"
dependencies:
async: ^2.0.0
clock: ^1.1.0
collection: ">=1.15.0 <2.0.0"
device_info_plus: ">=8.0.0 <12.0.0"
file: ">=6.0.0 <8.0.0"
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
http: ">=0.13.0 <2.0.0"
http_parser: ">=4.0.0 <5.0.0"
intl: ">=0.16.0 <2.0.0" # whatever "sdk: flutter" depends on
material_color_utilities: ">=0.1.2 <1.0.0"
nanoid2: ^2.0.1
package_info_plus: ">=3.0.0 <9.0.0"
path_provider: ">=2.0.0 <3.0.0"
platform: ">=3.1.0 <5.0.0"
shared_preferences: '>=2.0.0 <3.0.0'
dev_dependencies:
fake_async: any
flutter_test:
sdk: flutter
lint: '>=1.10.0 <3.0.0'
spot: '>=0.3.2 <0.5.0'
test: ^1.21.0
transparent_image: ^2.0.0
platforms:
android:
ios:
linux:
macos:
web:
windows:
flutter:
assets:
- packages/wiredash/assets/images/logo_white.png
fonts:
- family: Inter
fonts:
- asset: lib/assets/fonts/Inter-Regular.ttf
weight: 400
- asset: lib/assets/fonts/Inter-SemiBold.ttf
weight: 600
- asset: lib/assets/fonts/Inter-Bold.ttf
weight: 700
- family: Wirecons
fonts:
- asset: lib/assets/fonts/Wirecons.ttf