forked from gskinnerTeam/flutter-folio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
132 lines (122 loc) · 3.28 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
name: flutter_folio
description: Create and share beautiful Scrapbooks using Photos, Text and Stickers!
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.1.4
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
animate_do: ^1.7.5
async: ^2.4.2
auto_size_text:
git:
url: git://github.com/gskinnerTeam/auto_size_text.git
ref: 8800276218b053265ffc796a24e84820bebaaeac
bitsdojo_window: ^0.0.9
cached_network_image: ^2.5.0
cloudinary_public: ^0.7.0
darq: ^0.4.0+1
dotted_border: ^1.0.7
email_validator: ^1.0.6
enum_to_string: ^1.0.14
file_selector: ^0.8.2
file_selector_windows: ^0.0.2
file_selector_macos: ^0.0.4
file_selector_linux: ^0.0.2
file_selector_web: ^0.8.1
flutter_state_notifier:
flutter_svg: ^0.19.3
fluttertoast: ^7.1.8
freezed_annotation: 0.12.0
image_picker: ^0.7.2
image_size_getter: ^0.2.1
lorem_ipsum: any
multi_image_picker: ^4.7.14
menubar:
git:
url: git://github.com/google/flutter-desktop-embedding.git
path: plugins/menubar
ref: 040f36c82b63e8764ec2fd97066767503a667b6d
path_provider: ^1.6.24
xdg_directories: ^0.1.2
provider:
random_color: ^1.0.5
sized_context:
shortid: ^0.1.1
shared_preferences: ^0.5.12+4
share: ^0.6.5+4
system_info: ^0.1.3
statsfl:
timeago:
universal_platform: ^0.1.3
url_launcher: ^5.7.10
visibility_detector: ^0.1.5
window_size:
git:
url: git://github.com/google/flutter-desktop-embedding.git
path: plugins/window_size
ref: 040f36c82b63e8764ec2fd97066767503a667b6d
# FIREBASE
firedart:
git:
url: git://github.com/cenomla/firedart.git
ref: f89b0d98929fd19b79f4fa05efb4a1c84a3562a9
firebase_core: ^0.7.0
firebase_auth: ^0.20.1
cloud_firestore: ^0.16.0
dependency_overrides:
http: ^0.12.0
http_parser: ^3.1.3
dev_dependencies:
# sample build cmd
# flutter pub run build_runner build --delete-conflicting-outputs
flutter_test:
sdk: flutter
build_runner:
freezed:
json_serializable:
flutter_launcher_icons: ^0.8.0
flutter_icons:
android: true
ios: true
image_path: source-assets/app-flutter-folio.png
flutter:
assets:
- assets/images/
- assets/images/icons/
- assets/images/emoji/
uses-material-design: true
fonts:
- family: Fraunces
fonts:
- asset: assets/fonts/Fraunces_72pt-SemiBold.ttf
- family: Raleway
fonts:
- asset: assets/fonts/Raleway-Regular.ttf
- asset: assets/fonts/Raleway-Italic.ttf
style: italic
- asset: assets/fonts/Raleway-Medium.ttf
weight: 500
- asset: assets/fonts/Raleway-Bold.ttf
weight: 700
- asset: assets/fonts/Raleway-ExtraBold.ttf
weight: 800
- family: AlfaSlabOne
fonts:
- asset: assets/fonts/scraps/AlfaSlabOne-Regular.ttf
- family: Amiri
fonts:
- asset: assets/fonts/scraps/Amiri-Regular.ttf
- family: Caveat
fonts:
- asset: assets/fonts/scraps/Caveat-Medium.ttf
- family: Lato
fonts:
- asset: assets/fonts/scraps/Lato-Regular.ttf
- family: Mali
fonts:
- asset: assets/fonts/scraps/Mali-Medium.ttf
- family: PathwayGothicOne
fonts:
- asset: assets/fonts/scraps/PathwayGothicOne-Regular.ttf