-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
56 lines (51 loc) · 1.33 KB
/
pubspec.yaml
File metadata and controls
56 lines (51 loc) · 1.33 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
name: plingo
description: A Wordle like app
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.4.4 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_bloc: ^8.1.6
equatable: ^2.0.7
provider: ^6.1.2
bloc_concurrency: ^0.2.5
shared_preferences: ^2.3.3
flutter_icons:
image_path: 'assets/launcher/logo_launcher.png'
adaptive_icon_background: '#343434'
adaptive_icon_foreground: 'assets/launcher/logo_launcher_adaptative.png'
android: 'ic_launcher'
ios: true
remove_alpha_ios: true
dev_dependencies:
flutter_launcher_icons: ^0.9.0
flutter_test:
sdk: flutter
effective_dart: ^1.0.0
flutter:
uses-material-design: true
assets:
- assets/images/
fonts:
- family: Rubik
fonts:
- asset: assets/fonts/Ubuntu-Bold.ttf
weight: 700
- asset: assets/fonts/Ubuntu-BoldItalic.ttf
weight: 700
style: italic
- asset: assets/fonts/Ubuntu-Medium.ttf
weight: 500
- asset: assets/fonts/Ubuntu-MediumItalic.ttf
weight: 500
style: italic
- asset: assets/fonts/Ubuntu-Regular.ttf
- asset: assets/fonts/Ubuntu-Italic.ttf
style: italic
- asset: assets/fonts/Ubuntu-Light.ttf
weight: 300
- asset: assets/fonts/Ubuntu-LightItalic.ttf
weight: 300
style: italic