-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
72 lines (64 loc) · 1.44 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
71
72
name: featurebase
description: "Featurebase Unofficial Flutter SDK"
version: 0.8.0
homepage: https://github.com/ae1dev/flutter_featurebase
platforms:
android:
ios:
linux:
macos:
windows:
topics:
- featurebase
- help-center
- changelog
environment:
sdk: ">=3.2.3 <4.0.0"
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: ^0.19.0
dio: ^5.7.0
freezed_annotation: ^2.4.4
json_annotation: ^4.9.0
flutter_riverpod: ^2.6.1
riverpod_annotation: ^2.6.1
url_launcher: ^6.3.1
custom_top_navigator_plus: ^0.0.4
flutter_svg: ^2.0.17
flutter_widget_from_html: ^0.15.3
cached_network_image: ^3.4.1
styled_text: ^9.0.0-beta-4
searchfield: ^1.2.2
easy_infinite_pagination: ^0.0.6
universal_io: ^2.2.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
build_runner: ^2.4.12
custom_lint: ^0.7.0
riverpod_generator: ^2.6.3
riverpod_lint: ^2.6.3
freezed: ^2.5.7
source_gen: ^1.5.0
json_serializable: ^6.8.0
flutter_gen: ^5.8.0
flutter:
uses-material-design: true
assets:
- assets/icons/hero/
fonts:
- family: Inter
fonts:
- asset: assets/fonts/Inter_28pt_Regular.ttf
weight: 400
- asset: assets/fonts/Inter_28pt_Medium.ttf
weight: 500
- asset: assets/fonts/Inter_28pt_SemiBold.ttf
weight: 600
- asset: assets/fonts/Inter_28pt_Bold.ttf
weight: 700