-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpubspec.yaml
More file actions
94 lines (80 loc) · 2.24 KB
/
Copy pathpubspec.yaml
File metadata and controls
94 lines (80 loc) · 2.24 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
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
name: mvc_template
description: An MVC Project Template
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.4.0
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.3
# https://pub.dev/packages/mvc_application
mvc_application: ^5.0.0
# path: ../../../Flutter/packages/mvc_application
#ToDo The library packages below are unique this project:
## For the Contacts app
# https://pub.dev/packages/dbutils
dbutils: ^2.0.0
## For the Shrine app
# https://pub.dev/packages/i10n_translator
i10n_translator: ^1.0.0
flutter_localizations:
sdk: flutter
flutter_cupertino_localizations: ^1.0.0
# https://pub.dev/packages/font_awesome_flutter
font_awesome_flutter: ^8.0.0
dev_dependencies:
flutter_test:
sdk: flutter
#ToDo These are the assets necessary for this project:
flutter:
assets:
- assets/i10n/i10n.csv
- assets/diamond.png
- assets/slanted_menu.png
- assets/0-0.jpg
- assets/1-0.jpg
- assets/2-0.jpg
- assets/3-0.jpg
- assets/4-0.jpg
- assets/5-0.jpg
- assets/6-0.jpg
- assets/7-0.jpg
- assets/8-0.jpg
- assets/9-0.jpg
- assets/10-0.jpg
- assets/11-0.jpg
- assets/12-0.jpg
- assets/13-0.jpg
- assets/14-0.jpg
- assets/15-0.jpg
- assets/16-0.jpg
- assets/17-0.jpg
- assets/18-0.jpg
- assets/19-0.jpg
- assets/20-0.jpg
- assets/21-0.jpg
- assets/22-0.jpg
- assets/23-0.jpg
- assets/24-0.jpg
- assets/25-0.jpg
- assets/26-0.jpg
- assets/27-0.jpg
- assets/28-0.jpg
- assets/29-0.jpg
- assets/30-0.jpg
- assets/31-0.jpg
- assets/32-0.jpg
- assets/33-0.jpg
- assets/34-0.jpg
- assets/35-0.jpg
- assets/36-0.jpg
- assets/37-0.jpg
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true