-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
37 lines (33 loc) · 725 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
37 lines (33 loc) · 725 Bytes
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
name: sms
description: A new Flutter project.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=2.7.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
async: ^2.4.1
contacts_service: ^0.4.6
firebase_messaging: ^6.0.16
flutter_mobx: ^1.1.0
mobx: ^1.2.1
permission_handler: ^5.0.1
provider: ^4.1.3
dev_dependencies:
flutter_test:
sdk: flutter
mobx_codegen: ^1.1.0
build_runner: ^1.10.0
flutter:
uses-material-design: true
fonts:
- family: Lato
fonts:
- asset: fonts/Lato-Regular.ttf
- asset: fonts/Lato-Italic.ttf
style: italic
- asset: fonts/Lato-Light.ttf
weight: 300
- asset: fonts/Lato-Medium.ttf
weight: 500