-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
132 lines (102 loc) · 3.76 KB
/
pubspec.yaml
File metadata and controls
132 lines (102 loc) · 3.76 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
name: workingmemory
description: A ToDo List for a not so working memory
publish_to: none
version: 1.13.0
environment:
sdk: '>=3.0.0 <4.0.0'
# flutter: ">=1.17.0"
dependencies:
# Facebook entry in AndroidManifest.xml
# https://pub.dev/packages/auth
auth: #^8.0.0
git:
url: https://github.com/AndriousSolutions/auth
# path: C:/Programs/Tools/Projects/Flutter/packages/auth
# https://pub.dev/packages/auto_orientation/
auto_orientation: 2.3.1
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
# https://pub.dev/packages/cupertino_icons
cupertino_icons: 1.0.5
# https://pub.dev/packages/dbutils
dbutils: ^6.0.0
# path: ../../../packages/dbutils
# https://pub.dev/packages/firebase_crashlytics
# Missing iOS Integration.
firebase_crashlytics: any #^4.0.0
flutter:
sdk: flutter
# https://pub.dev/packages/flutter_colorpicker
flutter_colorpicker:
git:
url: https://github.com/AndriousSolutions/flutter_colorpicker
# # https://pub.dev/packages/flutter_cupertino_localizations
# flutter_cupertino_localizations: ^1.0.0
# https://pub.dev/packages/flutter_draggable_gridview/
flutter_draggable_gridview: 0.0.8
# https://pub.dev/packages/flutter_local_notifications/
flutter_local_notifications: ^17.0.0
# https://pub.dev/packages/flutter_system_ringtones
flutter_system_ringtones: 0.0.6
# https://pub.dev/packages/flutter_timezone
flutter_timezone: ^2.0.0
# https://pub.dev/packages/fluttery_framework
fluttery_framework: ^4.0.0
# path: ../../../packages/fluttery_framework
# https://pub.dev/packages/font_awesome_flutter
font_awesome_flutter: ^10.0.0
form_field_widgets:
git:
url: https://github.com/AndriousSolutions/form_field_widgets/
# path: ../../../packages/form_field_widgets
# https://pub.dev/packages/l10n_translator
l10n_translator: ^4.0.0
# https://pub.dev/packages/remote_config
remote_config: 1.4.0
# path: ../../../packages/remote_config
# https://pub.dev/packages/rxdart
# Used by the class FlutterNotifications
rxdart: 0.27.7
dev_dependencies:
flutter_test:
sdk: flutter
# 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 application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
assets:
- assets/sql/create.sql
# - assets/i10n/i10n.csv
- assets/images/sunny.png
- assets/images/moon.png
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.io/assets-and-images/#resolution-aware.
# For details regarding adding assets from package dependencies, see
# https://flutter.io/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.io/custom-fonts/#from-packages