From 6a7f7b1c3a8cf29aee4db2ee19915893378a851e Mon Sep 17 00:00:00 2001 From: FlashOnFire_ Date: Tue, 19 Dec 2023 18:11:05 +0100 Subject: [PATCH] Updated quill --- .idea/libraries/Dart_Packages.xml | 410 +++++++++++------- .idea/libraries/Flutter_Plugins.xml | 76 ++-- .../screens/mails/pages/email_send_page.dart | 68 ++- .../flutter/generated_plugin_registrant.cc | 12 +- .../linux/flutter/generated_plugins.cmake | 3 +- .../Flutter/GeneratedPluginRegistrant.swift | 6 +- apps/onyx/pubspec.lock | 222 ++++++---- apps/onyx/pubspec.yaml | 2 +- .../flutter/generated_plugin_registrant.cc | 9 +- .../windows/flutter/generated_plugins.cmake | 3 +- 10 files changed, 486 insertions(+), 325 deletions(-) diff --git a/.idea/libraries/Dart_Packages.xml b/.idea/libraries/Dart_Packages.xml index 1d5215b8..127ed982 100644 --- a/.idea/libraries/Dart_Packages.xml +++ b/.idea/libraries/Dart_Packages.xml @@ -30,7 +30,7 @@ - @@ -44,7 +44,7 @@ - @@ -80,6 +80,7 @@ + @@ -129,15 +130,15 @@ - - @@ -145,6 +146,7 @@ + @@ -167,8 +169,7 @@ - @@ -197,28 +198,28 @@ - - - - @@ -267,6 +268,7 @@ + @@ -281,8 +283,7 @@ - @@ -290,15 +291,15 @@ - - @@ -341,7 +342,7 @@ - @@ -349,7 +350,7 @@ - @@ -367,10 +368,23 @@ + + + + + + + + + + + + - @@ -379,7 +393,7 @@ - @@ -393,7 +407,7 @@ - @@ -444,7 +458,7 @@ - @@ -495,7 +509,7 @@ - @@ -509,7 +523,7 @@ - @@ -600,14 +614,14 @@ - - @@ -625,73 +639,80 @@ + + + + + + - - - - - - - - - - @@ -712,7 +733,7 @@ - @@ -726,7 +747,7 @@ - @@ -740,7 +761,7 @@ - @@ -794,6 +815,13 @@ + + + + + + @@ -804,6 +832,7 @@ + @@ -822,13 +851,6 @@ - - - - - - @@ -857,6 +879,20 @@ + + + + + + + + + + + + @@ -902,14 +938,14 @@ - - @@ -949,10 +985,18 @@ + + + + + + @@ -973,8 +1017,9 @@ - @@ -1048,17 +1093,11 @@ - - - - - - @@ -1072,7 +1111,7 @@ - @@ -1104,55 +1143,63 @@ - + - - + - - + - - + - - - + + + + + + + @@ -1164,7 +1211,7 @@ - @@ -1213,7 +1260,7 @@ - @@ -1347,13 +1394,14 @@ - + @@ -1403,22 +1451,21 @@ - - - @@ -1437,10 +1484,24 @@ + + + + + + + + + + + + - @@ -1454,26 +1515,26 @@ - - - @@ -1515,63 +1576,63 @@ - - - - - - - - - @@ -1585,9 +1646,9 @@ - @@ -1608,7 +1669,8 @@ - @@ -1616,6 +1678,7 @@ @@ -1630,35 +1693,35 @@ - - - - - @@ -1693,6 +1756,7 @@ + @@ -1729,15 +1793,16 @@ - + - + + @@ -1747,21 +1812,21 @@ - + + - - + - - - - + + + + @@ -1769,13 +1834,13 @@ + - - + - + @@ -1783,16 +1848,17 @@ - - + + + + - - + - + @@ -1801,7 +1867,7 @@ - + @@ -1809,7 +1875,7 @@ - + @@ -1823,25 +1889,25 @@ - - + + - - - - - - - - + + + + + + + + - + - + - + @@ -1850,32 +1916,38 @@ + + - + + - - + + + + + @@ -1888,31 +1960,33 @@ - + - + - - - - - - + + + + + + + + - + - + @@ -1933,70 +2007,76 @@ + - + - - + + + - - + + - + - - - - - - - - - + + + + + + + + + - + - + + + - - - - - + + + + + + - - - - + + + + + diff --git a/.idea/libraries/Flutter_Plugins.xml b/.idea/libraries/Flutter_Plugins.xml index 19d14709..19bbd68a 100644 --- a/.idea/libraries/Flutter_Plugins.xml +++ b/.idea/libraries/Flutter_Plugins.xml @@ -1,49 +1,51 @@ + + - - - - - - - - - - - - - - - - - - - - - - - - + - - - - + + + - - - - + + - + + + + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/apps/onyx/lib/screens/mails/pages/email_send_page.dart b/apps/onyx/lib/screens/mails/pages/email_send_page.dart index a4d737e6..ef425730 100644 --- a/apps/onyx/lib/screens/mails/pages/email_send_page.dart +++ b/apps/onyx/lib/screens/mails/pages/email_send_page.dart @@ -202,44 +202,38 @@ class MailSendPage extends StatelessWidget { height: (originalMessage == null) ? 62.5.h : 75.h, width: 100.w, child: SingleChildScrollView( - child: QuillProvider( - configurations: QuillConfigurations( - controller: controller, - sharedConfigurations: const QuillSharedConfigurations(), - ), - child: Column( - children: [ - const QuillToolbar( - configurations: QuillToolbarConfigurations( - multiRowsDisplay: false), - ), - Container( - height: (originalMessage != null) ? 40.h : 52.h, - width: 100.w, - padding: const EdgeInsets.all(10), - child: QuillEditor.basic( - configurations: const QuillEditorConfigurations( - readOnly: false, // true for view only mode + child: Column( + children: [ + QuillSimpleToolbar( + configurations: QuillSimpleToolbarConfigurations( + controller: controller, multiRowsDisplay: false), + ), + Container( + height: (originalMessage != null) ? 40.h : 52.h, + width: 100.w, + padding: const EdgeInsets.all(10), + child: QuillEditor.basic( + configurations: QuillEditorConfigurations( + controller: controller, + readOnly: false, // true for view only mode + )), + ), + (originalMessage != null) + ? Container( + width: 100.w, + height: 75.h, + padding: EdgeInsets.all(1.h), + child: MailContentWidget( + mail: context + .read() + .state + .currentMailBox! + .emails + .firstWhere((element) => + element.id == originalMessage)), ) - ), - ), - (originalMessage != null) - ? Container( - width: 100.w, - height: 75.h, - padding: EdgeInsets.all(1.h), - child: MailContentWidget( - mail: context - .read() - .state - .currentMailBox! - .emails - .firstWhere((element) => - element.id == originalMessage)), - ) - : Container(), - ], - ), + : Container(), + ], ), ), ), diff --git a/apps/onyx/linux/flutter/generated_plugin_registrant.cc b/apps/onyx/linux/flutter/generated_plugin_registrant.cc index ddb89bdf..cb773656 100644 --- a/apps/onyx/linux/flutter/generated_plugin_registrant.cc +++ b/apps/onyx/linux/flutter/generated_plugin_registrant.cc @@ -8,8 +8,9 @@ #include #include +#include #include -#include +#include #include void fl_register_plugins(FlPluginRegistry* registry) { @@ -19,12 +20,15 @@ void fl_register_plugins(FlPluginRegistry* registry) { g_autoptr(FlPluginRegistrar) desktop_window_registrar = fl_plugin_registry_get_registrar_for_plugin(registry, "DesktopWindowPlugin"); desktop_window_plugin_register_with_registrar(desktop_window_registrar); + g_autoptr(FlPluginRegistrar) irondash_engine_context_registrar = + fl_plugin_registry_get_registrar_for_plugin(registry, "IrondashEngineContextPlugin"); + irondash_engine_context_plugin_register_with_registrar(irondash_engine_context_registrar); g_autoptr(FlPluginRegistrar) isar_flutter_libs_registrar = fl_plugin_registry_get_registrar_for_plugin(registry, "IsarFlutterLibsPlugin"); isar_flutter_libs_plugin_register_with_registrar(isar_flutter_libs_registrar); - g_autoptr(FlPluginRegistrar) pasteboard_registrar = - fl_plugin_registry_get_registrar_for_plugin(registry, "PasteboardPlugin"); - pasteboard_plugin_register_with_registrar(pasteboard_registrar); + g_autoptr(FlPluginRegistrar) super_native_extensions_registrar = + fl_plugin_registry_get_registrar_for_plugin(registry, "SuperNativeExtensionsPlugin"); + super_native_extensions_plugin_register_with_registrar(super_native_extensions_registrar); g_autoptr(FlPluginRegistrar) url_launcher_linux_registrar = fl_plugin_registry_get_registrar_for_plugin(registry, "UrlLauncherPlugin"); url_launcher_plugin_register_with_registrar(url_launcher_linux_registrar); diff --git a/apps/onyx/linux/flutter/generated_plugins.cmake b/apps/onyx/linux/flutter/generated_plugins.cmake index 82c0414a..0a25e28b 100644 --- a/apps/onyx/linux/flutter/generated_plugins.cmake +++ b/apps/onyx/linux/flutter/generated_plugins.cmake @@ -5,8 +5,9 @@ list(APPEND FLUTTER_PLUGIN_LIST biometric_storage desktop_window + irondash_engine_context isar_flutter_libs - pasteboard + super_native_extensions url_launcher_linux ) diff --git a/apps/onyx/macos/Flutter/GeneratedPluginRegistrant.swift b/apps/onyx/macos/Flutter/GeneratedPluginRegistrant.swift index 2701e464..3d7a902d 100644 --- a/apps/onyx/macos/Flutter/GeneratedPluginRegistrant.swift +++ b/apps/onyx/macos/Flutter/GeneratedPluginRegistrant.swift @@ -11,11 +11,12 @@ import desktop_window import device_info_plus import flutter_local_notifications import geolocator_apple +import irondash_engine_context import isar_flutter_libs -import pasteboard import path_provider_foundation import share_plus import sqflite +import super_native_extensions import url_launcher_macos func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { @@ -25,10 +26,11 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin")) FlutterLocalNotificationsPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalNotificationsPlugin")) GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin")) + IrondashEngineContextPlugin.register(with: registry.registrar(forPlugin: "IrondashEngineContextPlugin")) IsarFlutterLibsPlugin.register(with: registry.registrar(forPlugin: "IsarFlutterLibsPlugin")) - PasteboardPlugin.register(with: registry.registrar(forPlugin: "PasteboardPlugin")) PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin")) SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin")) SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin")) + SuperNativeExtensionsPlugin.register(with: registry.registrar(forPlugin: "SuperNativeExtensionsPlugin")) UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin")) } diff --git a/apps/onyx/pubspec.lock b/apps/onyx/pubspec.lock index a01987c7..8c20c313 100644 --- a/apps/onyx/pubspec.lock +++ b/apps/onyx/pubspec.lock @@ -29,10 +29,10 @@ packages: dependency: "direct main" description: name: animations - sha256: ef57563eed3620bd5d75ad96189846aca1e033c0c45fc9a7d26e80ab02b88a70 + sha256: "708e4b68c23228c264b038fe7003a2f5d01ce85fc64d8cae090e86b27fcea6c5" url: "https://pub.dev" source: hosted - version: "2.0.8" + version: "2.0.10" archive: dependency: transitive description: @@ -229,10 +229,10 @@ packages: dependency: transitive description: name: camera_platform_interface - sha256: "86fd4fc597c6e455265ddb5884feb352d0171ad14b9cdf3aba30da59b25738c4" + sha256: b6a568984254cadaca41a6b896d87d3b2e79a2e5791afa036f8d524c6783b93a url: "https://pub.dev" source: hosted - version: "2.6.0" + version: "2.7.0" camera_web: dependency: transitive description: @@ -249,6 +249,14 @@ packages: url: "https://pub.dev" source: hosted version: "1.3.0" + charcode: + dependency: transitive + description: + name: charcode + sha256: fb98c0f6d12c920a02ee2d998da788bca066ca5f148492b7085ee23372b12306 + url: "https://pub.dev" + source: hosted + version: "1.3.1" charset: dependency: transitive description: @@ -269,10 +277,10 @@ packages: dependency: transitive description: name: cli_util - sha256: b8db3080e59b2503ca9e7922c3df2072cf13992354d5e944074ffa836fba43b7 + sha256: c05b7406fdabc7a49a3929d4af76bcaccbbffcbcdcf185b082e1ae07da323d19 url: "https://pub.dev" source: hosted - version: "0.4.0" + version: "0.4.1" clock: dependency: transitive description: @@ -285,18 +293,18 @@ packages: dependency: transitive description: name: code_builder - sha256: b2151ce26a06171005b379ecff6e08d34c470180ffe16b8e14b6d52be292b55f + sha256: feee43a5c05e7b3199bb375a86430b8ada1b04104f2923d0e03cc01ca87b6d84 url: "https://pub.dev" source: hosted - version: "4.8.0" + version: "4.9.0" collection: dependency: transitive description: name: collection - sha256: f092b211a4319e98e5ff58223576de6c2803db36221657b46c82574721240687 + sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a url: "https://pub.dev" source: hosted - version: "1.17.2" + version: "1.18.0" connectivity_plus: dependency: "direct main" description: @@ -341,10 +349,10 @@ packages: dependency: transitive description: name: cross_file - sha256: "2f9d2cbccb76127ba28528cb3ae2c2326a122446a83de5a056aaa3880d3882c5" + sha256: fedaadfa3a6996f75211d835aaeb8fede285dae94262485698afd832371b9a5e url: "https://pub.dev" source: hosted - version: "0.3.3+7" + version: "0.3.3+8" crypto: dependency: transitive description: @@ -369,6 +377,14 @@ packages: url: "https://pub.dev" source: hosted version: "1.0.1" + dart_quill_delta: + dependency: transitive + description: + name: dart_quill_delta + sha256: "733eb31821ceb45f43c47bf7f8c5a8aaee39550c0985ed38ff440e8ea5353e2d" + url: "https://pub.dev" + source: hosted + version: "0.0.1" dart_style: dependency: transitive description: @@ -482,6 +498,14 @@ packages: url: "https://pub.dev" source: hosted version: "2.0.0" + fake_async: + dependency: transitive + description: + name: fake_async + sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78" + url: "https://pub.dev" + source: hosted + version: "1.3.1" ffi: dependency: transitive description: @@ -519,14 +543,6 @@ packages: description: flutter source: sdk version: "0.0.0" - flutter_animate: - dependency: transitive - description: - name: flutter_animate - sha256: "1dbc1aabfb8ec1e9d9feed2b675c21fb6b0a11f99be53ec3bc0f1901af6a8eb7" - url: "https://pub.dev" - source: hosted - version: "4.3.0" flutter_bloc: dependency: "direct main" description: @@ -655,6 +671,11 @@ packages: url: "https://pub.dev" source: hosted version: "7.0.0+1" + flutter_localizations: + dependency: transitive + description: flutter + source: sdk + version: "0.0.0" flutter_map: dependency: "direct main" description: @@ -715,10 +736,15 @@ packages: dependency: "direct main" description: name: flutter_quill - sha256: "3a61ae772fb075840a19edc9c2a72d5a5eab5b45351ac7e580eda4ba8a47b73e" + sha256: c9858d0fed5d8309a8aba0313c7610cbca3fd1bf6c1dd055f39cdd130475e94d url: "https://pub.dev" source: hosted - version: "8.2.2" + version: "9.0.5" + flutter_test: + dependency: "direct dev" + description: flutter + source: sdk + version: "0.0.0" flutter_web_plugins: dependency: transitive description: flutter @@ -836,6 +862,14 @@ packages: url: "https://pub.dev" source: hosted version: "0.15.4" + html2md: + dependency: transitive + description: + name: html2md + sha256: "6f50cec926b0a09816aadb66a59e4cda45c91fd00551e5a8298870069729b508" + url: "https://pub.dev" + source: hosted + version: "1.3.1" html_unescape: dependency: transitive description: @@ -848,10 +882,10 @@ packages: dependency: transitive description: name: http - sha256: "759d1a329847dd0f39226c688d3e06a6b8679668e350e2891a6474f8b4bb8525" + sha256: d4872660c46d929f6b8a9ef4e7a7eff7e49bbf0c4ec3f385ee32df5119175139 url: "https://pub.dev" source: hosted - version: "1.1.0" + version: "1.1.2" http_multi_server: dependency: transitive description: @@ -868,14 +902,6 @@ packages: url: "https://pub.dev" source: hosted version: "4.0.2" - i18n_extension: - dependency: transitive - description: - name: i18n_extension - sha256: db45cd88cf3114f5b9368d975aebebe4ac37fa634fbc5643634289cdfd4d3631 - url: "https://pub.dev" - source: hosted - version: "9.0.2" icalendar_parser: dependency: transitive description: @@ -908,6 +934,22 @@ packages: url: "https://pub.dev" source: hosted version: "1.0.4" + irondash_engine_context: + dependency: transitive + description: + name: irondash_engine_context + sha256: f66a1af95756d5fece5034d357853d0127e09b9e4ef58be1f022ca47e11c6f7e + url: "https://pub.dev" + source: hosted + version: "0.4.0" + irondash_message_channel: + dependency: transitive + description: + name: irondash_message_channel + sha256: "500daa1fbe679f7d28a5258df3ff47dab6de352e680dc93c1ca9eae1555d8db5" + url: "https://pub.dev" + source: hosted + version: "0.3.1" isar: dependency: transitive description: @@ -967,18 +1009,18 @@ packages: dependency: "direct main" description: name: json_theme - sha256: bc44c5b91c90a62e923f3a9dfce13ac01e0794a6323d94c31f060c5ed45c5677 + sha256: c6ae6a88ccaec32eb04215e56d0099f8d139d5cfc22460aef38258ae46772eff url: "https://pub.dev" source: hosted - version: "6.3.2" + version: "6.4.0" json_theme_annotation: dependency: transitive description: name: json_theme_annotation - sha256: "3edd04c4a8b44be280769ef9e8ad1838447b7857a80cf18e5afd3eddc56817d8" + sha256: "2c0771ce66716d65c67f85679f2ad50687d11aabc32162def053ebb65e4b7b70" url: "https://pub.dev" source: hosted - version: "1.0.3" + version: "1.0.3+1" latlong2: dependency: "direct main" description: @@ -1047,14 +1089,22 @@ packages: relative: true source: path version: "1.0.7" + markdown: + dependency: transitive + description: + name: markdown + sha256: acf35edccc0463a9d7384e437c015a3535772e09714cf60e07eeef3a15870dcd + url: "https://pub.dev" + source: hosted + version: "7.1.1" matcher: dependency: transitive description: name: matcher - sha256: d2323aa2060500f906aa31a895b4030b6da3ebdcc5619d14ce1aada65cd161cb + sha256: "1803e76e6653768d64ed8ff2e1e67bea3ad4b923eb5c56a295c3e634bad5960e" url: "https://pub.dev" source: hosted - version: "0.12.16+1" + version: "0.12.16" material_color_utilities: dependency: transitive description: @@ -1067,10 +1117,10 @@ packages: dependency: transitive description: name: meta - sha256: "3c74dbf8763d36539f114c799d8a2d87343b5067e9d796ca22b5eb8437090ee3" + sha256: a6e590c838b18133bb482a2745ad77c5bb7715fb0451209e1a7567d416678b8e url: "https://pub.dev" source: hosted - version: "1.9.1" + version: "1.10.0" mgrs_dart: dependency: transitive description: @@ -1135,22 +1185,14 @@ packages: url: "https://pub.dev" source: hosted version: "2.1.0" - pasteboard: - dependency: transitive - description: - name: pasteboard - sha256: "1c8b6a8b3f1d12e55d4e9404433cda1b4abe66db6b17bc2d2fb5965772c04674" - url: "https://pub.dev" - source: hosted - version: "0.2.0" path: dependency: transitive description: name: path - sha256: "087ce49c3f0dc39180befefc60fdb4acd8f8620e5682fe2476afd0b3688bb4af" + sha256: "8829d8a55c13fc0e37127c29fedf290c102f4e40ae94ada574091fe0ff96c917" url: "https://pub.dev" source: hosted - version: "1.9.0" + version: "1.8.3" path_provider: dependency: "direct main" description: @@ -1203,50 +1245,66 @@ packages: dependency: "direct main" description: name: permission_handler - sha256: "284a66179cabdf942f838543e10413246f06424d960c92ba95c84439154fcac8" + sha256: "860c6b871c94c78e202dc69546d4d8fd84bd59faeb36f8fb9888668a53ff4f78" url: "https://pub.dev" source: hosted - version: "11.0.1" + version: "11.1.0" permission_handler_android: dependency: transitive description: name: permission_handler_android - sha256: f9fddd3b46109bd69ff3f9efa5006d2d309b7aec0f3c1c5637a60a2d5659e76e + sha256: "2f1bec180ee2f5665c22faada971a8f024761f632e93ddc23310487df52dcfa6" url: "https://pub.dev" source: hosted - version: "11.1.0" + version: "12.0.1" permission_handler_apple: dependency: transitive description: name: permission_handler_apple - sha256: "99e220bce3f8877c78e4ace901082fb29fa1b4ebde529ad0932d8d664b34f3f5" + sha256: "1a816084338ada8d574b1cb48390e6e8b19305d5120fe3a37c98825bacc78306" + url: "https://pub.dev" + source: hosted + version: "9.2.0" + permission_handler_html: + dependency: transitive + description: + name: permission_handler_html + sha256: "11b762a8c123dced6461933a88ea1edbbe036078c3f9f41b08886e678e7864df" url: "https://pub.dev" source: hosted - version: "9.1.4" + version: "0.1.0+2" permission_handler_platform_interface: dependency: transitive description: name: permission_handler_platform_interface - sha256: "6760eb5ef34589224771010805bea6054ad28453906936f843a8cc4d3a55c4a4" + sha256: d87349312f7eaf6ce0adaf668daf700ac5b06af84338bd8b8574dfbd93ffe1a1 url: "https://pub.dev" source: hosted - version: "3.12.0" + version: "4.0.2" permission_handler_windows: dependency: transitive description: name: permission_handler_windows - sha256: cc074aace208760f1eee6aa4fae766b45d947df85bc831cde77009cdb4720098 + sha256: "1e8640c1e39121128da6b816d236e714d2cf17fac5a105dd6acdd3403a628004" url: "https://pub.dev" source: hosted - version: "0.1.3" + version: "0.2.0" petitparser: dependency: transitive description: name: petitparser - sha256: cb3798bef7fc021ac45b308f4b51208a152792445cce0448c9a4ba5879dd8750 + sha256: c15605cd28af66339f8eb6fbe0e541bfe2d1b72d5825efc6598f3e0a31b9ad27 + url: "https://pub.dev" + source: hosted + version: "6.0.2" + pixel_snap: + dependency: transitive + description: + name: pixel_snap + sha256: d31591a4f4aa8ed5dc6fc00b8d027338a5614dfbf5ca658b69d1faa7aba80af7 url: "https://pub.dev" source: hosted - version: "5.4.0" + version: "0.1.4" platform: dependency: transitive description: @@ -1500,14 +1558,30 @@ packages: url: "https://pub.dev" source: hosted version: "1.2.0" + super_clipboard: + dependency: transitive + description: + name: super_clipboard + sha256: "1031873af66c796177eff073d1453c9f19a75e6f9b308ca0b950928d0a20aedd" + url: "https://pub.dev" + source: hosted + version: "0.7.3" + super_native_extensions: + dependency: transitive + description: + name: super_native_extensions + sha256: fd658e096e99ed7555c0727a8201dbe3b8afc0059742ac14bdcff115e08f589c + url: "https://pub.dev" + source: hosted + version: "0.7.3" synchronized: dependency: transitive description: name: synchronized - sha256: "5fcbd27688af6082f5abd611af56ee575342c30e87541d0245f7ff99faa02c60" + sha256: "539ef412b170d65ecdafd780f924e5be3f60032a1128df156adad6c5b373d558" url: "https://pub.dev" source: hosted - version: "3.1.0" + version: "3.1.0+1" term_glyph: dependency: transitive description: @@ -1520,10 +1594,10 @@ packages: dependency: transitive description: name: test_api - sha256: "9955ae474176f7ac8ee4e989dadfb411a58c30415bcfb648fa04b2b8a03afa7f" + sha256: "5c2f730018264d276c20e4f1503fd1308dfbbae39ec8ee63c5236311ac06954b" url: "https://pub.dev" source: hosted - version: "0.7.0" + version: "0.6.1" timezone: dependency: transitive description: @@ -1616,10 +1690,10 @@ packages: dependency: transitive description: name: url_launcher_web - sha256: "7fd2f55fe86cea2897b963e864dc01a7eb0719ecc65fcef4c1cc3d686d718bb2" + sha256: "7286aec002c8feecc338cc33269e96b73955ab227456e9fb2a91f7fab8a358e9" url: "https://pub.dev" source: hosted - version: "2.2.0" + version: "2.2.2" url_launcher_windows: dependency: transitive description: @@ -1664,10 +1738,10 @@ packages: dependency: transitive description: name: web - sha256: dc8ccd225a2005c1be616fe02951e2e342092edf968cf0844220383757ef8f10 + sha256: afe077240a270dcfd2aafe77602b4113645af95d0ad31128cc02bce5ac5d5152 url: "https://pub.dev" source: hosted - version: "0.1.4-beta" + version: "0.3.0" web_socket_channel: dependency: transitive description: @@ -1752,10 +1826,10 @@ packages: dependency: transitive description: name: xml - sha256: "5bc72e1e45e941d825fd7468b9b4cc3b9327942649aeb6fc5cdbf135f0a86e84" + sha256: b015a8ad1c488f66851d762d3090a21c600e479dc75e68328c52774040cf9226 url: "https://pub.dev" source: hosted - version: "6.3.0" + version: "6.5.0" yaml: dependency: transitive description: @@ -1773,5 +1847,5 @@ packages: source: hosted version: "0.9.0" sdks: - dart: ">=3.1.3 <4.0.0" - flutter: ">=3.13.0" + dart: ">=3.2.3 <4.0.0" + flutter: ">=3.16.0" diff --git a/apps/onyx/pubspec.yaml b/apps/onyx/pubspec.yaml index 8fac35c5..b3e5a4de 100644 --- a/apps/onyx/pubspec.yaml +++ b/apps/onyx/pubspec.yaml @@ -38,7 +38,7 @@ dependencies: file_picker: ^6.0.0 open_filex: ^4.3.4 flutter_file_dialog: ^3.0.2 - flutter_quill: ^8.6.4 + flutter_quill: ^9.0.5 vsc_quill_delta_to_html: ^1.0.3 enough_mail: ^2.1.3 diff --git a/apps/onyx/windows/flutter/generated_plugin_registrant.cc b/apps/onyx/windows/flutter/generated_plugin_registrant.cc index 0249e770..b799ac27 100644 --- a/apps/onyx/windows/flutter/generated_plugin_registrant.cc +++ b/apps/onyx/windows/flutter/generated_plugin_registrant.cc @@ -9,10 +9,11 @@ #include #include #include +#include #include -#include #include #include +#include #include void RegisterPlugins(flutter::PluginRegistry* registry) { @@ -22,14 +23,16 @@ void RegisterPlugins(flutter::PluginRegistry* registry) { registry->GetRegistrarForPlugin("DesktopWindowPlugin")); GeolocatorWindowsRegisterWithRegistrar( registry->GetRegistrarForPlugin("GeolocatorWindows")); + IrondashEngineContextPluginCApiRegisterWithRegistrar( + registry->GetRegistrarForPlugin("IrondashEngineContextPluginCApi")); IsarFlutterLibsPluginRegisterWithRegistrar( registry->GetRegistrarForPlugin("IsarFlutterLibsPlugin")); - PasteboardPluginRegisterWithRegistrar( - registry->GetRegistrarForPlugin("PasteboardPlugin")); PermissionHandlerWindowsPluginRegisterWithRegistrar( registry->GetRegistrarForPlugin("PermissionHandlerWindowsPlugin")); SharePlusWindowsPluginCApiRegisterWithRegistrar( registry->GetRegistrarForPlugin("SharePlusWindowsPluginCApi")); + SuperNativeExtensionsPluginCApiRegisterWithRegistrar( + registry->GetRegistrarForPlugin("SuperNativeExtensionsPluginCApi")); UrlLauncherWindowsRegisterWithRegistrar( registry->GetRegistrarForPlugin("UrlLauncherWindows")); } diff --git a/apps/onyx/windows/flutter/generated_plugins.cmake b/apps/onyx/windows/flutter/generated_plugins.cmake index 0c2465d7..e598da7d 100644 --- a/apps/onyx/windows/flutter/generated_plugins.cmake +++ b/apps/onyx/windows/flutter/generated_plugins.cmake @@ -6,10 +6,11 @@ list(APPEND FLUTTER_PLUGIN_LIST connectivity_plus desktop_window geolocator_windows + irondash_engine_context isar_flutter_libs - pasteboard permission_handler_windows share_plus + super_native_extensions url_launcher_windows )