-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
133 lines (100 loc) · 3.7 KB
/
pubspec.yaml
File metadata and controls
133 lines (100 loc) · 3.7 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
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
133
name: fluttery_framework
description: Provides all the functions and features needed for a typical production app.
homepage: https://www.andrioussolutions.com
repository: https://github.com/AndriousSolutions/fluttery_framework
issue_tracker: https://github.com/AndriousSolutions/fluttery_framework/issues
version: 5.20.3
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
# https://pub.dartlang.org/packages/connectivity_plus
connectivity_plus: ^6.1.0
# https://pub.dev/packages/device_info_plus
device_info_plus: ^11.3.0
flutter:
sdk: flutter
# To support for other languages other than US English localizations
flutter_localizations:
sdk: flutter
flutter_test:
sdk: flutter
flutter_web_plugins:
sdk: flutter
# https://pub.dev/packages/go_router/
go_router: ^14.8.0
# https://pub.dev/packages/http/
http: ^1.3.0
# https://pub.dev/packages/i10n_translator/
l10n_translator: ^4.1.4
# path: ../../packages/l10n_translator
# https://pub.dev/packages/package_info_plus
package_info_plus: ^8.3.0
# https://pub.dev/packages/path_provider
path_provider: ^2.1.5
# https://pub.dartlang.org/packages/prefs
prefs: ^4.2.0
# path: ../../packages/prefs
# https://pub.dev/packages/sizer
sizer: ^3.0.5
# https://pub.dartlang.org/packages/state_extended
state_extended: ^5.11.0
# path: ../../packages/state_extended
# https://pub.dev/packages/timezone
timezone: ^0.10.0
# https://pub.dev/packages/universal_io
universal_io: ^2.2.2
# https://pub.dev/packages/universal_platform
universal_platform: ^1.1.0
# https://pub.dartlang.org/packages/url_launcher
# used in AppSettings.dart
url_launcher: ^6.3.1
url_launcher_web: ^2.4.0
# https://pub.dartlang.org/packages/uuid
uuid: ^4.5.1
dev_dependencies:
# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
# activated in the `analysis_options.yaml`
flutter_lints: ^5.0.0
# Supply the example app for testing.
fluttery_framework_example:
path: example
# Used during Continuous Integration
integration_test:
sdk: flutter
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter packages.
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 application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
# To add assets to your application, add an assets section, like this:
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/assets-and-images/#from-packages
# To add custom fonts to your application, 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 from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages