-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
59 lines (48 loc) · 1.08 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
name: legend_design
description: A new Flutter project.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=2.18.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
animations: ^2.0.0
provider: ^6.0.1
lint: ^1.5.3
shared_preferences: ^2.0.15
flutter_highlight: ^0.7.0
flutter_svg: ^1.1.0
url_launcher: ^6.0.12
antdesign_icons: ^0.0.3
flutter_colorpicker: ^0.6.1
google_fonts: ^2.1.0
hooks_riverpod: ^2.1.1
json_serializable: ^6.5.4
rive: ^0.9.0
legend_design_widgets:
git:
url: https://github.com/ThomasFercher/legend-widgets
legend_design_core:
git:
url: https://github.com/ThomasFercher/legend-core
legend_design_platform:
git:
url: https://github.com/ThomasFercher/legend-cross
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: "^0.9.2"
build_runner: ^2.3.2
flutter_icons:
android: true
ios: false
windows: true
image_path: "assets/photos/larrylegend_sm.png"
flutter:
assets:
- assets/
- assets/flares/
- assets/photos/
uses-material-design: true