flet-datatable2 0.81.1.dev7739__tar.gz → 0.81.1.dev7752__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {flet_datatable2-0.81.1.dev7739/src/flet_datatable2.egg-info → flet_datatable2-0.81.1.dev7752}/PKG-INFO +2 -2
- {flet_datatable2-0.81.1.dev7739 → flet_datatable2-0.81.1.dev7752}/pyproject.toml +6 -3
- {flet_datatable2-0.81.1.dev7739 → flet_datatable2-0.81.1.dev7752/src/flet_datatable2.egg-info}/PKG-INFO +2 -2
- {flet_datatable2-0.81.1.dev7739 → flet_datatable2-0.81.1.dev7752}/src/flet_datatable2.egg-info/SOURCES.txt +0 -1
- flet_datatable2-0.81.1.dev7752/src/flet_datatable2.egg-info/requires.txt +1 -0
- flet_datatable2-0.81.1.dev7739/src/flet_datatable2.egg-info/requires.txt +0 -1
- flet_datatable2-0.81.1.dev7739/src/flutter/flet_datatable2/pubspec.lock +0 -1063
- {flet_datatable2-0.81.1.dev7739 → flet_datatable2-0.81.1.dev7752}/LICENSE +0 -0
- {flet_datatable2-0.81.1.dev7739 → flet_datatable2-0.81.1.dev7752}/README.md +0 -0
- {flet_datatable2-0.81.1.dev7739 → flet_datatable2-0.81.1.dev7752}/setup.cfg +0 -0
- {flet_datatable2-0.81.1.dev7739 → flet_datatable2-0.81.1.dev7752}/src/flet_datatable2/__init__.py +0 -0
- {flet_datatable2-0.81.1.dev7739 → flet_datatable2-0.81.1.dev7752}/src/flet_datatable2/datacolumn2.py +0 -0
- {flet_datatable2-0.81.1.dev7739 → flet_datatable2-0.81.1.dev7752}/src/flet_datatable2/datarow2.py +0 -0
- {flet_datatable2-0.81.1.dev7739 → flet_datatable2-0.81.1.dev7752}/src/flet_datatable2/datatable2.py +0 -0
- {flet_datatable2-0.81.1.dev7739 → flet_datatable2-0.81.1.dev7752}/src/flet_datatable2.egg-info/dependency_links.txt +0 -0
- {flet_datatable2-0.81.1.dev7739 → flet_datatable2-0.81.1.dev7752}/src/flet_datatable2.egg-info/top_level.txt +0 -0
- {flet_datatable2-0.81.1.dev7739 → flet_datatable2-0.81.1.dev7752}/src/flutter/flet_datatable2/lib/flet_datatable2.dart +0 -0
- {flet_datatable2-0.81.1.dev7739 → flet_datatable2-0.81.1.dev7752}/src/flutter/flet_datatable2/lib/src/data_sources.dart +0 -0
- {flet_datatable2-0.81.1.dev7739 → flet_datatable2-0.81.1.dev7752}/src/flutter/flet_datatable2/lib/src/datatable2.dart +0 -0
- {flet_datatable2-0.81.1.dev7739 → flet_datatable2-0.81.1.dev7752}/src/flutter/flet_datatable2/lib/src/extension.dart +0 -0
- {flet_datatable2-0.81.1.dev7739 → flet_datatable2-0.81.1.dev7752}/src/flutter/flet_datatable2/lib/src/utils/datatable.dart +0 -0
- {flet_datatable2-0.81.1.dev7739 → flet_datatable2-0.81.1.dev7752}/src/flutter/flet_datatable2/pubspec.yaml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: flet-datatable2
|
|
3
|
-
Version: 0.81.1.
|
|
3
|
+
Version: 0.81.1.dev7752
|
|
4
4
|
Summary: Enhanced data table widgets for Flet apps.
|
|
5
5
|
Author-email: Flet contributors <hello@flet.dev>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -11,7 +11,7 @@ Project-URL: Issues, https://github.com/flet-dev/flet/issues
|
|
|
11
11
|
Requires-Python: >=3.10
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
13
|
License-File: LICENSE
|
|
14
|
-
Requires-Dist: flet==0.81.1.
|
|
14
|
+
Requires-Dist: flet==0.81.1.dev7752
|
|
15
15
|
Dynamic: license-file
|
|
16
16
|
|
|
17
17
|
# flet-datatable2
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "flet-datatable2"
|
|
3
|
-
version = "0.81.1.
|
|
3
|
+
version = "0.81.1.dev7752"
|
|
4
4
|
description = "Enhanced data table widgets for Flet apps."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
authors = [{ name = "Flet contributors", email = "hello@flet.dev" }]
|
|
7
7
|
license = "Apache-2.0"
|
|
8
8
|
requires-python = ">=3.10"
|
|
9
9
|
dependencies = [
|
|
10
|
-
"flet==0.81.1.
|
|
10
|
+
"flet==0.81.1.dev7752",
|
|
11
11
|
]
|
|
12
12
|
|
|
13
13
|
[project.urls]
|
|
@@ -17,7 +17,10 @@ Repository = "https://github.com/flet-dev/flet/tree/main/sdk/python/packages/fle
|
|
|
17
17
|
Issues = "https://github.com/flet-dev/flet/issues"
|
|
18
18
|
|
|
19
19
|
[tool.setuptools.package-data]
|
|
20
|
-
"flutter.flet_datatable2" = [
|
|
20
|
+
"flutter.flet_datatable2" = [
|
|
21
|
+
"pubspec.yaml",
|
|
22
|
+
"lib/**",
|
|
23
|
+
]
|
|
21
24
|
|
|
22
25
|
[build-system]
|
|
23
26
|
requires = ["setuptools"]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: flet-datatable2
|
|
3
|
-
Version: 0.81.1.
|
|
3
|
+
Version: 0.81.1.dev7752
|
|
4
4
|
Summary: Enhanced data table widgets for Flet apps.
|
|
5
5
|
Author-email: Flet contributors <hello@flet.dev>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -11,7 +11,7 @@ Project-URL: Issues, https://github.com/flet-dev/flet/issues
|
|
|
11
11
|
Requires-Python: >=3.10
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
13
|
License-File: LICENSE
|
|
14
|
-
Requires-Dist: flet==0.81.1.
|
|
14
|
+
Requires-Dist: flet==0.81.1.dev7752
|
|
15
15
|
Dynamic: license-file
|
|
16
16
|
|
|
17
17
|
# flet-datatable2
|
|
@@ -10,7 +10,6 @@ src/flet_datatable2.egg-info/SOURCES.txt
|
|
|
10
10
|
src/flet_datatable2.egg-info/dependency_links.txt
|
|
11
11
|
src/flet_datatable2.egg-info/requires.txt
|
|
12
12
|
src/flet_datatable2.egg-info/top_level.txt
|
|
13
|
-
src/flutter/flet_datatable2/pubspec.lock
|
|
14
13
|
src/flutter/flet_datatable2/pubspec.yaml
|
|
15
14
|
src/flutter/flet_datatable2/lib/flet_datatable2.dart
|
|
16
15
|
src/flutter/flet_datatable2/lib/src/data_sources.dart
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
flet==0.81.1.dev7752
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
flet==0.81.1.dev7739
|
|
@@ -1,1063 +0,0 @@
|
|
|
1
|
-
# Generated by pub
|
|
2
|
-
# See https://dart.dev/tools/pub/glossary#lockfile
|
|
3
|
-
packages:
|
|
4
|
-
args:
|
|
5
|
-
dependency: transitive
|
|
6
|
-
description:
|
|
7
|
-
name: args
|
|
8
|
-
sha256: d0481093c50b1da8910eb0bb301626d4d8eb7284aa739614d2b394ee09e3ea04
|
|
9
|
-
url: "https://pub.dev"
|
|
10
|
-
source: hosted
|
|
11
|
-
version: "2.7.0"
|
|
12
|
-
async:
|
|
13
|
-
dependency: transitive
|
|
14
|
-
description:
|
|
15
|
-
name: async
|
|
16
|
-
sha256: "758e6d74e971c3e5aceb4110bfd6698efc7f501675bcfe0c775459a8140750eb"
|
|
17
|
-
url: "https://pub.dev"
|
|
18
|
-
source: hosted
|
|
19
|
-
version: "2.13.0"
|
|
20
|
-
battery_plus:
|
|
21
|
-
dependency: transitive
|
|
22
|
-
description:
|
|
23
|
-
name: battery_plus
|
|
24
|
-
sha256: ad16fcb55b7384be6b4bbc763d5e2031ac7ea62b2d9b6b661490c7b9741155bf
|
|
25
|
-
url: "https://pub.dev"
|
|
26
|
-
source: hosted
|
|
27
|
-
version: "7.0.0"
|
|
28
|
-
battery_plus_platform_interface:
|
|
29
|
-
dependency: transitive
|
|
30
|
-
description:
|
|
31
|
-
name: battery_plus_platform_interface
|
|
32
|
-
sha256: e8342c0f32de4b1dfd0223114b6785e48e579bfc398da9471c9179b907fa4910
|
|
33
|
-
url: "https://pub.dev"
|
|
34
|
-
source: hosted
|
|
35
|
-
version: "2.0.1"
|
|
36
|
-
boolean_selector:
|
|
37
|
-
dependency: transitive
|
|
38
|
-
description:
|
|
39
|
-
name: boolean_selector
|
|
40
|
-
sha256: "8aab1771e1243a5063b8b0ff68042d67334e3feab9e95b9490f9a6ebf73b42ea"
|
|
41
|
-
url: "https://pub.dev"
|
|
42
|
-
source: hosted
|
|
43
|
-
version: "2.1.2"
|
|
44
|
-
characters:
|
|
45
|
-
dependency: transitive
|
|
46
|
-
description:
|
|
47
|
-
name: characters
|
|
48
|
-
sha256: faf38497bda5ead2a8c7615f4f7939df04333478bf32e4173fcb06d428b5716b
|
|
49
|
-
url: "https://pub.dev"
|
|
50
|
-
source: hosted
|
|
51
|
-
version: "1.4.1"
|
|
52
|
-
clock:
|
|
53
|
-
dependency: transitive
|
|
54
|
-
description:
|
|
55
|
-
name: clock
|
|
56
|
-
sha256: fddb70d9b5277016c77a80201021d40a2247104d9f4aa7bab7157b7e3f05b84b
|
|
57
|
-
url: "https://pub.dev"
|
|
58
|
-
source: hosted
|
|
59
|
-
version: "1.1.2"
|
|
60
|
-
code_assets:
|
|
61
|
-
dependency: transitive
|
|
62
|
-
description:
|
|
63
|
-
name: code_assets
|
|
64
|
-
sha256: "83ccdaa064c980b5596c35dd64a8d3ecc68620174ab9b90b6343b753aa721687"
|
|
65
|
-
url: "https://pub.dev"
|
|
66
|
-
source: hosted
|
|
67
|
-
version: "1.0.0"
|
|
68
|
-
collection:
|
|
69
|
-
dependency: transitive
|
|
70
|
-
description:
|
|
71
|
-
name: collection
|
|
72
|
-
sha256: "2f5709ae4d3d59dd8f7cd309b4e023046b57d8a6c82130785d2b0e5868084e76"
|
|
73
|
-
url: "https://pub.dev"
|
|
74
|
-
source: hosted
|
|
75
|
-
version: "1.19.1"
|
|
76
|
-
connectivity_plus:
|
|
77
|
-
dependency: transitive
|
|
78
|
-
description:
|
|
79
|
-
name: connectivity_plus
|
|
80
|
-
sha256: "33bae12a398f841c6cda09d1064212957265869104c478e5ad51e2fb26c3973c"
|
|
81
|
-
url: "https://pub.dev"
|
|
82
|
-
source: hosted
|
|
83
|
-
version: "7.0.0"
|
|
84
|
-
connectivity_plus_platform_interface:
|
|
85
|
-
dependency: transitive
|
|
86
|
-
description:
|
|
87
|
-
name: connectivity_plus_platform_interface
|
|
88
|
-
sha256: "42657c1715d48b167930d5f34d00222ac100475f73d10162ddf43e714932f204"
|
|
89
|
-
url: "https://pub.dev"
|
|
90
|
-
source: hosted
|
|
91
|
-
version: "2.0.1"
|
|
92
|
-
cross_file:
|
|
93
|
-
dependency: transitive
|
|
94
|
-
description:
|
|
95
|
-
name: cross_file
|
|
96
|
-
sha256: "28bb3ae56f117b5aec029d702a90f57d285cd975c3c5c281eaca38dbc47c5937"
|
|
97
|
-
url: "https://pub.dev"
|
|
98
|
-
source: hosted
|
|
99
|
-
version: "0.3.5+2"
|
|
100
|
-
crypto:
|
|
101
|
-
dependency: transitive
|
|
102
|
-
description:
|
|
103
|
-
name: crypto
|
|
104
|
-
sha256: c8ea0233063ba03258fbcf2ca4d6dadfefe14f02fab57702265467a19f27fadf
|
|
105
|
-
url: "https://pub.dev"
|
|
106
|
-
source: hosted
|
|
107
|
-
version: "3.0.7"
|
|
108
|
-
data_table_2:
|
|
109
|
-
dependency: "direct main"
|
|
110
|
-
description:
|
|
111
|
-
name: data_table_2
|
|
112
|
-
sha256: b8dd157e4efe5f2beef092c9952a254b2192cf76a26ad1c6aa8b06c8b9d665da
|
|
113
|
-
url: "https://pub.dev"
|
|
114
|
-
source: hosted
|
|
115
|
-
version: "2.6.0"
|
|
116
|
-
dbus:
|
|
117
|
-
dependency: transitive
|
|
118
|
-
description:
|
|
119
|
-
name: dbus
|
|
120
|
-
sha256: d0c98dcd4f5169878b6cf8f6e0a52403a9dff371a3e2f019697accbf6f44a270
|
|
121
|
-
url: "https://pub.dev"
|
|
122
|
-
source: hosted
|
|
123
|
-
version: "0.7.12"
|
|
124
|
-
device_info_plus:
|
|
125
|
-
dependency: transitive
|
|
126
|
-
description:
|
|
127
|
-
name: device_info_plus
|
|
128
|
-
sha256: "4df8babf73058181227e18b08e6ea3520cf5fc5d796888d33b7cb0f33f984b7c"
|
|
129
|
-
url: "https://pub.dev"
|
|
130
|
-
source: hosted
|
|
131
|
-
version: "12.3.0"
|
|
132
|
-
device_info_plus_platform_interface:
|
|
133
|
-
dependency: transitive
|
|
134
|
-
description:
|
|
135
|
-
name: device_info_plus_platform_interface
|
|
136
|
-
sha256: e1ea89119e34903dca74b883d0dd78eb762814f97fb6c76f35e9ff74d261a18f
|
|
137
|
-
url: "https://pub.dev"
|
|
138
|
-
source: hosted
|
|
139
|
-
version: "7.0.3"
|
|
140
|
-
equatable:
|
|
141
|
-
dependency: transitive
|
|
142
|
-
description:
|
|
143
|
-
name: equatable
|
|
144
|
-
sha256: "3e0141505477fd8ad55d6eb4e7776d3fe8430be8e497ccb1521370c3f21a3e2b"
|
|
145
|
-
url: "https://pub.dev"
|
|
146
|
-
source: hosted
|
|
147
|
-
version: "2.0.8"
|
|
148
|
-
fake_async:
|
|
149
|
-
dependency: transitive
|
|
150
|
-
description:
|
|
151
|
-
name: fake_async
|
|
152
|
-
sha256: "5368f224a74523e8d2e7399ea1638b37aecfca824a3cc4dfdf77bf1fa905ac44"
|
|
153
|
-
url: "https://pub.dev"
|
|
154
|
-
source: hosted
|
|
155
|
-
version: "1.3.3"
|
|
156
|
-
ffi:
|
|
157
|
-
dependency: transitive
|
|
158
|
-
description:
|
|
159
|
-
name: ffi
|
|
160
|
-
sha256: "6d7fd89431262d8f3125e81b50d3847a091d846eafcd4fdb88dd06f36d705a45"
|
|
161
|
-
url: "https://pub.dev"
|
|
162
|
-
source: hosted
|
|
163
|
-
version: "2.2.0"
|
|
164
|
-
file:
|
|
165
|
-
dependency: transitive
|
|
166
|
-
description:
|
|
167
|
-
name: file
|
|
168
|
-
sha256: a3b4f84adafef897088c160faf7dfffb7696046cb13ae90b508c2cbc95d3b8d4
|
|
169
|
-
url: "https://pub.dev"
|
|
170
|
-
source: hosted
|
|
171
|
-
version: "7.0.1"
|
|
172
|
-
file_picker:
|
|
173
|
-
dependency: transitive
|
|
174
|
-
description:
|
|
175
|
-
name: file_picker
|
|
176
|
-
sha256: "57d9a1dd5063f85fa3107fb42d1faffda52fdc948cefd5fe5ea85267a5fc7343"
|
|
177
|
-
url: "https://pub.dev"
|
|
178
|
-
source: hosted
|
|
179
|
-
version: "10.3.10"
|
|
180
|
-
fixnum:
|
|
181
|
-
dependency: transitive
|
|
182
|
-
description:
|
|
183
|
-
name: fixnum
|
|
184
|
-
sha256: b6dc7065e46c974bc7c5f143080a6764ec7a4be6da1285ececdc37be96de53be
|
|
185
|
-
url: "https://pub.dev"
|
|
186
|
-
source: hosted
|
|
187
|
-
version: "1.1.1"
|
|
188
|
-
flet:
|
|
189
|
-
dependency: "direct main"
|
|
190
|
-
description:
|
|
191
|
-
name: flet
|
|
192
|
-
sha256: c69355f5cf8f0b9d796f4a4b566cd87307dafa0e52660080da2e07108eaa91ff
|
|
193
|
-
url: "https://pub.dev"
|
|
194
|
-
source: hosted
|
|
195
|
-
version: "0.81.0"
|
|
196
|
-
flutter:
|
|
197
|
-
dependency: "direct main"
|
|
198
|
-
description: flutter
|
|
199
|
-
source: sdk
|
|
200
|
-
version: "0.0.0"
|
|
201
|
-
flutter_highlight:
|
|
202
|
-
dependency: transitive
|
|
203
|
-
description:
|
|
204
|
-
name: flutter_highlight
|
|
205
|
-
sha256: "7b96333867aa07e122e245c033b8ad622e4e3a42a1a2372cbb098a2541d8782c"
|
|
206
|
-
url: "https://pub.dev"
|
|
207
|
-
source: hosted
|
|
208
|
-
version: "0.7.0"
|
|
209
|
-
flutter_lints:
|
|
210
|
-
dependency: "direct dev"
|
|
211
|
-
description:
|
|
212
|
-
name: flutter_lints
|
|
213
|
-
sha256: "9e8c3858111da373efc5aa341de011d9bd23e2c5c5e0c62bccf32438e192d7b1"
|
|
214
|
-
url: "https://pub.dev"
|
|
215
|
-
source: hosted
|
|
216
|
-
version: "3.0.2"
|
|
217
|
-
flutter_localizations:
|
|
218
|
-
dependency: transitive
|
|
219
|
-
description: flutter
|
|
220
|
-
source: sdk
|
|
221
|
-
version: "0.0.0"
|
|
222
|
-
flutter_markdown_plus:
|
|
223
|
-
dependency: transitive
|
|
224
|
-
description:
|
|
225
|
-
name: flutter_markdown_plus
|
|
226
|
-
sha256: "039177906850278e8fb1cd364115ee0a46281135932fa8ecea8455522166d2de"
|
|
227
|
-
url: "https://pub.dev"
|
|
228
|
-
source: hosted
|
|
229
|
-
version: "1.0.7"
|
|
230
|
-
flutter_markdown_plus_latex:
|
|
231
|
-
dependency: transitive
|
|
232
|
-
description:
|
|
233
|
-
name: flutter_markdown_plus_latex
|
|
234
|
-
sha256: "2e7698b291f0657ca445efab730bb25a8c5851037e882cb7bf47d16a5c218de7"
|
|
235
|
-
url: "https://pub.dev"
|
|
236
|
-
source: hosted
|
|
237
|
-
version: "1.0.5"
|
|
238
|
-
flutter_math_fork:
|
|
239
|
-
dependency: transitive
|
|
240
|
-
description:
|
|
241
|
-
name: flutter_math_fork
|
|
242
|
-
sha256: "6d5f2f1aa57ae539ffb0a04bb39d2da67af74601d685a161aff7ce5bda5fa407"
|
|
243
|
-
url: "https://pub.dev"
|
|
244
|
-
source: hosted
|
|
245
|
-
version: "0.7.4"
|
|
246
|
-
flutter_plugin_android_lifecycle:
|
|
247
|
-
dependency: transitive
|
|
248
|
-
description:
|
|
249
|
-
name: flutter_plugin_android_lifecycle
|
|
250
|
-
sha256: ee8068e0e1cd16c4a82714119918efdeed33b3ba7772c54b5d094ab53f9b7fd1
|
|
251
|
-
url: "https://pub.dev"
|
|
252
|
-
source: hosted
|
|
253
|
-
version: "2.0.33"
|
|
254
|
-
flutter_svg:
|
|
255
|
-
dependency: transitive
|
|
256
|
-
description:
|
|
257
|
-
name: flutter_svg
|
|
258
|
-
sha256: "87fbd7c534435b6c5d9d98b01e1fd527812b82e68ddd8bd35fc45ed0fa8f0a95"
|
|
259
|
-
url: "https://pub.dev"
|
|
260
|
-
source: hosted
|
|
261
|
-
version: "2.2.3"
|
|
262
|
-
flutter_test:
|
|
263
|
-
dependency: "direct dev"
|
|
264
|
-
description: flutter
|
|
265
|
-
source: sdk
|
|
266
|
-
version: "0.0.0"
|
|
267
|
-
flutter_web_plugins:
|
|
268
|
-
dependency: transitive
|
|
269
|
-
description: flutter
|
|
270
|
-
source: sdk
|
|
271
|
-
version: "0.0.0"
|
|
272
|
-
glob:
|
|
273
|
-
dependency: transitive
|
|
274
|
-
description:
|
|
275
|
-
name: glob
|
|
276
|
-
sha256: c3f1ee72c96f8f78935e18aa8cecced9ab132419e8625dc187e1c2408efc20de
|
|
277
|
-
url: "https://pub.dev"
|
|
278
|
-
source: hosted
|
|
279
|
-
version: "2.1.3"
|
|
280
|
-
highlight:
|
|
281
|
-
dependency: transitive
|
|
282
|
-
description:
|
|
283
|
-
name: highlight
|
|
284
|
-
sha256: "5353a83ffe3e3eca7df0abfb72dcf3fa66cc56b953728e7113ad4ad88497cf21"
|
|
285
|
-
url: "https://pub.dev"
|
|
286
|
-
source: hosted
|
|
287
|
-
version: "0.7.0"
|
|
288
|
-
hooks:
|
|
289
|
-
dependency: transitive
|
|
290
|
-
description:
|
|
291
|
-
name: hooks
|
|
292
|
-
sha256: "7a08a0d684cb3b8fb604b78455d5d352f502b68079f7b80b831c62220ab0a4f6"
|
|
293
|
-
url: "https://pub.dev"
|
|
294
|
-
source: hosted
|
|
295
|
-
version: "1.0.1"
|
|
296
|
-
http:
|
|
297
|
-
dependency: transitive
|
|
298
|
-
description:
|
|
299
|
-
name: http
|
|
300
|
-
sha256: "87721a4a50b19c7f1d49001e51409bddc46303966ce89a65af4f4e6004896412"
|
|
301
|
-
url: "https://pub.dev"
|
|
302
|
-
source: hosted
|
|
303
|
-
version: "1.6.0"
|
|
304
|
-
http_parser:
|
|
305
|
-
dependency: transitive
|
|
306
|
-
description:
|
|
307
|
-
name: http_parser
|
|
308
|
-
sha256: "178d74305e7866013777bab2c3d8726205dc5a4dd935297175b19a23a2e66571"
|
|
309
|
-
url: "https://pub.dev"
|
|
310
|
-
source: hosted
|
|
311
|
-
version: "4.1.2"
|
|
312
|
-
intl:
|
|
313
|
-
dependency: transitive
|
|
314
|
-
description:
|
|
315
|
-
name: intl
|
|
316
|
-
sha256: "3df61194eb431efc39c4ceba583b95633a403f46c9fd341e550ce0bfa50e9aa5"
|
|
317
|
-
url: "https://pub.dev"
|
|
318
|
-
source: hosted
|
|
319
|
-
version: "0.20.2"
|
|
320
|
-
json_annotation:
|
|
321
|
-
dependency: transitive
|
|
322
|
-
description:
|
|
323
|
-
name: json_annotation
|
|
324
|
-
sha256: cb09e7dac6210041fad964ed7fbee004f14258b4eca4040f72d1234062ace4c8
|
|
325
|
-
url: "https://pub.dev"
|
|
326
|
-
source: hosted
|
|
327
|
-
version: "4.11.0"
|
|
328
|
-
leak_tracker:
|
|
329
|
-
dependency: transitive
|
|
330
|
-
description:
|
|
331
|
-
name: leak_tracker
|
|
332
|
-
sha256: "33e2e26bdd85a0112ec15400c8cbffea70d0f9c3407491f672a2fad47915e2de"
|
|
333
|
-
url: "https://pub.dev"
|
|
334
|
-
source: hosted
|
|
335
|
-
version: "11.0.2"
|
|
336
|
-
leak_tracker_flutter_testing:
|
|
337
|
-
dependency: transitive
|
|
338
|
-
description:
|
|
339
|
-
name: leak_tracker_flutter_testing
|
|
340
|
-
sha256: "1dbc140bb5a23c75ea9c4811222756104fbcd1a27173f0c34ca01e16bea473c1"
|
|
341
|
-
url: "https://pub.dev"
|
|
342
|
-
source: hosted
|
|
343
|
-
version: "3.0.10"
|
|
344
|
-
leak_tracker_testing:
|
|
345
|
-
dependency: transitive
|
|
346
|
-
description:
|
|
347
|
-
name: leak_tracker_testing
|
|
348
|
-
sha256: "8d5a2d49f4a66b49744b23b018848400d23e54caf9463f4eb20df3eb8acb2eb1"
|
|
349
|
-
url: "https://pub.dev"
|
|
350
|
-
source: hosted
|
|
351
|
-
version: "3.0.2"
|
|
352
|
-
lints:
|
|
353
|
-
dependency: transitive
|
|
354
|
-
description:
|
|
355
|
-
name: lints
|
|
356
|
-
sha256: cbf8d4b858bb0134ef3ef87841abdf8d63bfc255c266b7bf6b39daa1085c4290
|
|
357
|
-
url: "https://pub.dev"
|
|
358
|
-
source: hosted
|
|
359
|
-
version: "3.0.0"
|
|
360
|
-
logging:
|
|
361
|
-
dependency: transitive
|
|
362
|
-
description:
|
|
363
|
-
name: logging
|
|
364
|
-
sha256: c8245ada5f1717ed44271ed1c26b8ce85ca3228fd2ffdb75468ab01979309d61
|
|
365
|
-
url: "https://pub.dev"
|
|
366
|
-
source: hosted
|
|
367
|
-
version: "1.3.0"
|
|
368
|
-
markdown:
|
|
369
|
-
dependency: transitive
|
|
370
|
-
description:
|
|
371
|
-
name: markdown
|
|
372
|
-
sha256: "935e23e1ff3bc02d390bad4d4be001208ee92cc217cb5b5a6c19bc14aaa318c1"
|
|
373
|
-
url: "https://pub.dev"
|
|
374
|
-
source: hosted
|
|
375
|
-
version: "7.3.0"
|
|
376
|
-
matcher:
|
|
377
|
-
dependency: transitive
|
|
378
|
-
description:
|
|
379
|
-
name: matcher
|
|
380
|
-
sha256: "12956d0ad8390bbcc63ca2e1469c0619946ccb52809807067a7020d57e647aa6"
|
|
381
|
-
url: "https://pub.dev"
|
|
382
|
-
source: hosted
|
|
383
|
-
version: "0.12.18"
|
|
384
|
-
material_color_utilities:
|
|
385
|
-
dependency: transitive
|
|
386
|
-
description:
|
|
387
|
-
name: material_color_utilities
|
|
388
|
-
sha256: "9c337007e82b1889149c82ed242ed1cb24a66044e30979c44912381e9be4c48b"
|
|
389
|
-
url: "https://pub.dev"
|
|
390
|
-
source: hosted
|
|
391
|
-
version: "0.13.0"
|
|
392
|
-
meta:
|
|
393
|
-
dependency: transitive
|
|
394
|
-
description:
|
|
395
|
-
name: meta
|
|
396
|
-
sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394"
|
|
397
|
-
url: "https://pub.dev"
|
|
398
|
-
source: hosted
|
|
399
|
-
version: "1.17.0"
|
|
400
|
-
mime:
|
|
401
|
-
dependency: transitive
|
|
402
|
-
description:
|
|
403
|
-
name: mime
|
|
404
|
-
sha256: "41a20518f0cb1256669420fdba0cd90d21561e560ac240f26ef8322e45bb7ed6"
|
|
405
|
-
url: "https://pub.dev"
|
|
406
|
-
source: hosted
|
|
407
|
-
version: "2.0.0"
|
|
408
|
-
msgpack_dart:
|
|
409
|
-
dependency: transitive
|
|
410
|
-
description:
|
|
411
|
-
name: msgpack_dart
|
|
412
|
-
sha256: c2d235ed01f364719b5296aecf43ac330f0d7bc865fa134d0d7910a40454dffb
|
|
413
|
-
url: "https://pub.dev"
|
|
414
|
-
source: hosted
|
|
415
|
-
version: "1.0.1"
|
|
416
|
-
native_toolchain_c:
|
|
417
|
-
dependency: transitive
|
|
418
|
-
description:
|
|
419
|
-
name: native_toolchain_c
|
|
420
|
-
sha256: "89e83885ba09da5fdf2cdacc8002a712ca238c28b7f717910b34bcd27b0d03ac"
|
|
421
|
-
url: "https://pub.dev"
|
|
422
|
-
source: hosted
|
|
423
|
-
version: "0.17.4"
|
|
424
|
-
nested:
|
|
425
|
-
dependency: transitive
|
|
426
|
-
description:
|
|
427
|
-
name: nested
|
|
428
|
-
sha256: "03bac4c528c64c95c722ec99280375a6f2fc708eec17c7b3f07253b626cd2a20"
|
|
429
|
-
url: "https://pub.dev"
|
|
430
|
-
source: hosted
|
|
431
|
-
version: "1.0.0"
|
|
432
|
-
nm:
|
|
433
|
-
dependency: transitive
|
|
434
|
-
description:
|
|
435
|
-
name: nm
|
|
436
|
-
sha256: "2c9aae4127bdc8993206464fcc063611e0e36e72018696cd9631023a31b24254"
|
|
437
|
-
url: "https://pub.dev"
|
|
438
|
-
source: hosted
|
|
439
|
-
version: "0.5.0"
|
|
440
|
-
objective_c:
|
|
441
|
-
dependency: transitive
|
|
442
|
-
description:
|
|
443
|
-
name: objective_c
|
|
444
|
-
sha256: "100a1c87616ab6ed41ec263b083c0ef3261ee6cd1dc3b0f35f8ddfa4f996fe52"
|
|
445
|
-
url: "https://pub.dev"
|
|
446
|
-
source: hosted
|
|
447
|
-
version: "9.3.0"
|
|
448
|
-
package_info_plus:
|
|
449
|
-
dependency: transitive
|
|
450
|
-
description:
|
|
451
|
-
name: package_info_plus
|
|
452
|
-
sha256: f69da0d3189a4b4ceaeb1a3defb0f329b3b352517f52bed4290f83d4f06bc08d
|
|
453
|
-
url: "https://pub.dev"
|
|
454
|
-
source: hosted
|
|
455
|
-
version: "9.0.0"
|
|
456
|
-
package_info_plus_platform_interface:
|
|
457
|
-
dependency: transitive
|
|
458
|
-
description:
|
|
459
|
-
name: package_info_plus_platform_interface
|
|
460
|
-
sha256: "202a487f08836a592a6bd4f901ac69b3a8f146af552bbd14407b6b41e1c3f086"
|
|
461
|
-
url: "https://pub.dev"
|
|
462
|
-
source: hosted
|
|
463
|
-
version: "3.2.1"
|
|
464
|
-
pasteboard:
|
|
465
|
-
dependency: transitive
|
|
466
|
-
description:
|
|
467
|
-
name: pasteboard
|
|
468
|
-
sha256: "9ff73ada33f79a59ff91f6c01881fd4ed0a0031cfc4ae2d86c0384471525fca1"
|
|
469
|
-
url: "https://pub.dev"
|
|
470
|
-
source: hosted
|
|
471
|
-
version: "0.4.0"
|
|
472
|
-
path:
|
|
473
|
-
dependency: transitive
|
|
474
|
-
description:
|
|
475
|
-
name: path
|
|
476
|
-
sha256: "75cca69d1490965be98c73ceaea117e8a04dd21217b37b292c9ddbec0d955bc5"
|
|
477
|
-
url: "https://pub.dev"
|
|
478
|
-
source: hosted
|
|
479
|
-
version: "1.9.1"
|
|
480
|
-
path_parsing:
|
|
481
|
-
dependency: transitive
|
|
482
|
-
description:
|
|
483
|
-
name: path_parsing
|
|
484
|
-
sha256: "883402936929eac138ee0a45da5b0f2c80f89913e6dc3bf77eb65b84b409c6ca"
|
|
485
|
-
url: "https://pub.dev"
|
|
486
|
-
source: hosted
|
|
487
|
-
version: "1.1.0"
|
|
488
|
-
path_provider:
|
|
489
|
-
dependency: transitive
|
|
490
|
-
description:
|
|
491
|
-
name: path_provider
|
|
492
|
-
sha256: "50c5dd5b6e1aaf6fb3a78b33f6aa3afca52bf903a8a5298f53101fdaee55bbcd"
|
|
493
|
-
url: "https://pub.dev"
|
|
494
|
-
source: hosted
|
|
495
|
-
version: "2.1.5"
|
|
496
|
-
path_provider_android:
|
|
497
|
-
dependency: transitive
|
|
498
|
-
description:
|
|
499
|
-
name: path_provider_android
|
|
500
|
-
sha256: f2c65e21139ce2c3dad46922be8272bb5963516045659e71bb16e151c93b580e
|
|
501
|
-
url: "https://pub.dev"
|
|
502
|
-
source: hosted
|
|
503
|
-
version: "2.2.22"
|
|
504
|
-
path_provider_foundation:
|
|
505
|
-
dependency: transitive
|
|
506
|
-
description:
|
|
507
|
-
name: path_provider_foundation
|
|
508
|
-
sha256: "2a376b7d6392d80cd3705782d2caa734ca4727776db0b6ec36ef3f1855197699"
|
|
509
|
-
url: "https://pub.dev"
|
|
510
|
-
source: hosted
|
|
511
|
-
version: "2.6.0"
|
|
512
|
-
path_provider_linux:
|
|
513
|
-
dependency: transitive
|
|
514
|
-
description:
|
|
515
|
-
name: path_provider_linux
|
|
516
|
-
sha256: f7a1fe3a634fe7734c8d3f2766ad746ae2a2884abe22e241a8b301bf5cac3279
|
|
517
|
-
url: "https://pub.dev"
|
|
518
|
-
source: hosted
|
|
519
|
-
version: "2.2.1"
|
|
520
|
-
path_provider_platform_interface:
|
|
521
|
-
dependency: transitive
|
|
522
|
-
description:
|
|
523
|
-
name: path_provider_platform_interface
|
|
524
|
-
sha256: "88f5779f72ba699763fa3a3b06aa4bf6de76c8e5de842cf6f29e2e06476c2334"
|
|
525
|
-
url: "https://pub.dev"
|
|
526
|
-
source: hosted
|
|
527
|
-
version: "2.1.2"
|
|
528
|
-
path_provider_windows:
|
|
529
|
-
dependency: transitive
|
|
530
|
-
description:
|
|
531
|
-
name: path_provider_windows
|
|
532
|
-
sha256: bd6f00dbd873bfb70d0761682da2b3a2c2fccc2b9e84c495821639601d81afe7
|
|
533
|
-
url: "https://pub.dev"
|
|
534
|
-
source: hosted
|
|
535
|
-
version: "2.3.0"
|
|
536
|
-
petitparser:
|
|
537
|
-
dependency: transitive
|
|
538
|
-
description:
|
|
539
|
-
name: petitparser
|
|
540
|
-
sha256: "91bd59303e9f769f108f8df05e371341b15d59e995e6806aefab827b58336675"
|
|
541
|
-
url: "https://pub.dev"
|
|
542
|
-
source: hosted
|
|
543
|
-
version: "7.0.2"
|
|
544
|
-
platform:
|
|
545
|
-
dependency: transitive
|
|
546
|
-
description:
|
|
547
|
-
name: platform
|
|
548
|
-
sha256: "5d6b1b0036a5f331ebc77c850ebc8506cbc1e9416c27e59b439f917a902a4984"
|
|
549
|
-
url: "https://pub.dev"
|
|
550
|
-
source: hosted
|
|
551
|
-
version: "3.1.6"
|
|
552
|
-
plugin_platform_interface:
|
|
553
|
-
dependency: transitive
|
|
554
|
-
description:
|
|
555
|
-
name: plugin_platform_interface
|
|
556
|
-
sha256: "4820fbfdb9478b1ebae27888254d445073732dae3d6ea81f0b7e06d5dedc3f02"
|
|
557
|
-
url: "https://pub.dev"
|
|
558
|
-
source: hosted
|
|
559
|
-
version: "2.1.8"
|
|
560
|
-
provider:
|
|
561
|
-
dependency: transitive
|
|
562
|
-
description:
|
|
563
|
-
name: provider
|
|
564
|
-
sha256: "4e82183fa20e5ca25703ead7e05de9e4cceed1fbd1eadc1ac3cb6f565a09f272"
|
|
565
|
-
url: "https://pub.dev"
|
|
566
|
-
source: hosted
|
|
567
|
-
version: "6.1.5+1"
|
|
568
|
-
pub_semver:
|
|
569
|
-
dependency: transitive
|
|
570
|
-
description:
|
|
571
|
-
name: pub_semver
|
|
572
|
-
sha256: "5bfcf68ca79ef689f8990d1160781b4bad40a3bd5e5218ad4076ddb7f4081585"
|
|
573
|
-
url: "https://pub.dev"
|
|
574
|
-
source: hosted
|
|
575
|
-
version: "2.2.0"
|
|
576
|
-
screen_brightness:
|
|
577
|
-
dependency: transitive
|
|
578
|
-
description:
|
|
579
|
-
name: screen_brightness
|
|
580
|
-
sha256: "5f70754028f169f059fdc61112a19dcbee152f8b293c42c848317854d650cba3"
|
|
581
|
-
url: "https://pub.dev"
|
|
582
|
-
source: hosted
|
|
583
|
-
version: "2.1.7"
|
|
584
|
-
screen_brightness_android:
|
|
585
|
-
dependency: transitive
|
|
586
|
-
description:
|
|
587
|
-
name: screen_brightness_android
|
|
588
|
-
sha256: d34f5321abd03bc3474f4c381f53d189117eba0b039eac1916aa92cca5fd0a96
|
|
589
|
-
url: "https://pub.dev"
|
|
590
|
-
source: hosted
|
|
591
|
-
version: "2.1.3"
|
|
592
|
-
screen_brightness_ios:
|
|
593
|
-
dependency: transitive
|
|
594
|
-
description:
|
|
595
|
-
name: screen_brightness_ios
|
|
596
|
-
sha256: "2493953340ecfe8f4f13f61db50ce72533a55b0bbd58ba1402893feecf3727f5"
|
|
597
|
-
url: "https://pub.dev"
|
|
598
|
-
source: hosted
|
|
599
|
-
version: "2.1.2"
|
|
600
|
-
screen_brightness_macos:
|
|
601
|
-
dependency: transitive
|
|
602
|
-
description:
|
|
603
|
-
name: screen_brightness_macos
|
|
604
|
-
sha256: "4edf330ad21078686d8bfaf89413325fbaf571dcebe1e89254d675a3f288b5b9"
|
|
605
|
-
url: "https://pub.dev"
|
|
606
|
-
source: hosted
|
|
607
|
-
version: "2.1.1"
|
|
608
|
-
screen_brightness_ohos:
|
|
609
|
-
dependency: transitive
|
|
610
|
-
description:
|
|
611
|
-
name: screen_brightness_ohos
|
|
612
|
-
sha256: a93a263dcd39b5c56e589eb495bcd001ce65cdd96ff12ab1350683559d5c5bb7
|
|
613
|
-
url: "https://pub.dev"
|
|
614
|
-
source: hosted
|
|
615
|
-
version: "2.1.2"
|
|
616
|
-
screen_brightness_platform_interface:
|
|
617
|
-
dependency: transitive
|
|
618
|
-
description:
|
|
619
|
-
name: screen_brightness_platform_interface
|
|
620
|
-
sha256: "737bd47b57746bc4291cab1b8a5843ee881af499514881b0247ec77447ee769c"
|
|
621
|
-
url: "https://pub.dev"
|
|
622
|
-
source: hosted
|
|
623
|
-
version: "2.1.0"
|
|
624
|
-
screen_brightness_windows:
|
|
625
|
-
dependency: transitive
|
|
626
|
-
description:
|
|
627
|
-
name: screen_brightness_windows
|
|
628
|
-
sha256: d3518bf0f5d7a884cee2c14449ae0b36803802866de09f7ef74077874b6b2448
|
|
629
|
-
url: "https://pub.dev"
|
|
630
|
-
source: hosted
|
|
631
|
-
version: "2.1.0"
|
|
632
|
-
screen_retriever:
|
|
633
|
-
dependency: transitive
|
|
634
|
-
description:
|
|
635
|
-
name: screen_retriever
|
|
636
|
-
sha256: "570dbc8e4f70bac451e0efc9c9bb19fa2d6799a11e6ef04f946d7886d2e23d0c"
|
|
637
|
-
url: "https://pub.dev"
|
|
638
|
-
source: hosted
|
|
639
|
-
version: "0.2.0"
|
|
640
|
-
screen_retriever_linux:
|
|
641
|
-
dependency: transitive
|
|
642
|
-
description:
|
|
643
|
-
name: screen_retriever_linux
|
|
644
|
-
sha256: f7f8120c92ef0784e58491ab664d01efda79a922b025ff286e29aa123ea3dd18
|
|
645
|
-
url: "https://pub.dev"
|
|
646
|
-
source: hosted
|
|
647
|
-
version: "0.2.0"
|
|
648
|
-
screen_retriever_macos:
|
|
649
|
-
dependency: transitive
|
|
650
|
-
description:
|
|
651
|
-
name: screen_retriever_macos
|
|
652
|
-
sha256: "71f956e65c97315dd661d71f828708bd97b6d358e776f1a30d5aa7d22d78a149"
|
|
653
|
-
url: "https://pub.dev"
|
|
654
|
-
source: hosted
|
|
655
|
-
version: "0.2.0"
|
|
656
|
-
screen_retriever_platform_interface:
|
|
657
|
-
dependency: transitive
|
|
658
|
-
description:
|
|
659
|
-
name: screen_retriever_platform_interface
|
|
660
|
-
sha256: ee197f4581ff0d5608587819af40490748e1e39e648d7680ecf95c05197240c0
|
|
661
|
-
url: "https://pub.dev"
|
|
662
|
-
source: hosted
|
|
663
|
-
version: "0.2.0"
|
|
664
|
-
screen_retriever_windows:
|
|
665
|
-
dependency: transitive
|
|
666
|
-
description:
|
|
667
|
-
name: screen_retriever_windows
|
|
668
|
-
sha256: "449ee257f03ca98a57288ee526a301a430a344a161f9202b4fcc38576716fe13"
|
|
669
|
-
url: "https://pub.dev"
|
|
670
|
-
source: hosted
|
|
671
|
-
version: "0.2.0"
|
|
672
|
-
screenshot:
|
|
673
|
-
dependency: transitive
|
|
674
|
-
description:
|
|
675
|
-
name: screenshot
|
|
676
|
-
sha256: "63817697a7835e6ce82add4228e15d233b74d42975c143ad8cfe07009fab866b"
|
|
677
|
-
url: "https://pub.dev"
|
|
678
|
-
source: hosted
|
|
679
|
-
version: "3.0.0"
|
|
680
|
-
sensors_plus:
|
|
681
|
-
dependency: transitive
|
|
682
|
-
description:
|
|
683
|
-
name: sensors_plus
|
|
684
|
-
sha256: "56e8cd4260d9ed8e00ecd8da5d9fdc8a1b2ec12345a750dfa51ff83fcf12e3fa"
|
|
685
|
-
url: "https://pub.dev"
|
|
686
|
-
source: hosted
|
|
687
|
-
version: "7.0.0"
|
|
688
|
-
sensors_plus_platform_interface:
|
|
689
|
-
dependency: transitive
|
|
690
|
-
description:
|
|
691
|
-
name: sensors_plus_platform_interface
|
|
692
|
-
sha256: "58815d2f5e46c0c41c40fb39375d3f127306f7742efe3b891c0b1c87e2b5cd5d"
|
|
693
|
-
url: "https://pub.dev"
|
|
694
|
-
source: hosted
|
|
695
|
-
version: "2.0.1"
|
|
696
|
-
share_plus:
|
|
697
|
-
dependency: transitive
|
|
698
|
-
description:
|
|
699
|
-
name: share_plus
|
|
700
|
-
sha256: "14c8860d4de93d3a7e53af51bff479598c4e999605290756bbbe45cf65b37840"
|
|
701
|
-
url: "https://pub.dev"
|
|
702
|
-
source: hosted
|
|
703
|
-
version: "12.0.1"
|
|
704
|
-
share_plus_platform_interface:
|
|
705
|
-
dependency: transitive
|
|
706
|
-
description:
|
|
707
|
-
name: share_plus_platform_interface
|
|
708
|
-
sha256: "88023e53a13429bd65d8e85e11a9b484f49d4c190abbd96c7932b74d6927cc9a"
|
|
709
|
-
url: "https://pub.dev"
|
|
710
|
-
source: hosted
|
|
711
|
-
version: "6.1.0"
|
|
712
|
-
shared_preferences:
|
|
713
|
-
dependency: transitive
|
|
714
|
-
description:
|
|
715
|
-
name: shared_preferences
|
|
716
|
-
sha256: "2939ae520c9024cb197fc20dee269cd8cdbf564c8b5746374ec6cacdc5169e64"
|
|
717
|
-
url: "https://pub.dev"
|
|
718
|
-
source: hosted
|
|
719
|
-
version: "2.5.4"
|
|
720
|
-
shared_preferences_android:
|
|
721
|
-
dependency: transitive
|
|
722
|
-
description:
|
|
723
|
-
name: shared_preferences_android
|
|
724
|
-
sha256: "8374d6200ab33ac99031a852eba4c8eb2170c4bf20778b3e2c9eccb45384fb41"
|
|
725
|
-
url: "https://pub.dev"
|
|
726
|
-
source: hosted
|
|
727
|
-
version: "2.4.21"
|
|
728
|
-
shared_preferences_foundation:
|
|
729
|
-
dependency: transitive
|
|
730
|
-
description:
|
|
731
|
-
name: shared_preferences_foundation
|
|
732
|
-
sha256: "4e7eaffc2b17ba398759f1151415869a34771ba11ebbccd1b0145472a619a64f"
|
|
733
|
-
url: "https://pub.dev"
|
|
734
|
-
source: hosted
|
|
735
|
-
version: "2.5.6"
|
|
736
|
-
shared_preferences_linux:
|
|
737
|
-
dependency: transitive
|
|
738
|
-
description:
|
|
739
|
-
name: shared_preferences_linux
|
|
740
|
-
sha256: "580abfd40f415611503cae30adf626e6656dfb2f0cee8f465ece7b6defb40f2f"
|
|
741
|
-
url: "https://pub.dev"
|
|
742
|
-
source: hosted
|
|
743
|
-
version: "2.4.1"
|
|
744
|
-
shared_preferences_platform_interface:
|
|
745
|
-
dependency: transitive
|
|
746
|
-
description:
|
|
747
|
-
name: shared_preferences_platform_interface
|
|
748
|
-
sha256: "57cbf196c486bc2cf1f02b85784932c6094376284b3ad5779d1b1c6c6a816b80"
|
|
749
|
-
url: "https://pub.dev"
|
|
750
|
-
source: hosted
|
|
751
|
-
version: "2.4.1"
|
|
752
|
-
shared_preferences_web:
|
|
753
|
-
dependency: transitive
|
|
754
|
-
description:
|
|
755
|
-
name: shared_preferences_web
|
|
756
|
-
sha256: c49bd060261c9a3f0ff445892695d6212ff603ef3115edbb448509d407600019
|
|
757
|
-
url: "https://pub.dev"
|
|
758
|
-
source: hosted
|
|
759
|
-
version: "2.4.3"
|
|
760
|
-
shared_preferences_windows:
|
|
761
|
-
dependency: transitive
|
|
762
|
-
description:
|
|
763
|
-
name: shared_preferences_windows
|
|
764
|
-
sha256: "94ef0f72b2d71bc3e700e025db3710911bd51a71cefb65cc609dd0d9a982e3c1"
|
|
765
|
-
url: "https://pub.dev"
|
|
766
|
-
source: hosted
|
|
767
|
-
version: "2.4.1"
|
|
768
|
-
shimmer:
|
|
769
|
-
dependency: transitive
|
|
770
|
-
description:
|
|
771
|
-
name: shimmer
|
|
772
|
-
sha256: "5f88c883a22e9f9f299e5ba0e4f7e6054857224976a5d9f839d4ebdc94a14ac9"
|
|
773
|
-
url: "https://pub.dev"
|
|
774
|
-
source: hosted
|
|
775
|
-
version: "3.0.0"
|
|
776
|
-
sky_engine:
|
|
777
|
-
dependency: transitive
|
|
778
|
-
description: flutter
|
|
779
|
-
source: sdk
|
|
780
|
-
version: "0.0.0"
|
|
781
|
-
source_span:
|
|
782
|
-
dependency: transitive
|
|
783
|
-
description:
|
|
784
|
-
name: source_span
|
|
785
|
-
sha256: "56a02f1f4cd1a2d96303c0144c93bd6d909eea6bee6bf5a0e0b685edbd4c47ab"
|
|
786
|
-
url: "https://pub.dev"
|
|
787
|
-
source: hosted
|
|
788
|
-
version: "1.10.2"
|
|
789
|
-
stack_trace:
|
|
790
|
-
dependency: transitive
|
|
791
|
-
description:
|
|
792
|
-
name: stack_trace
|
|
793
|
-
sha256: "8b27215b45d22309b5cddda1aa2b19bdfec9df0e765f2de506401c071d38d1b1"
|
|
794
|
-
url: "https://pub.dev"
|
|
795
|
-
source: hosted
|
|
796
|
-
version: "1.12.1"
|
|
797
|
-
stream_channel:
|
|
798
|
-
dependency: transitive
|
|
799
|
-
description:
|
|
800
|
-
name: stream_channel
|
|
801
|
-
sha256: "969e04c80b8bcdf826f8f16579c7b14d780458bd97f56d107d3950fdbeef059d"
|
|
802
|
-
url: "https://pub.dev"
|
|
803
|
-
source: hosted
|
|
804
|
-
version: "2.1.4"
|
|
805
|
-
string_scanner:
|
|
806
|
-
dependency: transitive
|
|
807
|
-
description:
|
|
808
|
-
name: string_scanner
|
|
809
|
-
sha256: "921cd31725b72fe181906c6a94d987c78e3b98c2e205b397ea399d4054872b43"
|
|
810
|
-
url: "https://pub.dev"
|
|
811
|
-
source: hosted
|
|
812
|
-
version: "1.4.1"
|
|
813
|
-
term_glyph:
|
|
814
|
-
dependency: transitive
|
|
815
|
-
description:
|
|
816
|
-
name: term_glyph
|
|
817
|
-
sha256: "7f554798625ea768a7518313e58f83891c7f5024f88e46e7182a4558850a4b8e"
|
|
818
|
-
url: "https://pub.dev"
|
|
819
|
-
source: hosted
|
|
820
|
-
version: "1.2.2"
|
|
821
|
-
test_api:
|
|
822
|
-
dependency: transitive
|
|
823
|
-
description:
|
|
824
|
-
name: test_api
|
|
825
|
-
sha256: "93167629bfc610f71560ab9312acdda4959de4df6fac7492c89ff0d3886f6636"
|
|
826
|
-
url: "https://pub.dev"
|
|
827
|
-
source: hosted
|
|
828
|
-
version: "0.7.9"
|
|
829
|
-
tuple:
|
|
830
|
-
dependency: transitive
|
|
831
|
-
description:
|
|
832
|
-
name: tuple
|
|
833
|
-
sha256: a97ce2013f240b2f3807bcbaf218765b6f301c3eff91092bcfa23a039e7dd151
|
|
834
|
-
url: "https://pub.dev"
|
|
835
|
-
source: hosted
|
|
836
|
-
version: "2.0.2"
|
|
837
|
-
typed_data:
|
|
838
|
-
dependency: transitive
|
|
839
|
-
description:
|
|
840
|
-
name: typed_data
|
|
841
|
-
sha256: f9049c039ebfeb4cf7a7104a675823cd72dba8297f264b6637062516699fa006
|
|
842
|
-
url: "https://pub.dev"
|
|
843
|
-
source: hosted
|
|
844
|
-
version: "1.4.0"
|
|
845
|
-
upower:
|
|
846
|
-
dependency: transitive
|
|
847
|
-
description:
|
|
848
|
-
name: upower
|
|
849
|
-
sha256: cf042403154751180affa1d15614db7fa50234bc2373cd21c3db666c38543ebf
|
|
850
|
-
url: "https://pub.dev"
|
|
851
|
-
source: hosted
|
|
852
|
-
version: "0.7.0"
|
|
853
|
-
url_launcher:
|
|
854
|
-
dependency: transitive
|
|
855
|
-
description:
|
|
856
|
-
name: url_launcher
|
|
857
|
-
sha256: f6a7e5c4835bb4e3026a04793a4199ca2d14c739ec378fdfe23fc8075d0439f8
|
|
858
|
-
url: "https://pub.dev"
|
|
859
|
-
source: hosted
|
|
860
|
-
version: "6.3.2"
|
|
861
|
-
url_launcher_android:
|
|
862
|
-
dependency: transitive
|
|
863
|
-
description:
|
|
864
|
-
name: url_launcher_android
|
|
865
|
-
sha256: "767344bf3063897b5cf0db830e94f904528e6dd50a6dfaf839f0abf509009611"
|
|
866
|
-
url: "https://pub.dev"
|
|
867
|
-
source: hosted
|
|
868
|
-
version: "6.3.28"
|
|
869
|
-
url_launcher_ios:
|
|
870
|
-
dependency: transitive
|
|
871
|
-
description:
|
|
872
|
-
name: url_launcher_ios
|
|
873
|
-
sha256: "580fe5dfb51671ae38191d316e027f6b76272b026370708c2d898799750a02b0"
|
|
874
|
-
url: "https://pub.dev"
|
|
875
|
-
source: hosted
|
|
876
|
-
version: "6.4.1"
|
|
877
|
-
url_launcher_linux:
|
|
878
|
-
dependency: transitive
|
|
879
|
-
description:
|
|
880
|
-
name: url_launcher_linux
|
|
881
|
-
sha256: d5e14138b3bc193a0f63c10a53c94b91d399df0512b1f29b94a043db7482384a
|
|
882
|
-
url: "https://pub.dev"
|
|
883
|
-
source: hosted
|
|
884
|
-
version: "3.2.2"
|
|
885
|
-
url_launcher_macos:
|
|
886
|
-
dependency: transitive
|
|
887
|
-
description:
|
|
888
|
-
name: url_launcher_macos
|
|
889
|
-
sha256: "368adf46f71ad3c21b8f06614adb38346f193f3a59ba8fe9a2fd74133070ba18"
|
|
890
|
-
url: "https://pub.dev"
|
|
891
|
-
source: hosted
|
|
892
|
-
version: "3.2.5"
|
|
893
|
-
url_launcher_platform_interface:
|
|
894
|
-
dependency: transitive
|
|
895
|
-
description:
|
|
896
|
-
name: url_launcher_platform_interface
|
|
897
|
-
sha256: "552f8a1e663569be95a8190206a38187b531910283c3e982193e4f2733f01029"
|
|
898
|
-
url: "https://pub.dev"
|
|
899
|
-
source: hosted
|
|
900
|
-
version: "2.3.2"
|
|
901
|
-
url_launcher_web:
|
|
902
|
-
dependency: transitive
|
|
903
|
-
description:
|
|
904
|
-
name: url_launcher_web
|
|
905
|
-
sha256: d0412fcf4c6b31ecfdb7762359b7206ffba3bbffd396c6d9f9c4616ece476c1f
|
|
906
|
-
url: "https://pub.dev"
|
|
907
|
-
source: hosted
|
|
908
|
-
version: "2.4.2"
|
|
909
|
-
url_launcher_windows:
|
|
910
|
-
dependency: transitive
|
|
911
|
-
description:
|
|
912
|
-
name: url_launcher_windows
|
|
913
|
-
sha256: "712c70ab1b99744ff066053cbe3e80c73332b38d46e5e945c98689b2e66fc15f"
|
|
914
|
-
url: "https://pub.dev"
|
|
915
|
-
source: hosted
|
|
916
|
-
version: "3.1.5"
|
|
917
|
-
uuid:
|
|
918
|
-
dependency: transitive
|
|
919
|
-
description:
|
|
920
|
-
name: uuid
|
|
921
|
-
sha256: "1fef9e8e11e2991bb773070d4656b7bd5d850967a2456cfc83cf47925ba79489"
|
|
922
|
-
url: "https://pub.dev"
|
|
923
|
-
source: hosted
|
|
924
|
-
version: "4.5.3"
|
|
925
|
-
vector_graphics:
|
|
926
|
-
dependency: transitive
|
|
927
|
-
description:
|
|
928
|
-
name: vector_graphics
|
|
929
|
-
sha256: a4f059dc26fc8295b5921376600a194c4ec7d55e72f2fe4c7d2831e103d461e6
|
|
930
|
-
url: "https://pub.dev"
|
|
931
|
-
source: hosted
|
|
932
|
-
version: "1.1.19"
|
|
933
|
-
vector_graphics_codec:
|
|
934
|
-
dependency: transitive
|
|
935
|
-
description:
|
|
936
|
-
name: vector_graphics_codec
|
|
937
|
-
sha256: "99fd9fbd34d9f9a32efd7b6a6aae14125d8237b10403b422a6a6dfeac2806146"
|
|
938
|
-
url: "https://pub.dev"
|
|
939
|
-
source: hosted
|
|
940
|
-
version: "1.1.13"
|
|
941
|
-
vector_graphics_compiler:
|
|
942
|
-
dependency: transitive
|
|
943
|
-
description:
|
|
944
|
-
name: vector_graphics_compiler
|
|
945
|
-
sha256: "5a88dd14c0954a5398af544651c7fb51b457a2a556949bfb25369b210ef73a74"
|
|
946
|
-
url: "https://pub.dev"
|
|
947
|
-
source: hosted
|
|
948
|
-
version: "1.2.0"
|
|
949
|
-
vector_math:
|
|
950
|
-
dependency: transitive
|
|
951
|
-
description:
|
|
952
|
-
name: vector_math
|
|
953
|
-
sha256: d530bd74fea330e6e364cda7a85019c434070188383e1cd8d9777ee586914c5b
|
|
954
|
-
url: "https://pub.dev"
|
|
955
|
-
source: hosted
|
|
956
|
-
version: "2.2.0"
|
|
957
|
-
vm_service:
|
|
958
|
-
dependency: transitive
|
|
959
|
-
description:
|
|
960
|
-
name: vm_service
|
|
961
|
-
sha256: "45caa6c5917fa127b5dbcfbd1fa60b14e583afdc08bfc96dda38886ca252eb60"
|
|
962
|
-
url: "https://pub.dev"
|
|
963
|
-
source: hosted
|
|
964
|
-
version: "15.0.2"
|
|
965
|
-
wakelock_plus:
|
|
966
|
-
dependency: transitive
|
|
967
|
-
description:
|
|
968
|
-
name: wakelock_plus
|
|
969
|
-
sha256: "9296d40c9adbedaba95d1e704f4e0b434be446e2792948d0e4aa977048104228"
|
|
970
|
-
url: "https://pub.dev"
|
|
971
|
-
source: hosted
|
|
972
|
-
version: "1.4.0"
|
|
973
|
-
wakelock_plus_platform_interface:
|
|
974
|
-
dependency: transitive
|
|
975
|
-
description:
|
|
976
|
-
name: wakelock_plus_platform_interface
|
|
977
|
-
sha256: "036deb14cd62f558ca3b73006d52ce049fabcdcb2eddfe0bf0fe4e8a943b5cf2"
|
|
978
|
-
url: "https://pub.dev"
|
|
979
|
-
source: hosted
|
|
980
|
-
version: "1.3.0"
|
|
981
|
-
web:
|
|
982
|
-
dependency: transitive
|
|
983
|
-
description:
|
|
984
|
-
name: web
|
|
985
|
-
sha256: "868d88a33d8a87b18ffc05f9f030ba328ffefba92d6c127917a2ba740f9cfe4a"
|
|
986
|
-
url: "https://pub.dev"
|
|
987
|
-
source: hosted
|
|
988
|
-
version: "1.1.1"
|
|
989
|
-
web_socket:
|
|
990
|
-
dependency: transitive
|
|
991
|
-
description:
|
|
992
|
-
name: web_socket
|
|
993
|
-
sha256: "34d64019aa8e36bf9842ac014bb5d2f5586ca73df5e4d9bf5c936975cae6982c"
|
|
994
|
-
url: "https://pub.dev"
|
|
995
|
-
source: hosted
|
|
996
|
-
version: "1.0.1"
|
|
997
|
-
web_socket_channel:
|
|
998
|
-
dependency: transitive
|
|
999
|
-
description:
|
|
1000
|
-
name: web_socket_channel
|
|
1001
|
-
sha256: d645757fb0f4773d602444000a8131ff5d48c9e47adfe9772652dd1a4f2d45c8
|
|
1002
|
-
url: "https://pub.dev"
|
|
1003
|
-
source: hosted
|
|
1004
|
-
version: "3.0.3"
|
|
1005
|
-
win32:
|
|
1006
|
-
dependency: transitive
|
|
1007
|
-
description:
|
|
1008
|
-
name: win32
|
|
1009
|
-
sha256: d7cb55e04cd34096cd3a79b3330245f54cb96a370a1c27adb3c84b917de8b08e
|
|
1010
|
-
url: "https://pub.dev"
|
|
1011
|
-
source: hosted
|
|
1012
|
-
version: "5.15.0"
|
|
1013
|
-
win32_registry:
|
|
1014
|
-
dependency: transitive
|
|
1015
|
-
description:
|
|
1016
|
-
name: win32_registry
|
|
1017
|
-
sha256: "6f1b564492d0147b330dd794fee8f512cec4977957f310f9951b5f9d83618dae"
|
|
1018
|
-
url: "https://pub.dev"
|
|
1019
|
-
source: hosted
|
|
1020
|
-
version: "2.1.0"
|
|
1021
|
-
window_manager:
|
|
1022
|
-
dependency: transitive
|
|
1023
|
-
description:
|
|
1024
|
-
name: window_manager
|
|
1025
|
-
sha256: "7eb6d6c4164ec08e1bf978d6e733f3cebe792e2a23fb07cbca25c2872bfdbdcd"
|
|
1026
|
-
url: "https://pub.dev"
|
|
1027
|
-
source: hosted
|
|
1028
|
-
version: "0.5.1"
|
|
1029
|
-
window_to_front:
|
|
1030
|
-
dependency: transitive
|
|
1031
|
-
description:
|
|
1032
|
-
name: window_to_front
|
|
1033
|
-
sha256: "7aef379752b7190c10479e12b5fd7c0b9d92adc96817d9e96c59937929512aee"
|
|
1034
|
-
url: "https://pub.dev"
|
|
1035
|
-
source: hosted
|
|
1036
|
-
version: "0.0.3"
|
|
1037
|
-
xdg_directories:
|
|
1038
|
-
dependency: transitive
|
|
1039
|
-
description:
|
|
1040
|
-
name: xdg_directories
|
|
1041
|
-
sha256: "7a3f37b05d989967cdddcbb571f1ea834867ae2faa29725fd085180e0883aa15"
|
|
1042
|
-
url: "https://pub.dev"
|
|
1043
|
-
source: hosted
|
|
1044
|
-
version: "1.1.0"
|
|
1045
|
-
xml:
|
|
1046
|
-
dependency: transitive
|
|
1047
|
-
description:
|
|
1048
|
-
name: xml
|
|
1049
|
-
sha256: "971043b3a0d3da28727e40ed3e0b5d18b742fa5a68665cca88e74b7876d5e025"
|
|
1050
|
-
url: "https://pub.dev"
|
|
1051
|
-
source: hosted
|
|
1052
|
-
version: "6.6.1"
|
|
1053
|
-
yaml:
|
|
1054
|
-
dependency: transitive
|
|
1055
|
-
description:
|
|
1056
|
-
name: yaml
|
|
1057
|
-
sha256: b9da305ac7c39faa3f030eccd175340f968459dae4af175130b3fc47e40d76ce
|
|
1058
|
-
url: "https://pub.dev"
|
|
1059
|
-
source: hosted
|
|
1060
|
-
version: "3.1.3"
|
|
1061
|
-
sdks:
|
|
1062
|
-
dart: ">=3.10.3 <4.0.0"
|
|
1063
|
-
flutter: ">=3.38.4"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flet_datatable2-0.81.1.dev7739 → flet_datatable2-0.81.1.dev7752}/src/flet_datatable2/__init__.py
RENAMED
|
File without changes
|
{flet_datatable2-0.81.1.dev7739 → flet_datatable2-0.81.1.dev7752}/src/flet_datatable2/datacolumn2.py
RENAMED
|
File without changes
|
{flet_datatable2-0.81.1.dev7739 → flet_datatable2-0.81.1.dev7752}/src/flet_datatable2/datarow2.py
RENAMED
|
File without changes
|
{flet_datatable2-0.81.1.dev7739 → flet_datatable2-0.81.1.dev7752}/src/flet_datatable2/datatable2.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|