flet-geolocator 0.1.0.dev1__py3-none-any.whl → 0.2.0.dev30__py3-none-any.whl
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.
Potentially problematic release.
This version of flet-geolocator might be problematic. Click here for more details.
- flet_geolocator/__init__.py +8 -7
- flet_geolocator/geolocator.py +206 -308
- flet_geolocator/types.py +412 -0
- flet_geolocator-0.2.0.dev30.dist-info/METADATA +72 -0
- flet_geolocator-0.2.0.dev30.dist-info/RECORD +18 -0
- {flet_geolocator-0.1.0.dev1.dist-info → flet_geolocator-0.2.0.dev30.dist-info}/WHEEL +1 -1
- flet_geolocator-0.2.0.dev30.dist-info/licenses/LICENSE +201 -0
- flutter/flet_geolocator/lib/flet_geolocator.dart +1 -1
- flutter/flet_geolocator/lib/src/extension.dart +15 -0
- flutter/flet_geolocator/lib/src/geolocator.dart +87 -116
- flutter/flet_geolocator/lib/src/utils/geolocator.dart +59 -88
- flutter/flet_geolocator/pubspec.lock +179 -130
- flutter/flet_geolocator/pubspec.yaml +8 -3
- flet_geolocator-0.1.0.dev1.dist-info/METADATA +0 -133
- flet_geolocator-0.1.0.dev1.dist-info/RECORD +0 -16
- flutter/flet_geolocator/lib/src/create_control.dart +0 -17
- {flet_geolocator-0.1.0.dev1.dist-info → flet_geolocator-0.2.0.dev30.dist-info}/top_level.txt +0 -0
|
@@ -5,50 +5,50 @@ packages:
|
|
|
5
5
|
dependency: transitive
|
|
6
6
|
description:
|
|
7
7
|
name: args
|
|
8
|
-
sha256:
|
|
8
|
+
sha256: d0481093c50b1da8910eb0bb301626d4d8eb7284aa739614d2b394ee09e3ea04
|
|
9
9
|
url: "https://pub.dev"
|
|
10
10
|
source: hosted
|
|
11
|
-
version: "2.
|
|
11
|
+
version: "2.7.0"
|
|
12
12
|
async:
|
|
13
13
|
dependency: transitive
|
|
14
14
|
description:
|
|
15
15
|
name: async
|
|
16
|
-
sha256:
|
|
16
|
+
sha256: d2872f9c19731c2e5f10444b14686eb7cc85c76274bd6c16e1816bff9a3bab63
|
|
17
17
|
url: "https://pub.dev"
|
|
18
18
|
source: hosted
|
|
19
|
-
version: "2.
|
|
19
|
+
version: "2.12.0"
|
|
20
20
|
boolean_selector:
|
|
21
21
|
dependency: transitive
|
|
22
22
|
description:
|
|
23
23
|
name: boolean_selector
|
|
24
|
-
sha256: "
|
|
24
|
+
sha256: "8aab1771e1243a5063b8b0ff68042d67334e3feab9e95b9490f9a6ebf73b42ea"
|
|
25
25
|
url: "https://pub.dev"
|
|
26
26
|
source: hosted
|
|
27
|
-
version: "2.1.
|
|
27
|
+
version: "2.1.2"
|
|
28
28
|
characters:
|
|
29
29
|
dependency: transitive
|
|
30
30
|
description:
|
|
31
31
|
name: characters
|
|
32
|
-
sha256:
|
|
32
|
+
sha256: f71061c654a3380576a52b451dd5532377954cf9dbd272a78fc8479606670803
|
|
33
33
|
url: "https://pub.dev"
|
|
34
34
|
source: hosted
|
|
35
|
-
version: "1.
|
|
35
|
+
version: "1.4.0"
|
|
36
36
|
clock:
|
|
37
37
|
dependency: transitive
|
|
38
38
|
description:
|
|
39
39
|
name: clock
|
|
40
|
-
sha256:
|
|
40
|
+
sha256: fddb70d9b5277016c77a80201021d40a2247104d9f4aa7bab7157b7e3f05b84b
|
|
41
41
|
url: "https://pub.dev"
|
|
42
42
|
source: hosted
|
|
43
|
-
version: "1.1.
|
|
43
|
+
version: "1.1.2"
|
|
44
44
|
collection:
|
|
45
45
|
dependency: "direct main"
|
|
46
46
|
description:
|
|
47
47
|
name: collection
|
|
48
|
-
sha256:
|
|
48
|
+
sha256: "2f5709ae4d3d59dd8f7cd309b4e023046b57d8a6c82130785d2b0e5868084e76"
|
|
49
49
|
url: "https://pub.dev"
|
|
50
50
|
source: hosted
|
|
51
|
-
version: "1.
|
|
51
|
+
version: "1.19.1"
|
|
52
52
|
cross_file:
|
|
53
53
|
dependency: transitive
|
|
54
54
|
description:
|
|
@@ -65,6 +65,22 @@ packages:
|
|
|
65
65
|
url: "https://pub.dev"
|
|
66
66
|
source: hosted
|
|
67
67
|
version: "3.0.6"
|
|
68
|
+
device_info_plus:
|
|
69
|
+
dependency: transitive
|
|
70
|
+
description:
|
|
71
|
+
name: device_info_plus
|
|
72
|
+
sha256: "98f28b42168cc509abc92f88518882fd58061ea372d7999aecc424345c7bff6a"
|
|
73
|
+
url: "https://pub.dev"
|
|
74
|
+
source: hosted
|
|
75
|
+
version: "11.5.0"
|
|
76
|
+
device_info_plus_platform_interface:
|
|
77
|
+
dependency: transitive
|
|
78
|
+
description:
|
|
79
|
+
name: device_info_plus_platform_interface
|
|
80
|
+
sha256: e1ea89119e34903dca74b883d0dd78eb762814f97fb6c76f35e9ff74d261a18f
|
|
81
|
+
url: "https://pub.dev"
|
|
82
|
+
source: hosted
|
|
83
|
+
version: "7.0.3"
|
|
68
84
|
equatable:
|
|
69
85
|
dependency: transitive
|
|
70
86
|
description:
|
|
@@ -77,18 +93,18 @@ packages:
|
|
|
77
93
|
dependency: transitive
|
|
78
94
|
description:
|
|
79
95
|
name: fake_async
|
|
80
|
-
sha256: "
|
|
96
|
+
sha256: "6a95e56b2449df2273fd8c45a662d6947ce1ebb7aafe80e550a3f68297f3cacc"
|
|
81
97
|
url: "https://pub.dev"
|
|
82
98
|
source: hosted
|
|
83
|
-
version: "1.3.
|
|
99
|
+
version: "1.3.2"
|
|
84
100
|
ffi:
|
|
85
101
|
dependency: transitive
|
|
86
102
|
description:
|
|
87
103
|
name: ffi
|
|
88
|
-
sha256: "
|
|
104
|
+
sha256: "289279317b4b16eb2bb7e271abccd4bf84ec9bdcbe999e278a94b804f5630418"
|
|
89
105
|
url: "https://pub.dev"
|
|
90
106
|
source: hosted
|
|
91
|
-
version: "2.1.
|
|
107
|
+
version: "2.1.4"
|
|
92
108
|
file:
|
|
93
109
|
dependency: transitive
|
|
94
110
|
description:
|
|
@@ -101,10 +117,10 @@ packages:
|
|
|
101
117
|
dependency: transitive
|
|
102
118
|
description:
|
|
103
119
|
name: file_picker
|
|
104
|
-
sha256:
|
|
120
|
+
sha256: ef9908739bdd9c476353d6adff72e88fd00c625f5b959ae23f7567bd5137db0a
|
|
105
121
|
url: "https://pub.dev"
|
|
106
122
|
source: hosted
|
|
107
|
-
version: "
|
|
123
|
+
version: "10.2.0"
|
|
108
124
|
fixnum:
|
|
109
125
|
dependency: transitive
|
|
110
126
|
description:
|
|
@@ -113,22 +129,15 @@ packages:
|
|
|
113
129
|
url: "https://pub.dev"
|
|
114
130
|
source: hosted
|
|
115
131
|
version: "1.1.1"
|
|
116
|
-
fl_chart:
|
|
117
|
-
dependency: transitive
|
|
118
|
-
description:
|
|
119
|
-
name: fl_chart
|
|
120
|
-
sha256: "74959b99b92b9eebeed1a4049426fd67c4abc3c5a0f4d12e2877097d6a11ae08"
|
|
121
|
-
url: "https://pub.dev"
|
|
122
|
-
source: hosted
|
|
123
|
-
version: "0.69.2"
|
|
124
132
|
flet:
|
|
125
133
|
dependency: "direct main"
|
|
126
134
|
description:
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
135
|
+
path: "packages/flet"
|
|
136
|
+
ref: v1
|
|
137
|
+
resolved-ref: f76d1c5dd805ec81a5a5d63300d61413a5bf27ae
|
|
138
|
+
url: "https://github.com/flet-dev/flet.git"
|
|
139
|
+
source: git
|
|
140
|
+
version: "0.70.0"
|
|
132
141
|
flutter:
|
|
133
142
|
dependency: "direct main"
|
|
134
143
|
description: flutter
|
|
@@ -159,34 +168,26 @@ packages:
|
|
|
159
168
|
dependency: transitive
|
|
160
169
|
description:
|
|
161
170
|
name: flutter_markdown
|
|
162
|
-
sha256:
|
|
171
|
+
sha256: e7bbc718adc9476aa14cfddc1ef048d2e21e4e8f18311aaac723266db9f9e7b5
|
|
163
172
|
url: "https://pub.dev"
|
|
164
173
|
source: hosted
|
|
165
|
-
version: "0.7.
|
|
174
|
+
version: "0.7.6+2"
|
|
166
175
|
flutter_plugin_android_lifecycle:
|
|
167
176
|
dependency: transitive
|
|
168
177
|
description:
|
|
169
178
|
name: flutter_plugin_android_lifecycle
|
|
170
|
-
sha256:
|
|
179
|
+
sha256: f948e346c12f8d5480d2825e03de228d0eb8c3a737e4cdaa122267b89c022b5e
|
|
171
180
|
url: "https://pub.dev"
|
|
172
181
|
source: hosted
|
|
173
|
-
version: "2.0.
|
|
174
|
-
flutter_redux:
|
|
175
|
-
dependency: transitive
|
|
176
|
-
description:
|
|
177
|
-
name: flutter_redux
|
|
178
|
-
sha256: "3b20be9e08d0038e1452fbfa1fdb1ea0a7c3738c997734530b3c6d0bb5fcdbdc"
|
|
179
|
-
url: "https://pub.dev"
|
|
180
|
-
source: hosted
|
|
181
|
-
version: "0.10.0"
|
|
182
|
+
version: "2.0.28"
|
|
182
183
|
flutter_svg:
|
|
183
184
|
dependency: transitive
|
|
184
185
|
description:
|
|
185
186
|
name: flutter_svg
|
|
186
|
-
sha256:
|
|
187
|
+
sha256: d44bf546b13025ec7353091516f6881f1d4c633993cb109c3916c3a0159dadf1
|
|
187
188
|
url: "https://pub.dev"
|
|
188
189
|
source: hosted
|
|
189
|
-
version: "2.0
|
|
190
|
+
version: "2.1.0"
|
|
190
191
|
flutter_test:
|
|
191
192
|
dependency: "direct dev"
|
|
192
193
|
description: flutter
|
|
@@ -201,50 +202,50 @@ packages:
|
|
|
201
202
|
dependency: "direct main"
|
|
202
203
|
description:
|
|
203
204
|
name: geolocator
|
|
204
|
-
sha256:
|
|
205
|
+
sha256: ee2212a3df8292ec4c90b91183b8001d3f5a800823c974b570c5f9344ca320dc
|
|
205
206
|
url: "https://pub.dev"
|
|
206
207
|
source: hosted
|
|
207
|
-
version: "
|
|
208
|
+
version: "14.0.1"
|
|
208
209
|
geolocator_android:
|
|
209
210
|
dependency: transitive
|
|
210
211
|
description:
|
|
211
212
|
name: geolocator_android
|
|
212
|
-
sha256: "
|
|
213
|
+
sha256: "114072db5d1dce0ec0b36af2697f55c133bc89a2c8dd513e137c0afe59696ed4"
|
|
213
214
|
url: "https://pub.dev"
|
|
214
215
|
source: hosted
|
|
215
|
-
version: "
|
|
216
|
+
version: "5.0.1+1"
|
|
216
217
|
geolocator_apple:
|
|
217
218
|
dependency: transitive
|
|
218
219
|
description:
|
|
219
220
|
name: geolocator_apple
|
|
220
|
-
sha256:
|
|
221
|
+
sha256: dbdd8789d5aaf14cf69f74d4925ad1336b4433a6efdf2fce91e8955dc921bf22
|
|
221
222
|
url: "https://pub.dev"
|
|
222
223
|
source: hosted
|
|
223
|
-
version: "2.3.
|
|
224
|
+
version: "2.3.13"
|
|
224
225
|
geolocator_platform_interface:
|
|
225
226
|
dependency: transitive
|
|
226
227
|
description:
|
|
227
228
|
name: geolocator_platform_interface
|
|
228
|
-
sha256: "
|
|
229
|
+
sha256: "30cb64f0b9adcc0fb36f628b4ebf4f731a2961a0ebd849f4b56200205056fe67"
|
|
229
230
|
url: "https://pub.dev"
|
|
230
231
|
source: hosted
|
|
231
|
-
version: "4.2.
|
|
232
|
+
version: "4.2.6"
|
|
232
233
|
geolocator_web:
|
|
233
234
|
dependency: transitive
|
|
234
235
|
description:
|
|
235
236
|
name: geolocator_web
|
|
236
|
-
sha256:
|
|
237
|
+
sha256: b1ae9bdfd90f861fde8fd4f209c37b953d65e92823cb73c7dee1fa021b06f172
|
|
237
238
|
url: "https://pub.dev"
|
|
238
239
|
source: hosted
|
|
239
|
-
version: "4.1.
|
|
240
|
+
version: "4.1.3"
|
|
240
241
|
geolocator_windows:
|
|
241
242
|
dependency: transitive
|
|
242
243
|
description:
|
|
243
244
|
name: geolocator_windows
|
|
244
|
-
sha256: "
|
|
245
|
+
sha256: "175435404d20278ffd220de83c2ca293b73db95eafbdc8131fe8609be1421eb6"
|
|
245
246
|
url: "https://pub.dev"
|
|
246
247
|
source: hosted
|
|
247
|
-
version: "0.2.
|
|
248
|
+
version: "0.2.5"
|
|
248
249
|
highlight:
|
|
249
250
|
dependency: transitive
|
|
250
251
|
description:
|
|
@@ -257,18 +258,18 @@ packages:
|
|
|
257
258
|
dependency: transitive
|
|
258
259
|
description:
|
|
259
260
|
name: http
|
|
260
|
-
sha256:
|
|
261
|
+
sha256: fe7ab022b76f3034adc518fb6ea04a82387620e19977665ea18d30a1cf43442f
|
|
261
262
|
url: "https://pub.dev"
|
|
262
263
|
source: hosted
|
|
263
|
-
version: "1.
|
|
264
|
+
version: "1.3.0"
|
|
264
265
|
http_parser:
|
|
265
266
|
dependency: transitive
|
|
266
267
|
description:
|
|
267
268
|
name: http_parser
|
|
268
|
-
sha256: "
|
|
269
|
+
sha256: "178d74305e7866013777bab2c3d8726205dc5a4dd935297175b19a23a2e66571"
|
|
269
270
|
url: "https://pub.dev"
|
|
270
271
|
source: hosted
|
|
271
|
-
version: "4.
|
|
272
|
+
version: "4.1.2"
|
|
272
273
|
intl:
|
|
273
274
|
dependency: transitive
|
|
274
275
|
description:
|
|
@@ -277,14 +278,6 @@ packages:
|
|
|
277
278
|
url: "https://pub.dev"
|
|
278
279
|
source: hosted
|
|
279
280
|
version: "0.19.0"
|
|
280
|
-
js:
|
|
281
|
-
dependency: transitive
|
|
282
|
-
description:
|
|
283
|
-
name: js
|
|
284
|
-
sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3
|
|
285
|
-
url: "https://pub.dev"
|
|
286
|
-
source: hosted
|
|
287
|
-
version: "0.6.7"
|
|
288
281
|
json_annotation:
|
|
289
282
|
dependency: transitive
|
|
290
283
|
description:
|
|
@@ -297,18 +290,18 @@ packages:
|
|
|
297
290
|
dependency: transitive
|
|
298
291
|
description:
|
|
299
292
|
name: leak_tracker
|
|
300
|
-
sha256:
|
|
293
|
+
sha256: c35baad643ba394b40aac41080300150a4f08fd0fd6a10378f8f7c6bc161acec
|
|
301
294
|
url: "https://pub.dev"
|
|
302
295
|
source: hosted
|
|
303
|
-
version: "10.0.
|
|
296
|
+
version: "10.0.8"
|
|
304
297
|
leak_tracker_flutter_testing:
|
|
305
298
|
dependency: transitive
|
|
306
299
|
description:
|
|
307
300
|
name: leak_tracker_flutter_testing
|
|
308
|
-
sha256:
|
|
301
|
+
sha256: f8b613e7e6a13ec79cfdc0e97638fddb3ab848452eff057653abd3edba760573
|
|
309
302
|
url: "https://pub.dev"
|
|
310
303
|
source: hosted
|
|
311
|
-
version: "3.0.
|
|
304
|
+
version: "3.0.9"
|
|
312
305
|
leak_tracker_testing:
|
|
313
306
|
dependency: transitive
|
|
314
307
|
description:
|
|
@@ -345,10 +338,10 @@ packages:
|
|
|
345
338
|
dependency: transitive
|
|
346
339
|
description:
|
|
347
340
|
name: matcher
|
|
348
|
-
sha256:
|
|
341
|
+
sha256: dc58c723c3c24bf8d3e2d3ad3f2f9d7bd9cf43ec6feaa64181775e60190153f2
|
|
349
342
|
url: "https://pub.dev"
|
|
350
343
|
source: hosted
|
|
351
|
-
version: "0.12.
|
|
344
|
+
version: "0.12.17"
|
|
352
345
|
material_color_utilities:
|
|
353
346
|
dependency: transitive
|
|
354
347
|
description:
|
|
@@ -361,18 +354,34 @@ packages:
|
|
|
361
354
|
dependency: transitive
|
|
362
355
|
description:
|
|
363
356
|
name: meta
|
|
364
|
-
sha256:
|
|
357
|
+
sha256: e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c
|
|
358
|
+
url: "https://pub.dev"
|
|
359
|
+
source: hosted
|
|
360
|
+
version: "1.16.0"
|
|
361
|
+
msgpack_dart:
|
|
362
|
+
dependency: transitive
|
|
363
|
+
description:
|
|
364
|
+
name: msgpack_dart
|
|
365
|
+
sha256: c2d235ed01f364719b5296aecf43ac330f0d7bc865fa134d0d7910a40454dffb
|
|
365
366
|
url: "https://pub.dev"
|
|
366
367
|
source: hosted
|
|
367
|
-
version: "1.
|
|
368
|
+
version: "1.0.1"
|
|
369
|
+
nested:
|
|
370
|
+
dependency: transitive
|
|
371
|
+
description:
|
|
372
|
+
name: nested
|
|
373
|
+
sha256: "03bac4c528c64c95c722ec99280375a6f2fc708eec17c7b3f07253b626cd2a20"
|
|
374
|
+
url: "https://pub.dev"
|
|
375
|
+
source: hosted
|
|
376
|
+
version: "1.0.0"
|
|
368
377
|
path:
|
|
369
378
|
dependency: transitive
|
|
370
379
|
description:
|
|
371
380
|
name: path
|
|
372
|
-
sha256: "
|
|
381
|
+
sha256: "75cca69d1490965be98c73ceaea117e8a04dd21217b37b292c9ddbec0d955bc5"
|
|
373
382
|
url: "https://pub.dev"
|
|
374
383
|
source: hosted
|
|
375
|
-
version: "1.9.
|
|
384
|
+
version: "1.9.1"
|
|
376
385
|
path_parsing:
|
|
377
386
|
dependency: transitive
|
|
378
387
|
description:
|
|
@@ -381,6 +390,30 @@ packages:
|
|
|
381
390
|
url: "https://pub.dev"
|
|
382
391
|
source: hosted
|
|
383
392
|
version: "1.1.0"
|
|
393
|
+
path_provider:
|
|
394
|
+
dependency: transitive
|
|
395
|
+
description:
|
|
396
|
+
name: path_provider
|
|
397
|
+
sha256: "50c5dd5b6e1aaf6fb3a78b33f6aa3afca52bf903a8a5298f53101fdaee55bbcd"
|
|
398
|
+
url: "https://pub.dev"
|
|
399
|
+
source: hosted
|
|
400
|
+
version: "2.1.5"
|
|
401
|
+
path_provider_android:
|
|
402
|
+
dependency: transitive
|
|
403
|
+
description:
|
|
404
|
+
name: path_provider_android
|
|
405
|
+
sha256: d0d310befe2c8ab9e7f393288ccbb11b60c019c6b5afc21973eeee4dda2b35e9
|
|
406
|
+
url: "https://pub.dev"
|
|
407
|
+
source: hosted
|
|
408
|
+
version: "2.2.17"
|
|
409
|
+
path_provider_foundation:
|
|
410
|
+
dependency: transitive
|
|
411
|
+
description:
|
|
412
|
+
name: path_provider_foundation
|
|
413
|
+
sha256: "4843174df4d288f5e29185bd6e72a6fbdf5a4a4602717eed565497429f179942"
|
|
414
|
+
url: "https://pub.dev"
|
|
415
|
+
source: hosted
|
|
416
|
+
version: "2.4.1"
|
|
384
417
|
path_provider_linux:
|
|
385
418
|
dependency: transitive
|
|
386
419
|
description:
|
|
@@ -409,10 +442,10 @@ packages:
|
|
|
409
442
|
dependency: transitive
|
|
410
443
|
description:
|
|
411
444
|
name: petitparser
|
|
412
|
-
sha256:
|
|
445
|
+
sha256: "07c8f0b1913bcde1ff0d26e57ace2f3012ccbf2b204e070290dad3bb22797646"
|
|
413
446
|
url: "https://pub.dev"
|
|
414
447
|
source: hosted
|
|
415
|
-
version: "6.0
|
|
448
|
+
version: "6.1.0"
|
|
416
449
|
platform:
|
|
417
450
|
dependency: transitive
|
|
418
451
|
description:
|
|
@@ -429,14 +462,14 @@ packages:
|
|
|
429
462
|
url: "https://pub.dev"
|
|
430
463
|
source: hosted
|
|
431
464
|
version: "2.1.8"
|
|
432
|
-
|
|
465
|
+
provider:
|
|
433
466
|
dependency: transitive
|
|
434
467
|
description:
|
|
435
|
-
name:
|
|
436
|
-
sha256: "
|
|
468
|
+
name: provider
|
|
469
|
+
sha256: "4abbd070a04e9ddc287673bf5a030c7ca8b685ff70218720abab8b092f53dd84"
|
|
437
470
|
url: "https://pub.dev"
|
|
438
471
|
source: hosted
|
|
439
|
-
version: "
|
|
472
|
+
version: "6.1.5"
|
|
440
473
|
screen_retriever:
|
|
441
474
|
dependency: transitive
|
|
442
475
|
description:
|
|
@@ -481,34 +514,34 @@ packages:
|
|
|
481
514
|
dependency: transitive
|
|
482
515
|
description:
|
|
483
516
|
name: sensors_plus
|
|
484
|
-
sha256: "
|
|
517
|
+
sha256: "905282c917c6bb731c242f928665c2ea15445aa491249dea9d98d7c79dc8fd39"
|
|
485
518
|
url: "https://pub.dev"
|
|
486
519
|
source: hosted
|
|
487
|
-
version: "
|
|
520
|
+
version: "6.1.1"
|
|
488
521
|
sensors_plus_platform_interface:
|
|
489
522
|
dependency: transitive
|
|
490
523
|
description:
|
|
491
524
|
name: sensors_plus_platform_interface
|
|
492
|
-
sha256:
|
|
525
|
+
sha256: "58815d2f5e46c0c41c40fb39375d3f127306f7742efe3b891c0b1c87e2b5cd5d"
|
|
493
526
|
url: "https://pub.dev"
|
|
494
527
|
source: hosted
|
|
495
|
-
version: "
|
|
528
|
+
version: "2.0.1"
|
|
496
529
|
shared_preferences:
|
|
497
530
|
dependency: transitive
|
|
498
531
|
description:
|
|
499
532
|
name: shared_preferences
|
|
500
|
-
sha256:
|
|
533
|
+
sha256: "846849e3e9b68f3ef4b60c60cf4b3e02e9321bc7f4d8c4692cf87ffa82fc8a3a"
|
|
501
534
|
url: "https://pub.dev"
|
|
502
535
|
source: hosted
|
|
503
|
-
version: "2.
|
|
536
|
+
version: "2.5.2"
|
|
504
537
|
shared_preferences_android:
|
|
505
538
|
dependency: transitive
|
|
506
539
|
description:
|
|
507
540
|
name: shared_preferences_android
|
|
508
|
-
sha256:
|
|
541
|
+
sha256: "20cbd561f743a342c76c151d6ddb93a9ce6005751e7aa458baad3858bfbfb6ac"
|
|
509
542
|
url: "https://pub.dev"
|
|
510
543
|
source: hosted
|
|
511
|
-
version: "2.4.
|
|
544
|
+
version: "2.4.10"
|
|
512
545
|
shared_preferences_foundation:
|
|
513
546
|
dependency: transitive
|
|
514
547
|
description:
|
|
@@ -537,10 +570,10 @@ packages:
|
|
|
537
570
|
dependency: transitive
|
|
538
571
|
description:
|
|
539
572
|
name: shared_preferences_web
|
|
540
|
-
sha256:
|
|
573
|
+
sha256: c49bd060261c9a3f0ff445892695d6212ff603ef3115edbb448509d407600019
|
|
541
574
|
url: "https://pub.dev"
|
|
542
575
|
source: hosted
|
|
543
|
-
version: "2.4.
|
|
576
|
+
version: "2.4.3"
|
|
544
577
|
shared_preferences_windows:
|
|
545
578
|
dependency: transitive
|
|
546
579
|
description:
|
|
@@ -553,15 +586,15 @@ packages:
|
|
|
553
586
|
dependency: transitive
|
|
554
587
|
description: flutter
|
|
555
588
|
source: sdk
|
|
556
|
-
version: "0.0.
|
|
589
|
+
version: "0.0.0"
|
|
557
590
|
source_span:
|
|
558
591
|
dependency: transitive
|
|
559
592
|
description:
|
|
560
593
|
name: source_span
|
|
561
|
-
sha256: "
|
|
594
|
+
sha256: "254ee5351d6cb365c859e20ee823c3bb479bf4a293c22d17a9f1bf144ce86f7c"
|
|
562
595
|
url: "https://pub.dev"
|
|
563
596
|
source: hosted
|
|
564
|
-
version: "1.10.
|
|
597
|
+
version: "1.10.1"
|
|
565
598
|
sprintf:
|
|
566
599
|
dependency: transitive
|
|
567
600
|
description:
|
|
@@ -574,42 +607,42 @@ packages:
|
|
|
574
607
|
dependency: transitive
|
|
575
608
|
description:
|
|
576
609
|
name: stack_trace
|
|
577
|
-
sha256: "
|
|
610
|
+
sha256: "8b27215b45d22309b5cddda1aa2b19bdfec9df0e765f2de506401c071d38d1b1"
|
|
578
611
|
url: "https://pub.dev"
|
|
579
612
|
source: hosted
|
|
580
|
-
version: "1.
|
|
613
|
+
version: "1.12.1"
|
|
581
614
|
stream_channel:
|
|
582
615
|
dependency: transitive
|
|
583
616
|
description:
|
|
584
617
|
name: stream_channel
|
|
585
|
-
sha256:
|
|
618
|
+
sha256: "969e04c80b8bcdf826f8f16579c7b14d780458bd97f56d107d3950fdbeef059d"
|
|
586
619
|
url: "https://pub.dev"
|
|
587
620
|
source: hosted
|
|
588
|
-
version: "2.1.
|
|
621
|
+
version: "2.1.4"
|
|
589
622
|
string_scanner:
|
|
590
623
|
dependency: transitive
|
|
591
624
|
description:
|
|
592
625
|
name: string_scanner
|
|
593
|
-
sha256: "
|
|
626
|
+
sha256: "921cd31725b72fe181906c6a94d987c78e3b98c2e205b397ea399d4054872b43"
|
|
594
627
|
url: "https://pub.dev"
|
|
595
628
|
source: hosted
|
|
596
|
-
version: "1.
|
|
629
|
+
version: "1.4.1"
|
|
597
630
|
term_glyph:
|
|
598
631
|
dependency: transitive
|
|
599
632
|
description:
|
|
600
633
|
name: term_glyph
|
|
601
|
-
sha256:
|
|
634
|
+
sha256: "7f554798625ea768a7518313e58f83891c7f5024f88e46e7182a4558850a4b8e"
|
|
602
635
|
url: "https://pub.dev"
|
|
603
636
|
source: hosted
|
|
604
|
-
version: "1.2.
|
|
637
|
+
version: "1.2.2"
|
|
605
638
|
test_api:
|
|
606
639
|
dependency: transitive
|
|
607
640
|
description:
|
|
608
641
|
name: test_api
|
|
609
|
-
sha256:
|
|
642
|
+
sha256: fb31f383e2ee25fbbfe06b40fe21e1e458d14080e3c67e7ba0acfde4df4e0bbd
|
|
610
643
|
url: "https://pub.dev"
|
|
611
644
|
source: hosted
|
|
612
|
-
version: "0.7.
|
|
645
|
+
version: "0.7.4"
|
|
613
646
|
typed_data:
|
|
614
647
|
dependency: transitive
|
|
615
648
|
description:
|
|
@@ -630,18 +663,18 @@ packages:
|
|
|
630
663
|
dependency: transitive
|
|
631
664
|
description:
|
|
632
665
|
name: url_launcher_android
|
|
633
|
-
sha256: "
|
|
666
|
+
sha256: "8582d7f6fe14d2652b4c45c9b6c14c0b678c2af2d083a11b604caeba51930d79"
|
|
634
667
|
url: "https://pub.dev"
|
|
635
668
|
source: hosted
|
|
636
|
-
version: "6.3.
|
|
669
|
+
version: "6.3.16"
|
|
637
670
|
url_launcher_ios:
|
|
638
671
|
dependency: transitive
|
|
639
672
|
description:
|
|
640
673
|
name: url_launcher_ios
|
|
641
|
-
sha256: "
|
|
674
|
+
sha256: "7f2022359d4c099eea7df3fdf739f7d3d3b9faf3166fb1dd390775176e0b76cb"
|
|
642
675
|
url: "https://pub.dev"
|
|
643
676
|
source: hosted
|
|
644
|
-
version: "6.3.
|
|
677
|
+
version: "6.3.3"
|
|
645
678
|
url_launcher_linux:
|
|
646
679
|
dependency: transitive
|
|
647
680
|
description:
|
|
@@ -670,10 +703,10 @@ packages:
|
|
|
670
703
|
dependency: transitive
|
|
671
704
|
description:
|
|
672
705
|
name: url_launcher_web
|
|
673
|
-
sha256: "
|
|
706
|
+
sha256: "4bd2b7b4dc4d4d0b94e5babfffbca8eac1a126c7f3d6ecbc1a11013faa3abba2"
|
|
674
707
|
url: "https://pub.dev"
|
|
675
708
|
source: hosted
|
|
676
|
-
version: "2.
|
|
709
|
+
version: "2.4.1"
|
|
677
710
|
url_launcher_windows:
|
|
678
711
|
dependency: transitive
|
|
679
712
|
description:
|
|
@@ -694,10 +727,10 @@ packages:
|
|
|
694
727
|
dependency: transitive
|
|
695
728
|
description:
|
|
696
729
|
name: vector_graphics
|
|
697
|
-
sha256:
|
|
730
|
+
sha256: a4f059dc26fc8295b5921376600a194c4ec7d55e72f2fe4c7d2831e103d461e6
|
|
698
731
|
url: "https://pub.dev"
|
|
699
732
|
source: hosted
|
|
700
|
-
version: "1.1.
|
|
733
|
+
version: "1.1.19"
|
|
701
734
|
vector_graphics_codec:
|
|
702
735
|
dependency: transitive
|
|
703
736
|
description:
|
|
@@ -710,10 +743,10 @@ packages:
|
|
|
710
743
|
dependency: transitive
|
|
711
744
|
description:
|
|
712
745
|
name: vector_graphics_compiler
|
|
713
|
-
sha256: "
|
|
746
|
+
sha256: "557a315b7d2a6dbb0aaaff84d857967ce6bdc96a63dc6ee2a57ce5a6ee5d3331"
|
|
714
747
|
url: "https://pub.dev"
|
|
715
748
|
source: hosted
|
|
716
|
-
version: "1.1.
|
|
749
|
+
version: "1.1.17"
|
|
717
750
|
vector_math:
|
|
718
751
|
dependency: transitive
|
|
719
752
|
description:
|
|
@@ -726,42 +759,58 @@ packages:
|
|
|
726
759
|
dependency: transitive
|
|
727
760
|
description:
|
|
728
761
|
name: vm_service
|
|
729
|
-
sha256:
|
|
762
|
+
sha256: "0968250880a6c5fe7edc067ed0a13d4bae1577fe2771dcf3010d52c4a9d3ca14"
|
|
730
763
|
url: "https://pub.dev"
|
|
731
764
|
source: hosted
|
|
732
|
-
version: "14.
|
|
765
|
+
version: "14.3.1"
|
|
733
766
|
web:
|
|
734
767
|
dependency: transitive
|
|
735
768
|
description:
|
|
736
769
|
name: web
|
|
737
|
-
sha256:
|
|
770
|
+
sha256: "868d88a33d8a87b18ffc05f9f030ba328ffefba92d6c127917a2ba740f9cfe4a"
|
|
738
771
|
url: "https://pub.dev"
|
|
739
772
|
source: hosted
|
|
740
|
-
version: "1.1.
|
|
773
|
+
version: "1.1.1"
|
|
774
|
+
web_socket:
|
|
775
|
+
dependency: transitive
|
|
776
|
+
description:
|
|
777
|
+
name: web_socket
|
|
778
|
+
sha256: "34d64019aa8e36bf9842ac014bb5d2f5586ca73df5e4d9bf5c936975cae6982c"
|
|
779
|
+
url: "https://pub.dev"
|
|
780
|
+
source: hosted
|
|
781
|
+
version: "1.0.1"
|
|
741
782
|
web_socket_channel:
|
|
742
783
|
dependency: transitive
|
|
743
784
|
description:
|
|
744
785
|
name: web_socket_channel
|
|
745
|
-
sha256:
|
|
786
|
+
sha256: d645757fb0f4773d602444000a8131ff5d48c9e47adfe9772652dd1a4f2d45c8
|
|
746
787
|
url: "https://pub.dev"
|
|
747
788
|
source: hosted
|
|
748
|
-
version: "
|
|
789
|
+
version: "3.0.3"
|
|
749
790
|
win32:
|
|
750
791
|
dependency: transitive
|
|
751
792
|
description:
|
|
752
793
|
name: win32
|
|
753
|
-
sha256: "
|
|
794
|
+
sha256: "329edf97fdd893e0f1e3b9e88d6a0e627128cc17cc316a8d67fda8f1451178ba"
|
|
795
|
+
url: "https://pub.dev"
|
|
796
|
+
source: hosted
|
|
797
|
+
version: "5.13.0"
|
|
798
|
+
win32_registry:
|
|
799
|
+
dependency: transitive
|
|
800
|
+
description:
|
|
801
|
+
name: win32_registry
|
|
802
|
+
sha256: "6f1b564492d0147b330dd794fee8f512cec4977957f310f9951b5f9d83618dae"
|
|
754
803
|
url: "https://pub.dev"
|
|
755
804
|
source: hosted
|
|
756
|
-
version: "
|
|
805
|
+
version: "2.1.0"
|
|
757
806
|
window_manager:
|
|
758
807
|
dependency: transitive
|
|
759
808
|
description:
|
|
760
809
|
name: window_manager
|
|
761
|
-
sha256: "
|
|
810
|
+
sha256: "51d50168ab267d344b975b15390426b1243600d436770d3f13de67e55b05ec16"
|
|
762
811
|
url: "https://pub.dev"
|
|
763
812
|
source: hosted
|
|
764
|
-
version: "0.
|
|
813
|
+
version: "0.5.0"
|
|
765
814
|
window_to_front:
|
|
766
815
|
dependency: transitive
|
|
767
816
|
description:
|
|
@@ -787,5 +836,5 @@ packages:
|
|
|
787
836
|
source: hosted
|
|
788
837
|
version: "6.5.0"
|
|
789
838
|
sdks:
|
|
790
|
-
dart: ">=3.
|
|
791
|
-
flutter: ">=3.
|
|
839
|
+
dart: ">=3.7.0 <4.0.0"
|
|
840
|
+
flutter: ">=3.29.0"
|