Showing
8 changed files
with
2 additions
and
352 deletions
@@ -7,17 +7,9 @@ | @@ -7,17 +7,9 @@ | ||
7 | #include "generated_plugin_registrant.h" | 7 | #include "generated_plugin_registrant.h" |
8 | 8 | ||
9 | #include <desktop_drop/desktop_drop_plugin.h> | 9 | #include <desktop_drop/desktop_drop_plugin.h> |
10 | -#include <printing/printing_plugin.h> | ||
11 | -#include <url_launcher_linux/url_launcher_plugin.h> | ||
12 | 10 | ||
13 | void fl_register_plugins(FlPluginRegistry* registry) { | 11 | void fl_register_plugins(FlPluginRegistry* registry) { |
14 | g_autoptr(FlPluginRegistrar) desktop_drop_registrar = | 12 | g_autoptr(FlPluginRegistrar) desktop_drop_registrar = |
15 | fl_plugin_registry_get_registrar_for_plugin(registry, "DesktopDropPlugin"); | 13 | fl_plugin_registry_get_registrar_for_plugin(registry, "DesktopDropPlugin"); |
16 | desktop_drop_plugin_register_with_registrar(desktop_drop_registrar); | 14 | desktop_drop_plugin_register_with_registrar(desktop_drop_registrar); |
17 | - g_autoptr(FlPluginRegistrar) printing_registrar = | ||
18 | - fl_plugin_registry_get_registrar_for_plugin(registry, "PrintingPlugin"); | ||
19 | - printing_plugin_register_with_registrar(printing_registrar); | ||
20 | - g_autoptr(FlPluginRegistrar) url_launcher_linux_registrar = | ||
21 | - fl_plugin_registry_get_registrar_for_plugin(registry, "UrlLauncherPlugin"); | ||
22 | - url_launcher_plugin_register_with_registrar(url_launcher_linux_registrar); | ||
23 | } | 15 | } |
@@ -6,13 +6,7 @@ import FlutterMacOS | @@ -6,13 +6,7 @@ import FlutterMacOS | ||
6 | import Foundation | 6 | import Foundation |
7 | 7 | ||
8 | import desktop_drop | 8 | import desktop_drop |
9 | -import path_provider_foundation | ||
10 | -import printing | ||
11 | -import url_launcher_macos | ||
12 | 9 | ||
13 | func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { | 10 | func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { |
14 | DesktopDropPlugin.register(with: registry.registrar(forPlugin: "DesktopDropPlugin")) | 11 | DesktopDropPlugin.register(with: registry.registrar(forPlugin: "DesktopDropPlugin")) |
15 | - PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin")) | ||
16 | - PrintingPlugin.register(with: registry.registrar(forPlugin: "PrintingPlugin")) | ||
17 | - UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin")) | ||
18 | } | 12 | } |
@@ -2,39 +2,20 @@ PODS: | @@ -2,39 +2,20 @@ PODS: | ||
2 | - desktop_drop (0.0.1): | 2 | - desktop_drop (0.0.1): |
3 | - FlutterMacOS | 3 | - FlutterMacOS |
4 | - FlutterMacOS (1.0.0) | 4 | - FlutterMacOS (1.0.0) |
5 | - - path_provider_foundation (0.0.1): | ||
6 | - - Flutter | ||
7 | - - FlutterMacOS | ||
8 | - - printing (1.0.0): | ||
9 | - - FlutterMacOS | ||
10 | - - url_launcher_macos (0.0.1): | ||
11 | - - FlutterMacOS | ||
12 | 5 | ||
13 | DEPENDENCIES: | 6 | DEPENDENCIES: |
14 | - desktop_drop (from `Flutter/ephemeral/.symlinks/plugins/desktop_drop/macos`) | 7 | - desktop_drop (from `Flutter/ephemeral/.symlinks/plugins/desktop_drop/macos`) |
15 | - FlutterMacOS (from `Flutter/ephemeral`) | 8 | - FlutterMacOS (from `Flutter/ephemeral`) |
16 | - - path_provider_foundation (from `Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin`) | ||
17 | - - printing (from `Flutter/ephemeral/.symlinks/plugins/printing/macos`) | ||
18 | - - url_launcher_macos (from `Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos`) | ||
19 | 9 | ||
20 | EXTERNAL SOURCES: | 10 | EXTERNAL SOURCES: |
21 | desktop_drop: | 11 | desktop_drop: |
22 | :path: Flutter/ephemeral/.symlinks/plugins/desktop_drop/macos | 12 | :path: Flutter/ephemeral/.symlinks/plugins/desktop_drop/macos |
23 | FlutterMacOS: | 13 | FlutterMacOS: |
24 | :path: Flutter/ephemeral | 14 | :path: Flutter/ephemeral |
25 | - path_provider_foundation: | ||
26 | - :path: Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin | ||
27 | - printing: | ||
28 | - :path: Flutter/ephemeral/.symlinks/plugins/printing/macos | ||
29 | - url_launcher_macos: | ||
30 | - :path: Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos | ||
31 | 15 | ||
32 | SPEC CHECKSUMS: | 16 | SPEC CHECKSUMS: |
33 | desktop_drop: 69eeff437544aa619c8db7f4481b3a65f7696898 | 17 | desktop_drop: 69eeff437544aa619c8db7f4481b3a65f7696898 |
34 | FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24 | 18 | FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24 |
35 | - path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46 | ||
36 | - printing: 1dd6a1fce2209ec240698e2439a4adbb9b427637 | ||
37 | - url_launcher_macos: 5f437abeda8c85500ceb03f5c1938a8c5a705399 | ||
38 | 19 | ||
39 | PODFILE CHECKSUM: 236401fc2c932af29a9fcf0e97baeeb2d750d367 | 20 | PODFILE CHECKSUM: 236401fc2c932af29a9fcf0e97baeeb2d750d367 |
40 | 21 |
1 | # Generated by pub | 1 | # Generated by pub |
2 | # See https://dart.dev/tools/pub/glossary#lockfile | 2 | # See https://dart.dev/tools/pub/glossary#lockfile |
3 | packages: | 3 | packages: |
4 | - archive: | ||
5 | - dependency: transitive | ||
6 | - description: | ||
7 | - name: archive | ||
8 | - sha256: cb6a278ef2dbb298455e1a713bda08524a175630ec643a242c399c932a0a1f7d | ||
9 | - url: "https://pub.dev" | ||
10 | - source: hosted | ||
11 | - version: "3.6.1" | ||
12 | args: | 4 | args: |
13 | dependency: transitive | 5 | dependency: transitive |
14 | description: | 6 | description: |
@@ -25,22 +17,6 @@ packages: | @@ -25,22 +17,6 @@ packages: | ||
25 | url: "https://pub.dev" | 17 | url: "https://pub.dev" |
26 | source: hosted | 18 | source: hosted |
27 | version: "2.11.0" | 19 | version: "2.11.0" |
28 | - barcode: | ||
29 | - dependency: transitive | ||
30 | - description: | ||
31 | - name: barcode | ||
32 | - sha256: ab180ce22c6555d77d45f0178a523669db67f95856e3378259ef2ffeb43e6003 | ||
33 | - url: "https://pub.dev" | ||
34 | - source: hosted | ||
35 | - version: "2.2.8" | ||
36 | - bidi: | ||
37 | - dependency: transitive | ||
38 | - description: | ||
39 | - name: bidi | ||
40 | - sha256: "1a7d0c696324b2089f72e7671fd1f1f64fef44c980f3cebc84e803967c597b63" | ||
41 | - url: "https://pub.dev" | ||
42 | - source: hosted | ||
43 | - version: "2.0.10" | ||
44 | boolean_selector: | 20 | boolean_selector: |
45 | dependency: transitive | 21 | dependency: transitive |
46 | description: | 22 | description: |
@@ -81,14 +57,6 @@ packages: | @@ -81,14 +57,6 @@ packages: | ||
81 | url: "https://pub.dev" | 57 | url: "https://pub.dev" |
82 | source: hosted | 58 | source: hosted |
83 | version: "0.3.4+2" | 59 | version: "0.3.4+2" |
84 | - crypto: | ||
85 | - dependency: transitive | ||
86 | - description: | ||
87 | - name: crypto | ||
88 | - sha256: ff625774173754681d66daaf4a448684fb04b78f902da9cb3d308c19cc5e8bab | ||
89 | - url: "https://pub.dev" | ||
90 | - source: hosted | ||
91 | - version: "3.0.3" | ||
92 | cupertino_icons: | 60 | cupertino_icons: |
93 | dependency: "direct main" | 61 | dependency: "direct main" |
94 | description: | 62 | description: |
@@ -113,35 +81,11 @@ packages: | @@ -113,35 +81,11 @@ packages: | ||
113 | url: "https://pub.dev" | 81 | url: "https://pub.dev" |
114 | source: hosted | 82 | source: hosted |
115 | version: "1.3.1" | 83 | version: "1.3.1" |
116 | - ffi: | ||
117 | - dependency: transitive | ||
118 | - description: | ||
119 | - name: ffi | ||
120 | - sha256: "493f37e7df1804778ff3a53bd691d8692ddf69702cf4c1c1096a2e41b4779e21" | ||
121 | - url: "https://pub.dev" | ||
122 | - source: hosted | ||
123 | - version: "2.1.2" | ||
124 | - file_picker: | ||
125 | - dependency: "direct main" | ||
126 | - description: | ||
127 | - name: file_picker | ||
128 | - sha256: "825aec673606875c33cd8d3c4083f1a3c3999015a84178b317b7ef396b7384f3" | ||
129 | - url: "https://pub.dev" | ||
130 | - source: hosted | ||
131 | - version: "8.0.7" | ||
132 | flutter: | 84 | flutter: |
133 | dependency: "direct main" | 85 | dependency: "direct main" |
134 | description: flutter | 86 | description: flutter |
135 | source: sdk | 87 | source: sdk |
136 | version: "0.0.0" | 88 | version: "0.0.0" |
137 | - flutter_html_to_pdf: | ||
138 | - dependency: "direct main" | ||
139 | - description: | ||
140 | - name: flutter_html_to_pdf | ||
141 | - sha256: "4bec44685f62a404bac7c9e412da0fbcd389ea5eceb397c268d829ecfa148c34" | ||
142 | - url: "https://pub.dev" | ||
143 | - source: hosted | ||
144 | - version: "0.7.0" | ||
145 | flutter_lints: | 89 | flutter_lints: |
146 | dependency: "direct dev" | 90 | dependency: "direct dev" |
147 | description: | 91 | description: |
@@ -158,14 +102,6 @@ packages: | @@ -158,14 +102,6 @@ packages: | ||
158 | url: "https://pub.dev" | 102 | url: "https://pub.dev" |
159 | source: hosted | 103 | source: hosted |
160 | version: "0.7.2" | 104 | version: "0.7.2" |
161 | - flutter_plugin_android_lifecycle: | ||
162 | - dependency: transitive | ||
163 | - description: | ||
164 | - name: flutter_plugin_android_lifecycle | ||
165 | - sha256: "9d98bd47ef9d34e803d438f17fd32b116d31009f534a6fa5ce3a1167f189a6de" | ||
166 | - url: "https://pub.dev" | ||
167 | - source: hosted | ||
168 | - version: "2.0.21" | ||
169 | flutter_svg: | 105 | flutter_svg: |
170 | dependency: transitive | 106 | dependency: transitive |
171 | description: | 107 | description: |
@@ -207,14 +143,6 @@ packages: | @@ -207,14 +143,6 @@ packages: | ||
207 | url: "https://pub.dev" | 143 | url: "https://pub.dev" |
208 | source: hosted | 144 | source: hosted |
209 | version: "4.0.2" | 145 | version: "4.0.2" |
210 | - image: | ||
211 | - dependency: transitive | ||
212 | - description: | ||
213 | - name: image | ||
214 | - sha256: "2237616a36c0d69aef7549ab439b833fb7f9fb9fc861af2cc9ac3eedddd69ca8" | ||
215 | - url: "https://pub.dev" | ||
216 | - source: hosted | ||
217 | - version: "4.2.0" | ||
218 | leak_tracker: | 146 | leak_tracker: |
219 | dependency: transitive | 147 | dependency: transitive |
220 | description: | 148 | description: |
@@ -295,118 +223,6 @@ packages: | @@ -295,118 +223,6 @@ packages: | ||
295 | url: "https://pub.dev" | 223 | url: "https://pub.dev" |
296 | source: hosted | 224 | source: hosted |
297 | version: "1.0.1" | 225 | version: "1.0.1" |
298 | - path_provider: | ||
299 | - dependency: "direct main" | ||
300 | - description: | ||
301 | - name: path_provider | ||
302 | - sha256: fec0d61223fba3154d87759e3cc27fe2c8dc498f6386c6d6fc80d1afdd1bf378 | ||
303 | - url: "https://pub.dev" | ||
304 | - source: hosted | ||
305 | - version: "2.1.4" | ||
306 | - path_provider_android: | ||
307 | - dependency: transitive | ||
308 | - description: | ||
309 | - name: path_provider_android | ||
310 | - sha256: "490539678396d4c3c0b06efdaab75ae60675c3e0c66f72bc04c2e2c1e0e2abeb" | ||
311 | - url: "https://pub.dev" | ||
312 | - source: hosted | ||
313 | - version: "2.2.9" | ||
314 | - path_provider_foundation: | ||
315 | - dependency: transitive | ||
316 | - description: | ||
317 | - name: path_provider_foundation | ||
318 | - sha256: f234384a3fdd67f989b4d54a5d73ca2a6c422fa55ae694381ae0f4375cd1ea16 | ||
319 | - url: "https://pub.dev" | ||
320 | - source: hosted | ||
321 | - version: "2.4.0" | ||
322 | - path_provider_linux: | ||
323 | - dependency: transitive | ||
324 | - description: | ||
325 | - name: path_provider_linux | ||
326 | - sha256: f7a1fe3a634fe7734c8d3f2766ad746ae2a2884abe22e241a8b301bf5cac3279 | ||
327 | - url: "https://pub.dev" | ||
328 | - source: hosted | ||
329 | - version: "2.2.1" | ||
330 | - path_provider_platform_interface: | ||
331 | - dependency: transitive | ||
332 | - description: | ||
333 | - name: path_provider_platform_interface | ||
334 | - sha256: "88f5779f72ba699763fa3a3b06aa4bf6de76c8e5de842cf6f29e2e06476c2334" | ||
335 | - url: "https://pub.dev" | ||
336 | - source: hosted | ||
337 | - version: "2.1.2" | ||
338 | - path_provider_windows: | ||
339 | - dependency: transitive | ||
340 | - description: | ||
341 | - name: path_provider_windows | ||
342 | - sha256: bd6f00dbd873bfb70d0761682da2b3a2c2fccc2b9e84c495821639601d81afe7 | ||
343 | - url: "https://pub.dev" | ||
344 | - source: hosted | ||
345 | - version: "2.3.0" | ||
346 | - pdf: | ||
347 | - dependency: "direct main" | ||
348 | - description: | ||
349 | - name: pdf | ||
350 | - sha256: "81d5522bddc1ef5c28e8f0ee40b71708761753c163e0c93a40df56fd515ea0f0" | ||
351 | - url: "https://pub.dev" | ||
352 | - source: hosted | ||
353 | - version: "3.11.0" | ||
354 | - pdf_widget_wrapper: | ||
355 | - dependency: transitive | ||
356 | - description: | ||
357 | - name: pdf_widget_wrapper | ||
358 | - sha256: c930860d987213a3d58c7ec3b7ecf8085c3897f773e8dc23da9cae60a5d6d0f5 | ||
359 | - url: "https://pub.dev" | ||
360 | - source: hosted | ||
361 | - version: "1.0.4" | ||
362 | - permission_handler: | ||
363 | - dependency: "direct main" | ||
364 | - description: | ||
365 | - name: permission_handler | ||
366 | - sha256: "18bf33f7fefbd812f37e72091a15575e72d5318854877e0e4035a24ac1113ecb" | ||
367 | - url: "https://pub.dev" | ||
368 | - source: hosted | ||
369 | - version: "11.3.1" | ||
370 | - permission_handler_android: | ||
371 | - dependency: transitive | ||
372 | - description: | ||
373 | - name: permission_handler_android | ||
374 | - sha256: eaf2a1ec4472775451e88ca6a7b86559ef2f1d1ed903942ed135e38ea0097dca | ||
375 | - url: "https://pub.dev" | ||
376 | - source: hosted | ||
377 | - version: "12.0.8" | ||
378 | - permission_handler_apple: | ||
379 | - dependency: transitive | ||
380 | - description: | ||
381 | - name: permission_handler_apple | ||
382 | - sha256: e6f6d73b12438ef13e648c4ae56bd106ec60d17e90a59c4545db6781229082a0 | ||
383 | - url: "https://pub.dev" | ||
384 | - source: hosted | ||
385 | - version: "9.4.5" | ||
386 | - permission_handler_html: | ||
387 | - dependency: transitive | ||
388 | - description: | ||
389 | - name: permission_handler_html | ||
390 | - sha256: "6cac773d389e045a8d4f85418d07ad58ef9e42a56e063629ce14c4c26344de24" | ||
391 | - url: "https://pub.dev" | ||
392 | - source: hosted | ||
393 | - version: "0.1.2" | ||
394 | - permission_handler_platform_interface: | ||
395 | - dependency: transitive | ||
396 | - description: | ||
397 | - name: permission_handler_platform_interface | ||
398 | - sha256: fe0ffe274d665be8e34f9c59705441a7d248edebbe5d9e3ec2665f88b79358ea | ||
399 | - url: "https://pub.dev" | ||
400 | - source: hosted | ||
401 | - version: "4.2.2" | ||
402 | - permission_handler_windows: | ||
403 | - dependency: transitive | ||
404 | - description: | ||
405 | - name: permission_handler_windows | ||
406 | - sha256: "1a790728016f79a41216d88672dbc5df30e686e811ad4e698bfc51f76ad91f1e" | ||
407 | - url: "https://pub.dev" | ||
408 | - source: hosted | ||
409 | - version: "0.2.1" | ||
410 | petitparser: | 226 | petitparser: |
411 | dependency: transitive | 227 | dependency: transitive |
412 | description: | 228 | description: |
@@ -415,30 +231,6 @@ packages: | @@ -415,30 +231,6 @@ packages: | ||
415 | url: "https://pub.dev" | 231 | url: "https://pub.dev" |
416 | source: hosted | 232 | source: hosted |
417 | version: "6.0.2" | 233 | version: "6.0.2" |
418 | - platform: | ||
419 | - dependency: transitive | ||
420 | - description: | ||
421 | - name: platform | ||
422 | - sha256: "9b71283fc13df574056616011fb138fd3b793ea47cc509c189a6c3fa5f8a1a65" | ||
423 | - url: "https://pub.dev" | ||
424 | - source: hosted | ||
425 | - version: "3.1.5" | ||
426 | - plugin_platform_interface: | ||
427 | - dependency: transitive | ||
428 | - description: | ||
429 | - name: plugin_platform_interface | ||
430 | - sha256: "4820fbfdb9478b1ebae27888254d445073732dae3d6ea81f0b7e06d5dedc3f02" | ||
431 | - url: "https://pub.dev" | ||
432 | - source: hosted | ||
433 | - version: "2.1.8" | ||
434 | - printing: | ||
435 | - dependency: "direct main" | ||
436 | - description: | ||
437 | - name: printing | ||
438 | - sha256: cc4b256a5a89d5345488e3318897b595867f5181b8c5ed6fc63bfa5f2044aec3 | ||
439 | - url: "https://pub.dev" | ||
440 | - source: hosted | ||
441 | - version: "5.13.1" | ||
442 | provider: | 234 | provider: |
443 | dependency: transitive | 235 | dependency: transitive |
444 | description: | 236 | description: |
@@ -447,14 +239,6 @@ packages: | @@ -447,14 +239,6 @@ packages: | ||
447 | url: "https://pub.dev" | 239 | url: "https://pub.dev" |
448 | source: hosted | 240 | source: hosted |
449 | version: "6.1.2" | 241 | version: "6.1.2" |
450 | - qr: | ||
451 | - dependency: transitive | ||
452 | - description: | ||
453 | - name: qr | ||
454 | - sha256: "5a1d2586170e172b8a8c8470bbbffd5eb0cd38a66c0d77155ea138d3af3a4445" | ||
455 | - url: "https://pub.dev" | ||
456 | - source: hosted | ||
457 | - version: "3.0.2" | ||
458 | sky_engine: | 242 | sky_engine: |
459 | dependency: transitive | 243 | dependency: transitive |
460 | description: flutter | 244 | description: flutter |
@@ -524,70 +308,6 @@ packages: | @@ -524,70 +308,6 @@ packages: | ||
524 | url: "https://pub.dev" | 308 | url: "https://pub.dev" |
525 | source: hosted | 309 | source: hosted |
526 | version: "1.3.2" | 310 | version: "1.3.2" |
527 | - url_launcher: | ||
528 | - dependency: "direct main" | ||
529 | - description: | ||
530 | - name: url_launcher | ||
531 | - sha256: "21b704ce5fa560ea9f3b525b43601c678728ba46725bab9b01187b4831377ed3" | ||
532 | - url: "https://pub.dev" | ||
533 | - source: hosted | ||
534 | - version: "6.3.0" | ||
535 | - url_launcher_android: | ||
536 | - dependency: transitive | ||
537 | - description: | ||
538 | - name: url_launcher_android | ||
539 | - sha256: "94d8ad05f44c6d4e2ffe5567ab4d741b82d62e3c8e288cc1fcea45965edf47c9" | ||
540 | - url: "https://pub.dev" | ||
541 | - source: hosted | ||
542 | - version: "6.3.8" | ||
543 | - url_launcher_ios: | ||
544 | - dependency: transitive | ||
545 | - description: | ||
546 | - name: url_launcher_ios | ||
547 | - sha256: e43b677296fadce447e987a2f519dcf5f6d1e527dc35d01ffab4fff5b8a7063e | ||
548 | - url: "https://pub.dev" | ||
549 | - source: hosted | ||
550 | - version: "6.3.1" | ||
551 | - url_launcher_linux: | ||
552 | - dependency: transitive | ||
553 | - description: | ||
554 | - name: url_launcher_linux | ||
555 | - sha256: ab360eb661f8879369acac07b6bb3ff09d9471155357da8443fd5d3cf7363811 | ||
556 | - url: "https://pub.dev" | ||
557 | - source: hosted | ||
558 | - version: "3.1.1" | ||
559 | - url_launcher_macos: | ||
560 | - dependency: transitive | ||
561 | - description: | ||
562 | - name: url_launcher_macos | ||
563 | - sha256: "9a1a42d5d2d95400c795b2914c36fdcb525870c752569438e4ebb09a2b5d90de" | ||
564 | - url: "https://pub.dev" | ||
565 | - source: hosted | ||
566 | - version: "3.2.0" | ||
567 | - url_launcher_platform_interface: | ||
568 | - dependency: transitive | ||
569 | - description: | ||
570 | - name: url_launcher_platform_interface | ||
571 | - sha256: "552f8a1e663569be95a8190206a38187b531910283c3e982193e4f2733f01029" | ||
572 | - url: "https://pub.dev" | ||
573 | - source: hosted | ||
574 | - version: "2.3.2" | ||
575 | - url_launcher_web: | ||
576 | - dependency: transitive | ||
577 | - description: | ||
578 | - name: url_launcher_web | ||
579 | - sha256: "772638d3b34c779ede05ba3d38af34657a05ac55b06279ea6edd409e323dca8e" | ||
580 | - url: "https://pub.dev" | ||
581 | - source: hosted | ||
582 | - version: "2.3.3" | ||
583 | - url_launcher_windows: | ||
584 | - dependency: transitive | ||
585 | - description: | ||
586 | - name: url_launcher_windows | ||
587 | - sha256: "49c10f879746271804767cb45551ec5592cdab00ee105c06dddde1a98f73b185" | ||
588 | - url: "https://pub.dev" | ||
589 | - source: hosted | ||
590 | - version: "3.1.2" | ||
591 | vector_graphics: | 311 | vector_graphics: |
592 | dependency: transitive | 312 | dependency: transitive |
593 | description: | 313 | description: |
@@ -644,22 +364,6 @@ packages: | @@ -644,22 +364,6 @@ packages: | ||
644 | url: "https://pub.dev" | 364 | url: "https://pub.dev" |
645 | source: hosted | 365 | source: hosted |
646 | version: "0.5.1" | 366 | version: "0.5.1" |
647 | - win32: | ||
648 | - dependency: transitive | ||
649 | - description: | ||
650 | - name: win32 | ||
651 | - sha256: "015002c060f1ae9f41a818f2d5640389cc05283e368be19dc8d77cecb43c40c9" | ||
652 | - url: "https://pub.dev" | ||
653 | - source: hosted | ||
654 | - version: "5.5.3" | ||
655 | - xdg_directories: | ||
656 | - dependency: transitive | ||
657 | - description: | ||
658 | - name: xdg_directories | ||
659 | - sha256: faea9dee56b520b55a566385b84f2e8de55e7496104adada9962e0bd11bcff1d | ||
660 | - url: "https://pub.dev" | ||
661 | - source: hosted | ||
662 | - version: "1.0.4" | ||
663 | xml: | 367 | xml: |
664 | dependency: transitive | 368 | dependency: transitive |
665 | description: | 369 | description: |
@@ -669,5 +373,5 @@ packages: | @@ -669,5 +373,5 @@ packages: | ||
669 | source: hosted | 373 | source: hosted |
670 | version: "6.5.0" | 374 | version: "6.5.0" |
671 | sdks: | 375 | sdks: |
672 | - dart: ">=3.4.0 <4.0.0" | ||
673 | - flutter: ">=3.22.0" | 376 | + dart: ">=3.3.0 <4.0.0" |
377 | + flutter: ">=3.18.0-18.0.pre.54" |
@@ -13,13 +13,6 @@ dependencies: | @@ -13,13 +13,6 @@ dependencies: | ||
13 | cupertino_icons: ^1.0.2 | 13 | cupertino_icons: ^1.0.2 |
14 | gpt_markdown: | 14 | gpt_markdown: |
15 | path: ../../gpt_markdown | 15 | path: ../../gpt_markdown |
16 | - printing: ^5.10.3 | ||
17 | - pdf: ^3.10.1 | ||
18 | - flutter_html_to_pdf: ^0.7.0 | ||
19 | - url_launcher: ^6.1.10 | ||
20 | - path_provider: ^2.0.14 | ||
21 | - permission_handler: ^11.3.1 | ||
22 | - file_picker: ^8.0.6 | ||
23 | flutter_math_fork: ^0.7.2 | 16 | flutter_math_fork: ^0.7.2 |
24 | watcher: ^1.1.0 | 17 | watcher: ^1.1.0 |
25 | desktop_drop: ^0.4.4 | 18 | desktop_drop: ^0.4.4 |
@@ -7,17 +7,8 @@ | @@ -7,17 +7,8 @@ | ||
7 | #include "generated_plugin_registrant.h" | 7 | #include "generated_plugin_registrant.h" |
8 | 8 | ||
9 | #include <desktop_drop/desktop_drop_plugin.h> | 9 | #include <desktop_drop/desktop_drop_plugin.h> |
10 | -#include <permission_handler_windows/permission_handler_windows_plugin.h> | ||
11 | -#include <printing/printing_plugin.h> | ||
12 | -#include <url_launcher_windows/url_launcher_windows.h> | ||
13 | 10 | ||
14 | void RegisterPlugins(flutter::PluginRegistry* registry) { | 11 | void RegisterPlugins(flutter::PluginRegistry* registry) { |
15 | DesktopDropPluginRegisterWithRegistrar( | 12 | DesktopDropPluginRegisterWithRegistrar( |
16 | registry->GetRegistrarForPlugin("DesktopDropPlugin")); | 13 | registry->GetRegistrarForPlugin("DesktopDropPlugin")); |
17 | - PermissionHandlerWindowsPluginRegisterWithRegistrar( | ||
18 | - registry->GetRegistrarForPlugin("PermissionHandlerWindowsPlugin")); | ||
19 | - PrintingPluginRegisterWithRegistrar( | ||
20 | - registry->GetRegistrarForPlugin("PrintingPlugin")); | ||
21 | - UrlLauncherWindowsRegisterWithRegistrar( | ||
22 | - registry->GetRegistrarForPlugin("UrlLauncherWindows")); | ||
23 | } | 14 | } |
-
Please register or login to post a comment