flet-flashlight 0.1.0.dev1__py3-none-any.whl → 0.2.0.dev35__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.
- flet_flashlight/__init__.py +10 -1
- flet_flashlight/exceptions.py +54 -0
- flet_flashlight/flashlight.py +90 -75
- flet_flashlight-0.2.0.dev35.dist-info/METADATA +62 -0
- flet_flashlight-0.2.0.dev35.dist-info/RECORD +17 -0
- {flet_flashlight-0.1.0.dev1.dist-info → flet_flashlight-0.2.0.dev35.dist-info}/WHEEL +1 -1
- flet_flashlight-0.2.0.dev35.dist-info/licenses/LICENSE +201 -0
- flutter/flet_flashlight/lib/flet_flashlight.dart +1 -1
- flutter/flet_flashlight/lib/src/extension.dart +15 -0
- flutter/flet_flashlight/lib/src/flashlight.dart +89 -50
- flutter/flet_flashlight/pubspec.lock +167 -118
- flutter/flet_flashlight/pubspec.yaml +8 -3
- flet_flashlight-0.1.0.dev1.dist-info/METADATA +0 -39
- flet_flashlight-0.1.0.dev1.dist-info/RECORD +0 -15
- flutter/flet_flashlight/lib/src/create_control.dart +0 -20
- {flet_flashlight-0.1.0.dev1.dist-info → flet_flashlight-0.2.0.dev35.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,26 +117,19 @@ packages:
|
|
|
101
117
|
dependency: transitive
|
|
102
118
|
description:
|
|
103
119
|
name: file_picker
|
|
104
|
-
sha256:
|
|
105
|
-
url: "https://pub.dev"
|
|
106
|
-
source: hosted
|
|
107
|
-
version: "8.1.7"
|
|
108
|
-
fl_chart:
|
|
109
|
-
dependency: transitive
|
|
110
|
-
description:
|
|
111
|
-
name: fl_chart
|
|
112
|
-
sha256: "74959b99b92b9eebeed1a4049426fd67c4abc3c5a0f4d12e2877097d6a11ae08"
|
|
120
|
+
sha256: ef9908739bdd9c476353d6adff72e88fd00c625f5b959ae23f7567bd5137db0a
|
|
113
121
|
url: "https://pub.dev"
|
|
114
122
|
source: hosted
|
|
115
|
-
version: "
|
|
123
|
+
version: "10.2.0"
|
|
116
124
|
flet:
|
|
117
125
|
dependency: "direct main"
|
|
118
126
|
description:
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
127
|
+
path: "packages/flet"
|
|
128
|
+
ref: main
|
|
129
|
+
resolved-ref: b996d06ff462b88f5b31d6cceafac34ea6f57968
|
|
130
|
+
url: "https://github.com/flet-dev/flet.git"
|
|
131
|
+
source: git
|
|
132
|
+
version: "0.70.0"
|
|
124
133
|
flutter:
|
|
125
134
|
dependency: "direct main"
|
|
126
135
|
description: flutter
|
|
@@ -151,34 +160,26 @@ packages:
|
|
|
151
160
|
dependency: transitive
|
|
152
161
|
description:
|
|
153
162
|
name: flutter_markdown
|
|
154
|
-
sha256:
|
|
163
|
+
sha256: e7bbc718adc9476aa14cfddc1ef048d2e21e4e8f18311aaac723266db9f9e7b5
|
|
155
164
|
url: "https://pub.dev"
|
|
156
165
|
source: hosted
|
|
157
|
-
version: "0.7.
|
|
166
|
+
version: "0.7.6+2"
|
|
158
167
|
flutter_plugin_android_lifecycle:
|
|
159
168
|
dependency: transitive
|
|
160
169
|
description:
|
|
161
170
|
name: flutter_plugin_android_lifecycle
|
|
162
|
-
sha256:
|
|
171
|
+
sha256: f948e346c12f8d5480d2825e03de228d0eb8c3a737e4cdaa122267b89c022b5e
|
|
163
172
|
url: "https://pub.dev"
|
|
164
173
|
source: hosted
|
|
165
|
-
version: "2.0.
|
|
166
|
-
flutter_redux:
|
|
167
|
-
dependency: transitive
|
|
168
|
-
description:
|
|
169
|
-
name: flutter_redux
|
|
170
|
-
sha256: "3b20be9e08d0038e1452fbfa1fdb1ea0a7c3738c997734530b3c6d0bb5fcdbdc"
|
|
171
|
-
url: "https://pub.dev"
|
|
172
|
-
source: hosted
|
|
173
|
-
version: "0.10.0"
|
|
174
|
+
version: "2.0.28"
|
|
174
175
|
flutter_svg:
|
|
175
176
|
dependency: transitive
|
|
176
177
|
description:
|
|
177
178
|
name: flutter_svg
|
|
178
|
-
sha256:
|
|
179
|
+
sha256: d44bf546b13025ec7353091516f6881f1d4c633993cb109c3916c3a0159dadf1
|
|
179
180
|
url: "https://pub.dev"
|
|
180
181
|
source: hosted
|
|
181
|
-
version: "2.0
|
|
182
|
+
version: "2.1.0"
|
|
182
183
|
flutter_test:
|
|
183
184
|
dependency: "direct dev"
|
|
184
185
|
description: flutter
|
|
@@ -201,18 +202,18 @@ packages:
|
|
|
201
202
|
dependency: transitive
|
|
202
203
|
description:
|
|
203
204
|
name: http
|
|
204
|
-
sha256:
|
|
205
|
+
sha256: fe7ab022b76f3034adc518fb6ea04a82387620e19977665ea18d30a1cf43442f
|
|
205
206
|
url: "https://pub.dev"
|
|
206
207
|
source: hosted
|
|
207
|
-
version: "1.
|
|
208
|
+
version: "1.3.0"
|
|
208
209
|
http_parser:
|
|
209
210
|
dependency: transitive
|
|
210
211
|
description:
|
|
211
212
|
name: http_parser
|
|
212
|
-
sha256: "
|
|
213
|
+
sha256: "178d74305e7866013777bab2c3d8726205dc5a4dd935297175b19a23a2e66571"
|
|
213
214
|
url: "https://pub.dev"
|
|
214
215
|
source: hosted
|
|
215
|
-
version: "4.
|
|
216
|
+
version: "4.1.2"
|
|
216
217
|
intl:
|
|
217
218
|
dependency: transitive
|
|
218
219
|
description:
|
|
@@ -221,14 +222,6 @@ packages:
|
|
|
221
222
|
url: "https://pub.dev"
|
|
222
223
|
source: hosted
|
|
223
224
|
version: "0.19.0"
|
|
224
|
-
js:
|
|
225
|
-
dependency: transitive
|
|
226
|
-
description:
|
|
227
|
-
name: js
|
|
228
|
-
sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3
|
|
229
|
-
url: "https://pub.dev"
|
|
230
|
-
source: hosted
|
|
231
|
-
version: "0.6.7"
|
|
232
225
|
json_annotation:
|
|
233
226
|
dependency: transitive
|
|
234
227
|
description:
|
|
@@ -241,18 +234,18 @@ packages:
|
|
|
241
234
|
dependency: transitive
|
|
242
235
|
description:
|
|
243
236
|
name: leak_tracker
|
|
244
|
-
sha256:
|
|
237
|
+
sha256: c35baad643ba394b40aac41080300150a4f08fd0fd6a10378f8f7c6bc161acec
|
|
245
238
|
url: "https://pub.dev"
|
|
246
239
|
source: hosted
|
|
247
|
-
version: "10.0.
|
|
240
|
+
version: "10.0.8"
|
|
248
241
|
leak_tracker_flutter_testing:
|
|
249
242
|
dependency: transitive
|
|
250
243
|
description:
|
|
251
244
|
name: leak_tracker_flutter_testing
|
|
252
|
-
sha256:
|
|
245
|
+
sha256: f8b613e7e6a13ec79cfdc0e97638fddb3ab848452eff057653abd3edba760573
|
|
253
246
|
url: "https://pub.dev"
|
|
254
247
|
source: hosted
|
|
255
|
-
version: "3.0.
|
|
248
|
+
version: "3.0.9"
|
|
256
249
|
leak_tracker_testing:
|
|
257
250
|
dependency: transitive
|
|
258
251
|
description:
|
|
@@ -289,10 +282,10 @@ packages:
|
|
|
289
282
|
dependency: transitive
|
|
290
283
|
description:
|
|
291
284
|
name: matcher
|
|
292
|
-
sha256:
|
|
285
|
+
sha256: dc58c723c3c24bf8d3e2d3ad3f2f9d7bd9cf43ec6feaa64181775e60190153f2
|
|
293
286
|
url: "https://pub.dev"
|
|
294
287
|
source: hosted
|
|
295
|
-
version: "0.12.
|
|
288
|
+
version: "0.12.17"
|
|
296
289
|
material_color_utilities:
|
|
297
290
|
dependency: transitive
|
|
298
291
|
description:
|
|
@@ -305,18 +298,34 @@ packages:
|
|
|
305
298
|
dependency: transitive
|
|
306
299
|
description:
|
|
307
300
|
name: meta
|
|
308
|
-
sha256:
|
|
301
|
+
sha256: e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c
|
|
302
|
+
url: "https://pub.dev"
|
|
303
|
+
source: hosted
|
|
304
|
+
version: "1.16.0"
|
|
305
|
+
msgpack_dart:
|
|
306
|
+
dependency: transitive
|
|
307
|
+
description:
|
|
308
|
+
name: msgpack_dart
|
|
309
|
+
sha256: c2d235ed01f364719b5296aecf43ac330f0d7bc865fa134d0d7910a40454dffb
|
|
309
310
|
url: "https://pub.dev"
|
|
310
311
|
source: hosted
|
|
311
|
-
version: "1.
|
|
312
|
+
version: "1.0.1"
|
|
313
|
+
nested:
|
|
314
|
+
dependency: transitive
|
|
315
|
+
description:
|
|
316
|
+
name: nested
|
|
317
|
+
sha256: "03bac4c528c64c95c722ec99280375a6f2fc708eec17c7b3f07253b626cd2a20"
|
|
318
|
+
url: "https://pub.dev"
|
|
319
|
+
source: hosted
|
|
320
|
+
version: "1.0.0"
|
|
312
321
|
path:
|
|
313
322
|
dependency: transitive
|
|
314
323
|
description:
|
|
315
324
|
name: path
|
|
316
|
-
sha256: "
|
|
325
|
+
sha256: "75cca69d1490965be98c73ceaea117e8a04dd21217b37b292c9ddbec0d955bc5"
|
|
317
326
|
url: "https://pub.dev"
|
|
318
327
|
source: hosted
|
|
319
|
-
version: "1.9.
|
|
328
|
+
version: "1.9.1"
|
|
320
329
|
path_parsing:
|
|
321
330
|
dependency: transitive
|
|
322
331
|
description:
|
|
@@ -325,6 +334,30 @@ packages:
|
|
|
325
334
|
url: "https://pub.dev"
|
|
326
335
|
source: hosted
|
|
327
336
|
version: "1.1.0"
|
|
337
|
+
path_provider:
|
|
338
|
+
dependency: transitive
|
|
339
|
+
description:
|
|
340
|
+
name: path_provider
|
|
341
|
+
sha256: "50c5dd5b6e1aaf6fb3a78b33f6aa3afca52bf903a8a5298f53101fdaee55bbcd"
|
|
342
|
+
url: "https://pub.dev"
|
|
343
|
+
source: hosted
|
|
344
|
+
version: "2.1.5"
|
|
345
|
+
path_provider_android:
|
|
346
|
+
dependency: transitive
|
|
347
|
+
description:
|
|
348
|
+
name: path_provider_android
|
|
349
|
+
sha256: d0d310befe2c8ab9e7f393288ccbb11b60c019c6b5afc21973eeee4dda2b35e9
|
|
350
|
+
url: "https://pub.dev"
|
|
351
|
+
source: hosted
|
|
352
|
+
version: "2.2.17"
|
|
353
|
+
path_provider_foundation:
|
|
354
|
+
dependency: transitive
|
|
355
|
+
description:
|
|
356
|
+
name: path_provider_foundation
|
|
357
|
+
sha256: "4843174df4d288f5e29185bd6e72a6fbdf5a4a4602717eed565497429f179942"
|
|
358
|
+
url: "https://pub.dev"
|
|
359
|
+
source: hosted
|
|
360
|
+
version: "2.4.1"
|
|
328
361
|
path_provider_linux:
|
|
329
362
|
dependency: transitive
|
|
330
363
|
description:
|
|
@@ -353,10 +386,10 @@ packages:
|
|
|
353
386
|
dependency: transitive
|
|
354
387
|
description:
|
|
355
388
|
name: petitparser
|
|
356
|
-
sha256:
|
|
389
|
+
sha256: "07c8f0b1913bcde1ff0d26e57ace2f3012ccbf2b204e070290dad3bb22797646"
|
|
357
390
|
url: "https://pub.dev"
|
|
358
391
|
source: hosted
|
|
359
|
-
version: "6.0
|
|
392
|
+
version: "6.1.0"
|
|
360
393
|
platform:
|
|
361
394
|
dependency: transitive
|
|
362
395
|
description:
|
|
@@ -373,14 +406,14 @@ packages:
|
|
|
373
406
|
url: "https://pub.dev"
|
|
374
407
|
source: hosted
|
|
375
408
|
version: "2.1.8"
|
|
376
|
-
|
|
409
|
+
provider:
|
|
377
410
|
dependency: transitive
|
|
378
411
|
description:
|
|
379
|
-
name:
|
|
380
|
-
sha256: "
|
|
412
|
+
name: provider
|
|
413
|
+
sha256: "4abbd070a04e9ddc287673bf5a030c7ca8b685ff70218720abab8b092f53dd84"
|
|
381
414
|
url: "https://pub.dev"
|
|
382
415
|
source: hosted
|
|
383
|
-
version: "
|
|
416
|
+
version: "6.1.5"
|
|
384
417
|
screen_retriever:
|
|
385
418
|
dependency: transitive
|
|
386
419
|
description:
|
|
@@ -425,34 +458,34 @@ packages:
|
|
|
425
458
|
dependency: transitive
|
|
426
459
|
description:
|
|
427
460
|
name: sensors_plus
|
|
428
|
-
sha256: "
|
|
461
|
+
sha256: "905282c917c6bb731c242f928665c2ea15445aa491249dea9d98d7c79dc8fd39"
|
|
429
462
|
url: "https://pub.dev"
|
|
430
463
|
source: hosted
|
|
431
|
-
version: "
|
|
464
|
+
version: "6.1.1"
|
|
432
465
|
sensors_plus_platform_interface:
|
|
433
466
|
dependency: transitive
|
|
434
467
|
description:
|
|
435
468
|
name: sensors_plus_platform_interface
|
|
436
|
-
sha256:
|
|
469
|
+
sha256: "58815d2f5e46c0c41c40fb39375d3f127306f7742efe3b891c0b1c87e2b5cd5d"
|
|
437
470
|
url: "https://pub.dev"
|
|
438
471
|
source: hosted
|
|
439
|
-
version: "
|
|
472
|
+
version: "2.0.1"
|
|
440
473
|
shared_preferences:
|
|
441
474
|
dependency: transitive
|
|
442
475
|
description:
|
|
443
476
|
name: shared_preferences
|
|
444
|
-
sha256:
|
|
477
|
+
sha256: "846849e3e9b68f3ef4b60c60cf4b3e02e9321bc7f4d8c4692cf87ffa82fc8a3a"
|
|
445
478
|
url: "https://pub.dev"
|
|
446
479
|
source: hosted
|
|
447
|
-
version: "2.
|
|
480
|
+
version: "2.5.2"
|
|
448
481
|
shared_preferences_android:
|
|
449
482
|
dependency: transitive
|
|
450
483
|
description:
|
|
451
484
|
name: shared_preferences_android
|
|
452
|
-
sha256:
|
|
485
|
+
sha256: "20cbd561f743a342c76c151d6ddb93a9ce6005751e7aa458baad3858bfbfb6ac"
|
|
453
486
|
url: "https://pub.dev"
|
|
454
487
|
source: hosted
|
|
455
|
-
version: "2.4.
|
|
488
|
+
version: "2.4.10"
|
|
456
489
|
shared_preferences_foundation:
|
|
457
490
|
dependency: transitive
|
|
458
491
|
description:
|
|
@@ -481,10 +514,10 @@ packages:
|
|
|
481
514
|
dependency: transitive
|
|
482
515
|
description:
|
|
483
516
|
name: shared_preferences_web
|
|
484
|
-
sha256:
|
|
517
|
+
sha256: c49bd060261c9a3f0ff445892695d6212ff603ef3115edbb448509d407600019
|
|
485
518
|
url: "https://pub.dev"
|
|
486
519
|
source: hosted
|
|
487
|
-
version: "2.4.
|
|
520
|
+
version: "2.4.3"
|
|
488
521
|
shared_preferences_windows:
|
|
489
522
|
dependency: transitive
|
|
490
523
|
description:
|
|
@@ -497,55 +530,55 @@ packages:
|
|
|
497
530
|
dependency: transitive
|
|
498
531
|
description: flutter
|
|
499
532
|
source: sdk
|
|
500
|
-
version: "0.0.
|
|
533
|
+
version: "0.0.0"
|
|
501
534
|
source_span:
|
|
502
535
|
dependency: transitive
|
|
503
536
|
description:
|
|
504
537
|
name: source_span
|
|
505
|
-
sha256: "
|
|
538
|
+
sha256: "254ee5351d6cb365c859e20ee823c3bb479bf4a293c22d17a9f1bf144ce86f7c"
|
|
506
539
|
url: "https://pub.dev"
|
|
507
540
|
source: hosted
|
|
508
|
-
version: "1.10.
|
|
541
|
+
version: "1.10.1"
|
|
509
542
|
stack_trace:
|
|
510
543
|
dependency: transitive
|
|
511
544
|
description:
|
|
512
545
|
name: stack_trace
|
|
513
|
-
sha256: "
|
|
546
|
+
sha256: "8b27215b45d22309b5cddda1aa2b19bdfec9df0e765f2de506401c071d38d1b1"
|
|
514
547
|
url: "https://pub.dev"
|
|
515
548
|
source: hosted
|
|
516
|
-
version: "1.
|
|
549
|
+
version: "1.12.1"
|
|
517
550
|
stream_channel:
|
|
518
551
|
dependency: transitive
|
|
519
552
|
description:
|
|
520
553
|
name: stream_channel
|
|
521
|
-
sha256:
|
|
554
|
+
sha256: "969e04c80b8bcdf826f8f16579c7b14d780458bd97f56d107d3950fdbeef059d"
|
|
522
555
|
url: "https://pub.dev"
|
|
523
556
|
source: hosted
|
|
524
|
-
version: "2.1.
|
|
557
|
+
version: "2.1.4"
|
|
525
558
|
string_scanner:
|
|
526
559
|
dependency: transitive
|
|
527
560
|
description:
|
|
528
561
|
name: string_scanner
|
|
529
|
-
sha256: "
|
|
562
|
+
sha256: "921cd31725b72fe181906c6a94d987c78e3b98c2e205b397ea399d4054872b43"
|
|
530
563
|
url: "https://pub.dev"
|
|
531
564
|
source: hosted
|
|
532
|
-
version: "1.
|
|
565
|
+
version: "1.4.1"
|
|
533
566
|
term_glyph:
|
|
534
567
|
dependency: transitive
|
|
535
568
|
description:
|
|
536
569
|
name: term_glyph
|
|
537
|
-
sha256:
|
|
570
|
+
sha256: "7f554798625ea768a7518313e58f83891c7f5024f88e46e7182a4558850a4b8e"
|
|
538
571
|
url: "https://pub.dev"
|
|
539
572
|
source: hosted
|
|
540
|
-
version: "1.2.
|
|
573
|
+
version: "1.2.2"
|
|
541
574
|
test_api:
|
|
542
575
|
dependency: transitive
|
|
543
576
|
description:
|
|
544
577
|
name: test_api
|
|
545
|
-
sha256:
|
|
578
|
+
sha256: fb31f383e2ee25fbbfe06b40fe21e1e458d14080e3c67e7ba0acfde4df4e0bbd
|
|
546
579
|
url: "https://pub.dev"
|
|
547
580
|
source: hosted
|
|
548
|
-
version: "0.7.
|
|
581
|
+
version: "0.7.4"
|
|
549
582
|
torch_light:
|
|
550
583
|
dependency: "direct main"
|
|
551
584
|
description:
|
|
@@ -574,18 +607,18 @@ packages:
|
|
|
574
607
|
dependency: transitive
|
|
575
608
|
description:
|
|
576
609
|
name: url_launcher_android
|
|
577
|
-
sha256: "
|
|
610
|
+
sha256: "8582d7f6fe14d2652b4c45c9b6c14c0b678c2af2d083a11b604caeba51930d79"
|
|
578
611
|
url: "https://pub.dev"
|
|
579
612
|
source: hosted
|
|
580
|
-
version: "6.3.
|
|
613
|
+
version: "6.3.16"
|
|
581
614
|
url_launcher_ios:
|
|
582
615
|
dependency: transitive
|
|
583
616
|
description:
|
|
584
617
|
name: url_launcher_ios
|
|
585
|
-
sha256: "
|
|
618
|
+
sha256: "7f2022359d4c099eea7df3fdf739f7d3d3b9faf3166fb1dd390775176e0b76cb"
|
|
586
619
|
url: "https://pub.dev"
|
|
587
620
|
source: hosted
|
|
588
|
-
version: "6.3.
|
|
621
|
+
version: "6.3.3"
|
|
589
622
|
url_launcher_linux:
|
|
590
623
|
dependency: transitive
|
|
591
624
|
description:
|
|
@@ -614,10 +647,10 @@ packages:
|
|
|
614
647
|
dependency: transitive
|
|
615
648
|
description:
|
|
616
649
|
name: url_launcher_web
|
|
617
|
-
sha256: "
|
|
650
|
+
sha256: "4bd2b7b4dc4d4d0b94e5babfffbca8eac1a126c7f3d6ecbc1a11013faa3abba2"
|
|
618
651
|
url: "https://pub.dev"
|
|
619
652
|
source: hosted
|
|
620
|
-
version: "2.
|
|
653
|
+
version: "2.4.1"
|
|
621
654
|
url_launcher_windows:
|
|
622
655
|
dependency: transitive
|
|
623
656
|
description:
|
|
@@ -630,10 +663,10 @@ packages:
|
|
|
630
663
|
dependency: transitive
|
|
631
664
|
description:
|
|
632
665
|
name: vector_graphics
|
|
633
|
-
sha256:
|
|
666
|
+
sha256: a4f059dc26fc8295b5921376600a194c4ec7d55e72f2fe4c7d2831e103d461e6
|
|
634
667
|
url: "https://pub.dev"
|
|
635
668
|
source: hosted
|
|
636
|
-
version: "1.1.
|
|
669
|
+
version: "1.1.19"
|
|
637
670
|
vector_graphics_codec:
|
|
638
671
|
dependency: transitive
|
|
639
672
|
description:
|
|
@@ -646,10 +679,10 @@ packages:
|
|
|
646
679
|
dependency: transitive
|
|
647
680
|
description:
|
|
648
681
|
name: vector_graphics_compiler
|
|
649
|
-
sha256: "
|
|
682
|
+
sha256: "557a315b7d2a6dbb0aaaff84d857967ce6bdc96a63dc6ee2a57ce5a6ee5d3331"
|
|
650
683
|
url: "https://pub.dev"
|
|
651
684
|
source: hosted
|
|
652
|
-
version: "1.1.
|
|
685
|
+
version: "1.1.17"
|
|
653
686
|
vector_math:
|
|
654
687
|
dependency: transitive
|
|
655
688
|
description:
|
|
@@ -662,42 +695,58 @@ packages:
|
|
|
662
695
|
dependency: transitive
|
|
663
696
|
description:
|
|
664
697
|
name: vm_service
|
|
665
|
-
sha256:
|
|
698
|
+
sha256: "0968250880a6c5fe7edc067ed0a13d4bae1577fe2771dcf3010d52c4a9d3ca14"
|
|
666
699
|
url: "https://pub.dev"
|
|
667
700
|
source: hosted
|
|
668
|
-
version: "14.
|
|
701
|
+
version: "14.3.1"
|
|
669
702
|
web:
|
|
670
703
|
dependency: transitive
|
|
671
704
|
description:
|
|
672
705
|
name: web
|
|
673
|
-
sha256:
|
|
706
|
+
sha256: "868d88a33d8a87b18ffc05f9f030ba328ffefba92d6c127917a2ba740f9cfe4a"
|
|
674
707
|
url: "https://pub.dev"
|
|
675
708
|
source: hosted
|
|
676
|
-
version: "1.1.
|
|
709
|
+
version: "1.1.1"
|
|
710
|
+
web_socket:
|
|
711
|
+
dependency: transitive
|
|
712
|
+
description:
|
|
713
|
+
name: web_socket
|
|
714
|
+
sha256: "34d64019aa8e36bf9842ac014bb5d2f5586ca73df5e4d9bf5c936975cae6982c"
|
|
715
|
+
url: "https://pub.dev"
|
|
716
|
+
source: hosted
|
|
717
|
+
version: "1.0.1"
|
|
677
718
|
web_socket_channel:
|
|
678
719
|
dependency: transitive
|
|
679
720
|
description:
|
|
680
721
|
name: web_socket_channel
|
|
681
|
-
sha256:
|
|
722
|
+
sha256: d645757fb0f4773d602444000a8131ff5d48c9e47adfe9772652dd1a4f2d45c8
|
|
682
723
|
url: "https://pub.dev"
|
|
683
724
|
source: hosted
|
|
684
|
-
version: "
|
|
725
|
+
version: "3.0.3"
|
|
685
726
|
win32:
|
|
686
727
|
dependency: transitive
|
|
687
728
|
description:
|
|
688
729
|
name: win32
|
|
689
|
-
sha256: "
|
|
730
|
+
sha256: "329edf97fdd893e0f1e3b9e88d6a0e627128cc17cc316a8d67fda8f1451178ba"
|
|
731
|
+
url: "https://pub.dev"
|
|
732
|
+
source: hosted
|
|
733
|
+
version: "5.13.0"
|
|
734
|
+
win32_registry:
|
|
735
|
+
dependency: transitive
|
|
736
|
+
description:
|
|
737
|
+
name: win32_registry
|
|
738
|
+
sha256: "6f1b564492d0147b330dd794fee8f512cec4977957f310f9951b5f9d83618dae"
|
|
690
739
|
url: "https://pub.dev"
|
|
691
740
|
source: hosted
|
|
692
|
-
version: "
|
|
741
|
+
version: "2.1.0"
|
|
693
742
|
window_manager:
|
|
694
743
|
dependency: transitive
|
|
695
744
|
description:
|
|
696
745
|
name: window_manager
|
|
697
|
-
sha256: "
|
|
746
|
+
sha256: "51d50168ab267d344b975b15390426b1243600d436770d3f13de67e55b05ec16"
|
|
698
747
|
url: "https://pub.dev"
|
|
699
748
|
source: hosted
|
|
700
|
-
version: "0.
|
|
749
|
+
version: "0.5.0"
|
|
701
750
|
window_to_front:
|
|
702
751
|
dependency: transitive
|
|
703
752
|
description:
|
|
@@ -723,5 +772,5 @@ packages:
|
|
|
723
772
|
source: hosted
|
|
724
773
|
version: "6.5.0"
|
|
725
774
|
sdks:
|
|
726
|
-
dart: ">=3.
|
|
727
|
-
flutter: ">=3.
|
|
775
|
+
dart: ">=3.7.0 <4.0.0"
|
|
776
|
+
flutter: ">=3.29.0"
|
|
@@ -2,7 +2,8 @@ name: flet_flashlight
|
|
|
2
2
|
description: Flet Flashlight control
|
|
3
3
|
homepage: https://flet.dev
|
|
4
4
|
repository: https://github.com/flet-dev/flet-flashlight/src/flutter/flet_flashlight
|
|
5
|
-
version: 0.
|
|
5
|
+
version: 0.2.0
|
|
6
|
+
publish_to: none
|
|
6
7
|
environment:
|
|
7
8
|
sdk: '>=3.2.3 <4.0.0'
|
|
8
9
|
flutter: '>=1.17.0'
|
|
@@ -10,8 +11,12 @@ dependencies:
|
|
|
10
11
|
flutter:
|
|
11
12
|
sdk: flutter
|
|
12
13
|
collection: ^1.16.0
|
|
13
|
-
torch_light: ^1.
|
|
14
|
-
flet:
|
|
14
|
+
torch_light: ^1.1.0
|
|
15
|
+
flet:
|
|
16
|
+
git:
|
|
17
|
+
url: https://github.com/flet-dev/flet.git
|
|
18
|
+
path: packages/flet
|
|
19
|
+
ref: main
|
|
15
20
|
dev_dependencies:
|
|
16
21
|
flutter_test:
|
|
17
22
|
sdk: flutter
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.2
|
|
2
|
-
Name: flet-flashlight
|
|
3
|
-
Version: 0.1.0.dev1
|
|
4
|
-
Summary: Flashlight control for Flet
|
|
5
|
-
Author-email: Flet contributors <hello@flet.dev>
|
|
6
|
-
Project-URL: Homepage, https://flet.dev
|
|
7
|
-
Project-URL: Documentation, https://flet.dev/docs/controls/flashlight
|
|
8
|
-
Project-URL: Repository, https://github.com/flet-dev/flet-flashlight
|
|
9
|
-
Project-URL: Issues, https://github.com/flet-dev/flet-flashlight/issues
|
|
10
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
11
|
-
Requires-Python: >=3.8
|
|
12
|
-
Description-Content-Type: text/markdown
|
|
13
|
-
Requires-Dist: flet>=0.25.2
|
|
14
|
-
|
|
15
|
-
# Flashlight control for Flet
|
|
16
|
-
|
|
17
|
-
`Flashlight` control for Flet.
|
|
18
|
-
|
|
19
|
-
## Usage
|
|
20
|
-
|
|
21
|
-
Add `flet-flashlight` as dependency (`pyproject.toml` or `requirements.txt`) to your Flet project.
|
|
22
|
-
|
|
23
|
-
## Example
|
|
24
|
-
|
|
25
|
-
```py
|
|
26
|
-
|
|
27
|
-
import flet as ft
|
|
28
|
-
|
|
29
|
-
import flet_flashlight as ffl
|
|
30
|
-
|
|
31
|
-
def main(page: ft.Page):
|
|
32
|
-
flashlight = ffl.Flashlight()
|
|
33
|
-
page.overlay.append(flashlight)
|
|
34
|
-
page.add(
|
|
35
|
-
ft.TextButton("toggle", on_click=lambda _: flashlight.toggle())
|
|
36
|
-
)
|
|
37
|
-
|
|
38
|
-
ft.app(main)
|
|
39
|
-
```
|