-
Notifications
You must be signed in to change notification settings - Fork 9
/
pubspec.yaml
129 lines (99 loc) · 3.68 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
name: mvc_application
description: Flutter Framework for Applications using the MVC Design Pattern
homepage: https://www.andrioussolutions.com
repository: https://github.com/AndriousSolutions/mvc_application
version: 8.13.1
environment:
sdk: '>=2.17.1 <3.0.0'
dependencies:
# https://pub.dartlang.org/packages/connectivity_plus
connectivity_plus: ^2.0.0
# https://pub.dev/packages/device_info_plus
device_info_plus: ^3.0.0
flutter:
sdk: flutter
# https://pub.dev/packages/flutter_local_notifications
flutter_local_notifications: ^9.0.0
# To support for other languages other than US English localizations
flutter_localizations:
sdk: flutter
# https://pub.dev/packages/flutter_material_color_picker/
flutter_material_color_picker: ^1.0.0
# https://pub.dev/packages/flutter_native_timezone/
flutter_native_timezone: ^2.0.0
# https://pub.dev/packages/i10n_translator/
l10n_translator: ^3.0.0
# path: ../../packages/l10n_translator
# https://pub.dartlang.org/packages/mvc_pattern
mvc_pattern: ^8.0.0
# path: ../../packages/mvc_pattern
# https://pub.dev/packages/package_info_plus
package_info_plus: ^1.0.0
# https://pub.dev/packages/path_provider
path_provider: ^2.0.0
# https://pub.dartlang.org/packages/prefs
prefs: ^3.0.0
# path: ../../packages/prefs
# https://pub.dev/packages/timezone
timezone: ^0.8.0
# https://pub.dev/packages/universal_html/
universal_html: ^2.0.0
# https://pub.dev/packages/universal_platform
universal_platform: ^1.0.0
# https://pub.dartlang.org/packages/url_launcher
# used in AppSettings.dart
url_launcher: ^6.0.0
url_launcher_web: ^2.0.0
# https://pub.dev/packages/url_strategy
url_strategy: ^0.2.0
# https://pub.dartlang.org/packages/uuid
uuid: ^3.0.0
dev_dependencies:
flutter_test:
sdk: flutter
# Supply the example app for testing.
mvc_application_example:
path: example
# # Setting up Lint Rules
# # Most of the recommended lints directly implement the guidelines set out in Effective Dart:
# # https://dart.dev/guides/language/effective-dart
# # https://pub.dev/packages/pedantic
# pedantic: ^1.10.0-nullsafety.3
# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
# 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
# To add assets to your package, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
#
# For details regarding assets in packages, see
# https://flutter.io/assets-and-images/#from-packages
#
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.io/assets-and-images/#resolution-aware.
# To add custom fonts to your package, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts in packages, see
# https://flutter.io/custom-fonts/#from-packages
## http://127.0.0.1:60500/C:/Programs/Tools/Projects/Flutter/packages/mvc_application?authToken=Y0q218m717o%3D