From 54fa42484237a85426bcd6d8a049083cc792db91 Mon Sep 17 00:00:00 2001 From: eymeric Date: Wed, 4 Sep 2024 20:37:33 +0200 Subject: [PATCH] v2.0.9 --- .../flutter/generated_plugin_registrant.cc | 8 - .../linux/flutter/generated_plugins.cmake | 2 - .../Flutter/GeneratedPluginRegistrant.swift | 4 - apps/onyx/pubspec.lock | 367 ++++---- apps/onyx/pubspec.yaml | 6 +- .../flutter/generated_plugin_registrant.cc | 6 - .../windows/flutter/generated_plugins.cmake | 2 - .../android/en-US/changelogs/2048.txt | 11 + .../android/fr-FR/changelogs/2048.txt | 11 + packages/izlyclient/pubspec.yaml | 2 +- packages/lyon1agendaclient/pubspec.lock | 81 +- packages/lyon1agendaclient/pubspec.yaml | 2 +- packages/lyon1casclient/.idea/.gitignore | 8 - .../.idea/libraries/Dart_Packages.xml | 636 ------------- .../.idea/libraries/Dart_SDK.xml | 28 - .../lyon1casclient/.idea/lyon1-casclient.iml | 15 - packages/lyon1casclient/.idea/misc.xml | 5 - packages/lyon1casclient/.idea/modules.xml | 8 - packages/lyon1casclient/.idea/vcs.xml | 7 - .../lyon1casclient/melos_lyon1casclient.iml | 16 - packages/lyon1casclient/pubspec.yaml | 2 +- packages/lyon1examenclient/LICENSE | 1 + packages/lyon1examenclient/pubspec.yaml | 4 +- packages/lyon1mailclient/.idea/.gitignore | 8 - .../.idea/libraries/Dart_Packages.xml | 860 ------------------ .../.idea/libraries/Dart_SDK.xml | 28 - .../.idea/lyon1-mailclient.iml | 15 - packages/lyon1mailclient/.idea/misc.xml | 5 - packages/lyon1mailclient/.idea/modules.xml | 8 - packages/lyon1mailclient/.idea/vcs.xml | 7 - .../lyon1mailclient/cached_actionlist.hive | Bin 17056 -> 0 bytes .../lyon1mailclient/cached_actionlist.lock | 0 .../lyon1mailclient/melos_lyon1mailclient.iml | 16 - packages/lyon1mailclient/pubspec.lock | 770 ---------------- packages/lyon1mailclient/pubspec.yaml | 3 +- packages/lyon1tomussclient/.idea/.gitignore | 8 - .../.idea/dartus-tomuss-client.iml | 15 - .../.idea/libraries/Dart_Packages.xml | 644 ------------- .../.idea/libraries/Dart_SDK.xml | 28 - packages/lyon1tomussclient/.idea/misc.xml | 5 - packages/lyon1tomussclient/.idea/modules.xml | 8 - packages/lyon1tomussclient/.idea/vcs.xml | 7 - .../melos_lyon1tomussclient.iml | 16 - packages/lyon1tomussclient/pubspec.lock | 665 -------------- packages/lyon1tomussclient/pubspec.yaml | 2 +- .../polytechcolloscopeclient/pubspec.yaml | 2 +- 46 files changed, 243 insertions(+), 4109 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/2048.txt create mode 100644 fastlane/metadata/android/fr-FR/changelogs/2048.txt delete mode 100644 packages/lyon1casclient/.idea/.gitignore delete mode 100644 packages/lyon1casclient/.idea/libraries/Dart_Packages.xml delete mode 100644 packages/lyon1casclient/.idea/libraries/Dart_SDK.xml delete mode 100644 packages/lyon1casclient/.idea/lyon1-casclient.iml delete mode 100644 packages/lyon1casclient/.idea/misc.xml delete mode 100644 packages/lyon1casclient/.idea/modules.xml delete mode 100644 packages/lyon1casclient/.idea/vcs.xml delete mode 100644 packages/lyon1casclient/melos_lyon1casclient.iml create mode 100644 packages/lyon1examenclient/LICENSE delete mode 100755 packages/lyon1mailclient/.idea/.gitignore delete mode 100644 packages/lyon1mailclient/.idea/libraries/Dart_Packages.xml delete mode 100644 packages/lyon1mailclient/.idea/libraries/Dart_SDK.xml delete mode 100644 packages/lyon1mailclient/.idea/lyon1-mailclient.iml delete mode 100755 packages/lyon1mailclient/.idea/misc.xml delete mode 100755 packages/lyon1mailclient/.idea/modules.xml delete mode 100644 packages/lyon1mailclient/.idea/vcs.xml delete mode 100755 packages/lyon1mailclient/cached_actionlist.hive delete mode 100644 packages/lyon1mailclient/cached_actionlist.lock delete mode 100644 packages/lyon1mailclient/melos_lyon1mailclient.iml delete mode 100644 packages/lyon1mailclient/pubspec.lock delete mode 100755 packages/lyon1tomussclient/.idea/.gitignore delete mode 100644 packages/lyon1tomussclient/.idea/dartus-tomuss-client.iml delete mode 100644 packages/lyon1tomussclient/.idea/libraries/Dart_Packages.xml delete mode 100644 packages/lyon1tomussclient/.idea/libraries/Dart_SDK.xml delete mode 100755 packages/lyon1tomussclient/.idea/misc.xml delete mode 100755 packages/lyon1tomussclient/.idea/modules.xml delete mode 100644 packages/lyon1tomussclient/.idea/vcs.xml delete mode 100644 packages/lyon1tomussclient/melos_lyon1tomussclient.iml delete mode 100755 packages/lyon1tomussclient/pubspec.lock diff --git a/apps/onyx/linux/flutter/generated_plugin_registrant.cc b/apps/onyx/linux/flutter/generated_plugin_registrant.cc index 5390d55e..9996f97d 100644 --- a/apps/onyx/linux/flutter/generated_plugin_registrant.cc +++ b/apps/onyx/linux/flutter/generated_plugin_registrant.cc @@ -8,9 +8,7 @@ #include #include -#include #include -#include #include void fl_register_plugins(FlPluginRegistry* registry) { @@ -20,15 +18,9 @@ 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) objectbox_flutter_libs_registrar = fl_plugin_registry_get_registrar_for_plugin(registry, "ObjectboxFlutterLibsPlugin"); objectbox_flutter_libs_plugin_register_with_registrar(objectbox_flutter_libs_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 d04e9e79..124bb7ee 100644 --- a/apps/onyx/linux/flutter/generated_plugins.cmake +++ b/apps/onyx/linux/flutter/generated_plugins.cmake @@ -5,9 +5,7 @@ list(APPEND FLUTTER_PLUGIN_LIST biometric_storage desktop_window - irondash_engine_context objectbox_flutter_libs - super_native_extensions url_launcher_linux ) diff --git a/apps/onyx/macos/Flutter/GeneratedPluginRegistrant.swift b/apps/onyx/macos/Flutter/GeneratedPluginRegistrant.swift index 2fb92083..ce6bdb4a 100644 --- a/apps/onyx/macos/Flutter/GeneratedPluginRegistrant.swift +++ b/apps/onyx/macos/Flutter/GeneratedPluginRegistrant.swift @@ -11,12 +11,10 @@ import desktop_window import device_info_plus import flutter_local_notifications import geolocator_apple -import irondash_engine_context import objectbox_flutter_libs import path_provider_foundation import share_plus import sqflite -import super_native_extensions import url_launcher_macos func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { @@ -26,11 +24,9 @@ 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")) ObjectboxFlutterLibsPlugin.register(with: registry.registrar(forPlugin: "ObjectboxFlutterLibsPlugin")) 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 31fe4f2a..87550eb1 100644 --- a/apps/onyx/pubspec.lock +++ b/apps/onyx/pubspec.lock @@ -37,10 +37,10 @@ packages: dependency: transitive description: name: ansicolor - sha256: "8bf17a8ff6ea17499e40a2d2542c2f481cd7615760c6d34065cb22bfd22e6880" + sha256: "50e982d500bc863e1d703448afdbf9e5a72eb48840a4f766fa361ffd6877055f" url: "https://pub.dev" source: hosted - version: "2.0.2" + version: "2.0.3" archive: dependency: transitive description: @@ -189,26 +189,26 @@ packages: dependency: "direct main" description: name: cached_network_image - sha256: "28ea9690a8207179c319965c13cd8df184d5ee721ae2ce60f398ced1219cea1f" + sha256: "7c1183e361e5c8b0a0f21a28401eecdbde252441106a9816400dd4c2b2424916" url: "https://pub.dev" source: hosted - version: "3.3.1" + version: "3.4.1" cached_network_image_platform_interface: dependency: transitive description: name: cached_network_image_platform_interface - sha256: "9e90e78ae72caa874a323d78fa6301b3fb8fa7ea76a8f96dc5b5bf79f283bf2f" + sha256: "35814b016e37fbdc91f7ae18c8caf49ba5c88501813f73ce8a07027a395e2829" url: "https://pub.dev" source: hosted - version: "4.0.0" + version: "4.1.1" cached_network_image_web: dependency: transitive description: name: cached_network_image_web - sha256: "205d6a9f1862de34b93184f22b9d2d94586b2f05c581d546695e3d8f6a805cd7" + sha256: "980842f4e8e2535b8dbd3d5ca0b1f0ba66bf61d14cc3a17a9b4788a3685ba062" url: "https://pub.dev" source: hosted - version: "1.2.0" + version: "1.3.1" camera: dependency: transitive description: @@ -221,34 +221,34 @@ packages: dependency: transitive description: name: camera_android - sha256: "3af7f0b55f184d392d2eec238aaa30552ebeef2915e5e094f5488bf50d6d7ca2" + sha256: "32f04948a284b71d938fe275616faf4957d07f9b3aab8021bfc8c418301a289e" url: "https://pub.dev" source: hosted - version: "0.10.9+3" + version: "0.10.9+11" camera_avfoundation: dependency: transitive description: name: camera_avfoundation - sha256: "7d021e8cd30d9b71b8b92b4ad669e80af432d722d18d6aac338572754a786c15" + sha256: "7c28969a975a7eb2349bc2cb2dfe3ad218a33dba9968ecfb181ce08c87486655" url: "https://pub.dev" source: hosted - version: "0.9.16" + version: "0.9.17+3" camera_platform_interface: dependency: transitive description: name: camera_platform_interface - sha256: a250314a48ea337b35909a4c9d5416a208d736dcb01d0b02c6af122be66660b0 + sha256: b3ede1f171532e0d83111fe0980b46d17f1aa9788a07a2fbed07366bbdbb9061 url: "https://pub.dev" source: hosted - version: "2.7.4" + version: "2.8.0" camera_web: dependency: transitive description: name: camera_web - sha256: "9e9aba2fbab77ce2472924196ff8ac4dd8f9126c4f9a3096171cd1d870d6b26c" + sha256: "595f28c89d1fb62d77c73c633193755b781c6d2e0ebcd8dc25b763b514e6ba8f" url: "https://pub.dev" source: hosted - version: "0.3.3" + version: "0.3.5" characters: dependency: transitive description: @@ -317,18 +317,18 @@ packages: dependency: "direct main" description: name: connectivity_plus - sha256: db7a4e143dc72cc3cb2044ef9b052a7ebfe729513e6a82943bc3526f784365b8 + sha256: "2056db5241f96cdc0126bd94459fc4cdc13876753768fc7a31c425e50a7177d0" url: "https://pub.dev" source: hosted - version: "6.0.3" + version: "6.0.5" connectivity_plus_platform_interface: dependency: transitive description: name: connectivity_plus_platform_interface - sha256: b6a56efe1e6675be240de39107281d4034b64ac23438026355b4234042a35adb + sha256: "42657c1715d48b167930d5f34d00222ac100475f73d10162ddf43e714932f204" url: "https://pub.dev" source: hosted - version: "2.0.0" + version: "2.0.1" convert: dependency: transitive description: @@ -357,26 +357,26 @@ packages: dependency: transitive description: name: coverage - sha256: "3945034e86ea203af7a056d98e98e42a5518fff200d6e8e6647e1886b07e936e" + sha256: c1fb2dce3c0085f39dc72668e85f8e0210ec7de05345821ff58530567df345a5 url: "https://pub.dev" source: hosted - version: "1.8.0" + version: "1.9.2" cross_file: dependency: transitive description: name: cross_file - sha256: "55d7b444feb71301ef6b8838dbc1ae02e63dd48c8773f3810ff53bb1e2945b32" + sha256: "7caf6a750a0c04effbb52a676dce9a4a592e10ad35c34d6d2d0e4811160d5670" url: "https://pub.dev" source: hosted - version: "0.3.4+1" + version: "0.3.4+2" crypto: dependency: transitive description: name: crypto - sha256: ff625774173754681d66daaf4a448684fb04b78f902da9cb3d308c19cc5e8bab + sha256: ec30d999af904f33454ba22ed9a86162b35e52b44ac4807d1d93c288041d7d27 url: "https://pub.dev" source: hosted - version: "3.0.3" + version: "3.0.5" csslib: dependency: transitive description: @@ -413,10 +413,10 @@ packages: dependency: transitive description: name: dart_quill_delta - sha256: "6fcdc659d210e7dd06d41aff13eaea6a5e6c1a0cf022a2e886854881da36ce01" + sha256: c3bd333a08986d5ac084ed1cd7eedad14db297ce4742a4ac8dd9b723ac800be4 url: "https://pub.dev" source: hosted - version: "9.3.21" + version: "10.5.6" dart_style: dependency: transitive description: @@ -445,18 +445,18 @@ packages: dependency: transitive description: name: device_info_plus - sha256: eead12d1a1ed83d8283ab4c2f3fca23ac4082f29f25f29dff0f758f57d06ec91 + sha256: a7fd703482b391a87d60b6061d04dfdeab07826b96f9abd8f5ed98068acc0074 url: "https://pub.dev" source: hosted - version: "10.1.0" + version: "10.1.2" device_info_plus_platform_interface: dependency: transitive description: name: device_info_plus_platform_interface - sha256: d3b01d5868b50ae571cd1dc6e502fc94d956b665756180f7b16ead09e836fd64 + sha256: "282d3cf731045a2feb66abfe61bbc40870ae50a3ed10a4d3d217556c35c8c2ba" url: "https://pub.dev" source: hosted - version: "7.0.0" + version: "7.0.1" diacritic: dependency: "direct main" description: @@ -550,10 +550,10 @@ packages: dependency: transitive description: name: ffi - sha256: "493f37e7df1804778ff3a53bd691d8692ddf69702cf4c1c1096a2e41b4779e21" + sha256: "16ed7b077ef01ad6170a3d0c57caa4a112a38d7a2ed5602e0aca9ca6f3d98da6" url: "https://pub.dev" source: hosted - version: "2.1.2" + version: "2.1.3" file: dependency: transitive description: @@ -566,10 +566,10 @@ packages: dependency: "direct main" description: name: file_picker - sha256: "29c90806ac5f5fb896547720b73b17ee9aed9bba540dc5d91fe29f8c5745b10a" + sha256: "167bb619cdddaa10ef2907609feb8a79c16dfa479d3afaf960f8e223f754bf12" url: "https://pub.dev" source: hosted - version: "8.0.3" + version: "8.1.2" fixnum: dependency: transitive description: @@ -595,18 +595,18 @@ packages: dependency: "direct main" description: name: flutter_bloc - sha256: f0ecf6e6eb955193ca60af2d5ca39565a86b8a142452c5b24d96fb477428f4d2 + sha256: b594505eac31a0518bdcb4b5b79573b8d9117b193cc80cc12e17d639b10aa27a url: "https://pub.dev" source: hosted - version: "8.1.5" + version: "8.1.6" flutter_cache_manager: dependency: transitive description: name: flutter_cache_manager - sha256: "395d6b7831f21f3b989ebedbb785545932adb9afe2622c1ffacf7f4b53a7e544" + sha256: "400b6592f16a4409a7f2bb929a9a7e38c72cceb8ffb99ee57bbf2cb2cecf8386" url: "https://pub.dev" source: hosted - version: "3.3.2" + version: "3.4.1" flutter_colorpicker: dependency: transitive description: @@ -699,26 +699,26 @@ packages: dependency: "direct main" description: name: flutter_local_notifications - sha256: "40e6fbd2da7dcc7ed78432c5cdab1559674b4af035fddbfb2f9a8f9c2112fcef" + sha256: c500d5d9e7e553f06b61877ca6b9c8b92c570a4c8db371038702e8ce57f8a50f url: "https://pub.dev" source: hosted - version: "17.1.2" + version: "17.2.2" flutter_local_notifications_linux: dependency: transitive description: name: flutter_local_notifications_linux - sha256: "33f741ef47b5f63cc7f78fe75eeeac7e19f171ff3c3df054d84c1e38bedb6a03" + sha256: c49bd06165cad9beeb79090b18cd1eb0296f4bf4b23b84426e37dd7c027fc3af url: "https://pub.dev" source: hosted - version: "4.0.0+1" + version: "4.0.1" flutter_local_notifications_platform_interface: dependency: transitive description: name: flutter_local_notifications_platform_interface - sha256: "340abf67df238f7f0ef58f4a26d2a83e1ab74c77ab03cd2b2d5018ac64db30b7" + sha256: "85f8d07fe708c1bdcf45037f2c0109753b26ae077e9d9e899d55971711a4ea66" url: "https://pub.dev" source: hosted - version: "7.1.0" + version: "7.2.0" flutter_localizations: dependency: "direct main" description: flutter @@ -784,18 +784,26 @@ packages: dependency: transitive description: name: flutter_plugin_android_lifecycle - sha256: c6b0b4c05c458e1c01ad9bcc14041dd7b1f6783d487be4386f793f47a8a4d03e + sha256: "9ee02950848f61c4129af3d6ec84a1cfc0e47931abc746b03e7a3bc3e8ff6eda" url: "https://pub.dev" source: hosted - version: "2.0.20" + version: "2.0.22" flutter_quill: dependency: "direct main" description: name: flutter_quill - sha256: "1ecdb81f6fd93691cfa8e6af1f8fe47c53377e0a13137682a18548ddf9d437b6" + sha256: a204902f569bf59538933c977f71bf0003005abf317e2f21fa48ee28a54ab0e1 + url: "https://pub.dev" + source: hosted + version: "10.5.6" + flutter_quill_delta_from_html: + dependency: transitive + description: + name: flutter_quill_delta_from_html + sha256: "5461df689818d34237f7a5109763e1e4663b973c2a44a46c398bbd46381d297a" url: "https://pub.dev" source: hosted - version: "9.3.21" + version: "1.4.0" flutter_test: dependency: "direct dev" description: flutter @@ -842,10 +850,10 @@ packages: dependency: transitive description: name: geolocator_platform_interface - sha256: c6005787efe9e27cb0f6b50230c217e6f0ef8e1e7a8b854efb4f46489e502603 + sha256: "386ce3d9cce47838355000070b1d0b13efb5bc430f8ecda7e9238c8409ace012" url: "https://pub.dev" source: hosted - version: "4.2.3" + version: "4.2.4" geolocator_web: dependency: transitive description: @@ -874,10 +882,10 @@ packages: dependency: transitive description: name: graphs - sha256: aedc5a15e78fc65a6e23bcd927f24c64dd995062bcd1ca6eda65a3cff92a4d19 + sha256: "741bbf84165310a68ff28fe9e727332eef1407342fca52759cb21ad8177bb8d0" url: "https://pub.dev" source: hosted - version: "2.3.1" + version: "2.3.2" hex: dependency: transitive description: @@ -918,14 +926,6 @@ packages: url: "https://pub.dev" source: hosted version: "0.15.4" - html2md: - dependency: transitive - description: - name: html2md - sha256: "465cf8ffa1b510fe0e97941579bf5b22e2d575f2cecb500a9c0254efe33a8036" - url: "https://pub.dev" - source: hosted - version: "1.3.2" html_unescape: dependency: transitive description: @@ -938,10 +938,10 @@ packages: dependency: transitive description: name: http - sha256: "761a297c042deedc1ffbb156d6e2af13886bb305c2a343a4d972504cd67dd938" + sha256: b9c29a161230ee03d3ccf545097fccd9b87a5264228c5d348202e0f0c28f9010 url: "https://pub.dev" source: hosted - version: "1.2.1" + version: "1.2.2" http_multi_server: dependency: transitive description: @@ -990,29 +990,14 @@ packages: url: "https://pub.dev" source: hosted version: "1.0.4" - irondash_engine_context: - dependency: transitive - description: - name: irondash_engine_context - sha256: e8398cca5e28dc280c87b8c35a6ff4e15be844eabec51e713631f83903563681 - url: "https://pub.dev" - source: hosted - version: "0.5.3" - irondash_message_channel: - dependency: transitive - description: - name: irondash_message_channel - sha256: b4101669776509c76133b8917ab8cfc704d3ad92a8c450b92934dd8884a2f060 - url: "https://pub.dev" - source: hosted - version: "0.7.0" izlyclient: dependency: "direct main" description: - path: "../../packages/izlyclient" - relative: true - source: path - version: "1.0.9" + name: izlyclient + sha256: ee250433adcf91d8a2cb8512eb63d7bb0c1c9f62dcc05f609e3159f50dc0f27a + url: "https://pub.dev" + source: hosted + version: "1.0.10" js: dependency: transitive description: @@ -1033,18 +1018,18 @@ packages: dependency: transitive description: name: json_class - sha256: "5edd38122f0f41e383a8f927e8fdcf286d19e80a19198a1c80565b65b74a6997" + sha256: "668be1a27c493dd8822fe8c3ce3563ccd788e2b214d77a0b8b3bfad50272e7f9" url: "https://pub.dev" source: hosted - version: "3.0.0+14" + version: "3.0.0+16" json_schema: dependency: transitive description: name: json_schema - sha256: f1bcf81647c347f53281dca9c8ea3e2b7b4d0eee5b4d1e4cee3173a5c162f358 + sha256: b183ba828374365a89b81246c06a9a636935897d509cd846998bbc0d9bd0a2cf url: "https://pub.dev" source: hosted - version: "5.1.7" + version: "5.2.0" json_theme: dependency: "direct main" description: @@ -1057,10 +1042,10 @@ packages: dependency: transitive description: name: json_theme_annotation - sha256: "78f44cf50bfd45ef42bbd33bfdfb7e8b8cbc0735bb0d7e026535ea3871d395af" + sha256: "1be9def487510c90407dac2bc1ac4c396a4f5857e8e6ce791ebc97a0368706d6" url: "https://pub.dev" source: hosted - version: "1.0.3+8" + version: "1.0.3+10" keyboard_attachable: dependency: "direct main" description: @@ -1122,10 +1107,10 @@ packages: dependency: "direct main" description: name: logger - sha256: af05cc8714f356fd1f3888fb6741cbe9fbe25cdb6eedbab80e1a6db21047d4a4 + sha256: "697d067c60c20999686a0add96cf6aba723b3aa1f83ecf806a8097231529ec32" url: "https://pub.dev" source: hosted - version: "2.3.0" + version: "2.4.0" logging: dependency: transitive description: @@ -1137,37 +1122,42 @@ packages: lyon1agendaclient: dependency: "direct main" description: - path: "../../packages/lyon1agendaclient" - relative: true - source: path - version: "1.0.8" + name: lyon1agendaclient + sha256: "26441745cdd5621485b5e9456a4587583ad1281b8519ed1996428a61f0b41317" + url: "https://pub.dev" + source: hosted + version: "1.0.10" lyon1casclient: dependency: "direct main" description: - path: "../../packages/lyon1casclient" - relative: true - source: path - version: "1.0.7" + name: lyon1casclient + sha256: "21290d9bd6696ca7d2c9c155aa7098ae76eed2c1587b6d6d701fe5cebbc0aee9" + url: "https://pub.dev" + source: hosted + version: "1.0.9" lyon1examenclient: dependency: "direct main" description: - path: "../../packages/lyon1examenclient" - relative: true - source: path - version: "1.0.0" + name: lyon1examenclient + sha256: "85f4de022305f2bf65d8b2bd5b421424047f5b315dd28ee10e1eefd033f81a4f" + url: "https://pub.dev" + source: hosted + version: "1.0.9" lyon1mailclient: dependency: "direct main" description: - path: "../../packages/lyon1mailclient" - relative: true - source: path - version: "1.0.8" + name: lyon1mailclient + sha256: c0089d3532c8eb287690052c6df4578e76319b66f5b6f58087f93462f111c2e5 + url: "https://pub.dev" + source: hosted + version: "1.0.9" lyon1tomussclient: dependency: "direct main" description: - path: "../../packages/lyon1tomussclient" - relative: true - source: path + name: lyon1tomussclient + sha256: c2103134f12ffcd0ad696f686ea34b28cdf52e34aea1c738c459292904069b1e + url: "https://pub.dev" + source: hosted version: "1.0.11" markdown: dependency: transitive @@ -1213,10 +1203,10 @@ packages: dependency: transitive description: name: mime - sha256: "2e123074287cc9fd6c09de8336dae606d1ddb88d9ac47358826db698c176a1f2" + sha256: "801fd0b26f14a4a58ccb09d5892c3fbdeff209594300a542492cf13fba9d247a" url: "https://pub.dev" source: hosted - version: "1.0.5" + version: "1.0.6" modal_bottom_sheet: dependency: "direct main" description: @@ -1269,18 +1259,18 @@ packages: dependency: transitive description: name: octo_image - sha256: "45b40f99622f11901238e18d48f5f12ea36426d8eced9f4cbf58479c7aa2430d" + sha256: "34faa6639a78c7e3cbe79be6f9f96535867e879748ade7d17c9b1ae7536293bd" url: "https://pub.dev" source: hosted - version: "2.0.0" + version: "2.1.0" open_filex: dependency: "direct main" description: name: open_filex - sha256: "74e2280754cf8161e860746c3181db2c996d6c1909c7057b738ede4a469816b8" + sha256: ba425ea49affd0a98a234aa9344b9ea5d4c4f7625a1377961eae9fe194c3d523 url: "https://pub.dev" source: hosted - version: "4.4.0" + version: "4.5.0" package_config: dependency: transitive description: @@ -1301,18 +1291,18 @@ packages: dependency: "direct main" description: name: path_provider - sha256: c9e7d3a4cd1410877472158bee69963a4579f78b68c65a2b7d40d1a7a88bb161 + sha256: fec0d61223fba3154d87759e3cc27fe2c8dc498f6386c6d6fc80d1afdd1bf378 url: "https://pub.dev" source: hosted - version: "2.1.3" + version: "2.1.4" path_provider_android: dependency: transitive description: name: path_provider_android - sha256: "9c96da072b421e98183f9ea7464898428e764bc0ce5567f27ec8693442e72514" + sha256: "6f01f8e37ec30b07bc424b4deabac37cacb1bc7e2e515ad74486039918a37eb7" url: "https://pub.dev" source: hosted - version: "2.2.5" + version: "2.2.10" path_provider_foundation: dependency: transitive description: @@ -1341,10 +1331,10 @@ packages: dependency: transitive description: name: path_provider_windows - sha256: "8bc9f22eee8690981c22aa7fc602f5c85b497a6fb2ceb35ee5a5e5ed85ad8170" + sha256: bd6f00dbd873bfb70d0761682da2b3a2c2fccc2b9e84c495821639601d81afe7 url: "https://pub.dev" source: hosted - version: "2.2.1" + version: "2.3.0" permission_handler: dependency: "direct main" description: @@ -1357,10 +1347,10 @@ packages: dependency: transitive description: name: permission_handler_android - sha256: "8bb852cd759488893805c3161d0b2b5db55db52f773dbb014420b304055ba2c5" + sha256: "76e4ab092c1b240d31177bb64d2b0bea43f43d0e23541ec866151b9f7b2490fa" url: "https://pub.dev" source: hosted - version: "12.0.6" + version: "12.0.12" permission_handler_apple: dependency: transitive description: @@ -1373,18 +1363,18 @@ packages: dependency: transitive description: name: permission_handler_html - sha256: "54bf176b90f6eddd4ece307e2c06cf977fb3973719c35a93b85cc7093eb6070d" + sha256: af26edbbb1f2674af65a8f4b56e1a6f526156bc273d0e65dd8075fab51c78851 url: "https://pub.dev" source: hosted - version: "0.1.1" + version: "0.1.3+2" permission_handler_platform_interface: dependency: transitive description: name: permission_handler_platform_interface - sha256: "48d4fcf201a1dad93ee869ab0d4101d084f49136ec82a8a06ed9cfeacab9fd20" + sha256: fe0ffe274d665be8e34f9c59705441a7d248edebbe5d9e3ec2665f88b79358ea url: "https://pub.dev" source: hosted - version: "4.2.1" + version: "4.2.2" permission_handler_windows: dependency: transitive description: @@ -1401,22 +1391,14 @@ packages: url: "https://pub.dev" source: hosted version: "6.0.2" - pixel_snap: - dependency: transitive - description: - name: pixel_snap - sha256: "677410ea37b07cd37ecb6d5e6c0d8d7615a7cf3bd92ba406fd1ac57e937d1fb0" - url: "https://pub.dev" - source: hosted - version: "0.1.5" platform: dependency: transitive description: name: platform - sha256: "12220bb4b65720483f8fa9450b4332347737cf8213dd2840d8b2c823e47243ec" + sha256: "9b71283fc13df574056616011fb138fd3b793ea47cc509c189a6c3fa5f8a1a65" url: "https://pub.dev" source: hosted - version: "3.1.4" + version: "3.1.5" plugin_platform_interface: dependency: transitive description: @@ -1444,10 +1426,11 @@ packages: polytechcolloscopeclient: dependency: "direct main" description: - path: "../../packages/polytechcolloscopeclient" - relative: true - source: path - version: "1.0.9" + name: polytechcolloscopeclient + sha256: e81ba7aa6588b29a00ae4da1b9abf76a6cd8cc9f26e885ca4feb3989f1da5f11 + url: "https://pub.dev" + source: hosted + version: "1.0.10" pool: dependency: transitive description: @@ -1492,18 +1475,18 @@ packages: dependency: "direct main" description: name: qr_code_dart_scan - sha256: "948271f8dc39ab3798341783f0ab7bfdb723054fdc9ea0928c0a5be8503ee01c" + sha256: d5511d137f1ca5cb217fe79fa992616e0361a505a74b1e34499e68040a68b0c3 url: "https://pub.dev" source: hosted - version: "0.8.0" + version: "0.8.3" quiver: dependency: transitive description: name: quiver - sha256: b1c1ac5ce6688d77f65f3375a9abb9319b3cb32486bdc7a1e0fdf004d7ba4e47 + sha256: ea0b925899e64ecdfbf9c7becb60d5b50e706ade44a85b2363be2a22d88117d2 url: "https://pub.dev" source: hosted - version: "3.2.1" + version: "3.2.2" requests_plus: dependency: "direct main" description: @@ -1532,10 +1515,10 @@ packages: dependency: transitive description: name: rxdart - sha256: "0c7c0cedd93788d996e33041ffecda924cc54389199cde4e6a34b440f50044cb" + sha256: "5c3004a4a8dbb94bd4bf5412a4def4acdaa12e12f269737a5751369e12d1a962" url: "https://pub.dev" source: hosted - version: "0.27.7" + version: "0.28.0" screenshot: dependency: "direct main" description: @@ -1548,18 +1531,18 @@ packages: dependency: "direct main" description: name: share_plus - sha256: ef3489a969683c4f3d0239010cc8b7a2a46543a8d139e111c06c558875083544 + sha256: "468c43f285207c84bcabf5737f33b914ceb8eb38398b91e5e3ad1698d1b72a52" url: "https://pub.dev" source: hosted - version: "9.0.0" + version: "10.0.2" share_plus_platform_interface: dependency: transitive description: name: share_plus_platform_interface - sha256: "0f9e4418835d1b2c3ae78fdb918251959106cefdbc4dd43526e182f80e82f6d4" + sha256: "6ababf341050edff57da8b6990f11f4e99eaba837865e2e6defe16d039619db5" url: "https://pub.dev" source: hosted - version: "4.0.0" + version: "5.0.0" shelf: dependency: transitive description: @@ -1617,10 +1600,10 @@ packages: dependency: transitive description: name: source_map_stack_trace - sha256: "84cf769ad83aa6bb61e0aa5a18e53aea683395f196a6f39c4c881fb90ed4f7ae" + sha256: c0713a43e323c3302c2abe2a1cc89aa057a387101ebd280371d6a6c9fa68516b url: "https://pub.dev" source: hosted - version: "2.1.1" + version: "2.1.2" source_maps: dependency: transitive description: @@ -1693,22 +1676,6 @@ packages: url: "https://pub.dev" source: hosted version: "1.2.0" - super_clipboard: - dependency: transitive - description: - name: super_clipboard - sha256: "17978c3dc7b6ebf588a8007448f668ad6aa64733b60ed2ae18152113cca39fa2" - url: "https://pub.dev" - source: hosted - version: "0.8.16" - super_native_extensions: - dependency: transitive - description: - name: super_native_extensions - sha256: d2d1259c7e43966173c394ef64475e612bd5822095f6cd1008eb978175ce2f0d - url: "https://pub.dev" - source: hosted - version: "0.8.16" synchronized: dependency: transitive description: @@ -1753,10 +1720,10 @@ packages: dependency: transitive description: name: timezone - sha256: a6ccda4a69a442098b602c44e61a1e2b4bf6f5516e875bbf0f427d5df14745d5 + sha256: "2236ec079a174ce07434e89fcd3fcda430025eb7692244139a9cf54fdcf1fc7d" url: "https://pub.dev" source: hosted - version: "0.9.3" + version: "0.9.4" timing: dependency: transitive description: @@ -1809,26 +1776,26 @@ packages: dependency: transitive description: name: url_launcher_android - sha256: ceb2625f0c24ade6ef6778d1de0b2e44f2db71fded235eb52295247feba8c5cf + sha256: f0c73347dfcfa5b3db8bc06e1502668265d39c08f310c29bff4e28eea9699f79 url: "https://pub.dev" source: hosted - version: "6.3.3" + version: "6.3.9" url_launcher_ios: dependency: transitive description: name: url_launcher_ios - sha256: "7068716403343f6ba4969b4173cbf3b84fc768042124bc2c011e5d782b24fe89" + sha256: e43b677296fadce447e987a2f519dcf5f6d1e527dc35d01ffab4fff5b8a7063e url: "https://pub.dev" source: hosted - version: "6.3.0" + version: "6.3.1" url_launcher_linux: dependency: transitive description: name: url_launcher_linux - sha256: ab360eb661f8879369acac07b6bb3ff09d9471155357da8443fd5d3cf7363811 + sha256: e2b9622b4007f97f504cd64c0128309dfb978ae66adbe944125ed9e1750f06af url: "https://pub.dev" source: hosted - version: "3.1.1" + version: "3.2.0" url_launcher_macos: dependency: transitive description: @@ -1849,26 +1816,26 @@ packages: dependency: transitive description: name: url_launcher_web - sha256: "8d9e750d8c9338601e709cd0885f95825086bd8b642547f26bda435aade95d8a" + sha256: "772638d3b34c779ede05ba3d38af34657a05ac55b06279ea6edd409e323dca8e" url: "https://pub.dev" source: hosted - version: "2.3.1" + version: "2.3.3" url_launcher_windows: dependency: transitive description: name: url_launcher_windows - sha256: ecf9725510600aa2bb6d7ddabe16357691b6d2805f66216a97d1b881e21beff7 + sha256: "49c10f879746271804767cb45551ec5592cdab00ee105c06dddde1a98f73b185" url: "https://pub.dev" source: hosted - version: "3.1.1" + version: "3.1.2" uuid: dependency: transitive description: name: uuid - sha256: "814e9e88f21a176ae1359149021870e87f7cddaf633ab678a5d2b0bff7fd1ba8" + sha256: f33d6bb662f0e4f79dcd7ada2e6170f3b3a2530c28fc41f49a411ddedd576a77 url: "https://pub.dev" source: hosted - version: "4.4.0" + version: "4.5.0" vector_math: dependency: transitive description: @@ -1889,10 +1856,10 @@ packages: dependency: "direct main" description: name: vsc_quill_delta_to_html - sha256: "1feab4edc0b48cddc0a2995a5729dd32830a0f19e6e9ca05112f61de143e622a" + sha256: "9aca60d53ed1b700e922dabff8cd8b3490daecbf99c258f19eb45820b794fa45" url: "https://pub.dev" source: hosted - version: "1.0.4" + version: "1.0.5" watcher: dependency: transitive description: @@ -1905,18 +1872,18 @@ packages: dependency: transitive description: name: web - sha256: "97da13628db363c635202ad97068d47c5b8aa555808e7a9411963c533b449b27" + sha256: d43c1d6b787bf0afad444700ae7f4db8827f701bc61c255ac8d328c6f4d52062 url: "https://pub.dev" source: hosted - version: "0.5.1" + version: "1.0.0" web_socket_channel: dependency: transitive description: name: web_socket_channel - sha256: "58c6666b342a38816b2e7e50ed0f1e261959630becd4c879c4f26bfa14aa5a42" + sha256: d88238e5eac9a42bb43ca4e721edba3c08c6354d4a53063afaa568516217621b url: "https://pub.dev" source: hosted - version: "2.4.5" + version: "2.4.0" webkit_inspection_protocol: dependency: transitive description: @@ -1937,10 +1904,10 @@ packages: dependency: transitive description: name: webview_flutter_android - sha256: f42447ca49523f11d8f70abea55ea211b3cafe172dd7a0e7ac007bb35dd356dc + sha256: "6e64fcb1c19d92024da8f33503aaeeda35825d77142c01d0ea2aa32edc79fdc8" url: "https://pub.dev" source: hosted - version: "3.16.4" + version: "3.16.7" webview_flutter_platform_interface: dependency: transitive description: @@ -1953,26 +1920,26 @@ packages: dependency: transitive description: name: webview_flutter_wkwebview - sha256: "7affdf9d680c015b11587181171d3cad8093e449db1f7d9f0f08f4f33d24f9a0" + sha256: "9c62cc46fa4f2d41e10ab81014c1de470a6c6f26051a2de32111b2ee55287feb" url: "https://pub.dev" source: hosted - version: "3.13.1" + version: "3.14.0" win32: dependency: transitive description: name: win32 - sha256: a79dbe579cb51ecd6d30b17e0cae4e0ea15e2c0e66f69ad4198f22a6789e94f4 + sha256: "68d1e89a91ed61ad9c370f9f8b6effed9ae5e0ede22a270bdfa6daf79fc2290a" url: "https://pub.dev" source: hosted - version: "5.5.1" + version: "5.5.4" win32_registry: dependency: transitive description: name: win32_registry - sha256: "10589e0d7f4e053f2c61023a31c9ce01146656a70b7b7f0828c0b46d7da2a9bb" + sha256: "723b7f851e5724c55409bb3d5a32b203b3afe8587eaf5dafb93a5fed8ecda0d6" url: "https://pub.dev" source: hosted - version: "1.1.3" + version: "1.1.4" wkt_parser: dependency: transitive description: @@ -2022,5 +1989,5 @@ packages: source: hosted version: "1.1.2" sdks: - dart: ">=3.4.0 <4.0.0" + dart: ">=3.4.3 <4.0.0" flutter: ">=3.22.0" diff --git a/apps/onyx/pubspec.yaml b/apps/onyx/pubspec.yaml index e86c80e6..b5df3b44 100644 --- a/apps/onyx/pubspec.yaml +++ b/apps/onyx/pubspec.yaml @@ -3,7 +3,7 @@ description: ade, tomuss Mail pour lyon1 publish_to: "none" # Remove this line if you wish to publish to pub.dev -version: 2.0.8+50 +version: 2.0.9+51 environment: sdk: ">=3.0.0 <4.0.0" @@ -44,7 +44,7 @@ dependencies: file_picker: ^8.0.3 open_filex: ^4.3.4 flutter_file_dialog: ^3.0.2 - flutter_quill: ^9.0.5 + flutter_quill: ^10.5.6 vsc_quill_delta_to_html: ^1.0.3 enough_mail: ^2.1.3 keyboard_attachable: #^2.2.0 @@ -56,7 +56,7 @@ dependencies: #tomuss lyon1tomussclient: ^1.0.10 screenshot: ^3.0.0 - share_plus: ^9.0.0 + share_plus: ^10.0.2 #map latlong2: ^0.9.0 diff --git a/apps/onyx/windows/flutter/generated_plugin_registrant.cc b/apps/onyx/windows/flutter/generated_plugin_registrant.cc index 688c7008..0a6b53d3 100644 --- a/apps/onyx/windows/flutter/generated_plugin_registrant.cc +++ b/apps/onyx/windows/flutter/generated_plugin_registrant.cc @@ -9,11 +9,9 @@ #include #include #include -#include #include #include #include -#include #include void RegisterPlugins(flutter::PluginRegistry* registry) { @@ -23,16 +21,12 @@ void RegisterPlugins(flutter::PluginRegistry* registry) { registry->GetRegistrarForPlugin("DesktopWindowPlugin")); GeolocatorWindowsRegisterWithRegistrar( registry->GetRegistrarForPlugin("GeolocatorWindows")); - IrondashEngineContextPluginCApiRegisterWithRegistrar( - registry->GetRegistrarForPlugin("IrondashEngineContextPluginCApi")); ObjectboxFlutterLibsPluginRegisterWithRegistrar( registry->GetRegistrarForPlugin("ObjectboxFlutterLibsPlugin")); 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 290c831a..0a80e5b3 100644 --- a/apps/onyx/windows/flutter/generated_plugins.cmake +++ b/apps/onyx/windows/flutter/generated_plugins.cmake @@ -6,11 +6,9 @@ list(APPEND FLUTTER_PLUGIN_LIST connectivity_plus desktop_window geolocator_windows - irondash_engine_context objectbox_flutter_libs permission_handler_windows share_plus - super_native_extensions url_launcher_windows ) diff --git a/fastlane/metadata/android/en-US/changelogs/2048.txt b/fastlane/metadata/android/en-US/changelogs/2048.txt new file mode 100644 index 00000000..e45cbd6f --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2048.txt @@ -0,0 +1,11 @@ +New Features + + Full screen map in calendar + Flagged email now at the top of the email list + Goodbye infinite scroll, welcome tapbar + +Bug fixes + + Mise a jour de cas pour pouvoir de nouveau ce connecter + Mise a jour de l'agenda + Optimisation de l'agenda diff --git a/fastlane/metadata/android/fr-FR/changelogs/2048.txt b/fastlane/metadata/android/fr-FR/changelogs/2048.txt new file mode 100644 index 00000000..e45cbd6f --- /dev/null +++ b/fastlane/metadata/android/fr-FR/changelogs/2048.txt @@ -0,0 +1,11 @@ +New Features + + Full screen map in calendar + Flagged email now at the top of the email list + Goodbye infinite scroll, welcome tapbar + +Bug fixes + + Mise a jour de cas pour pouvoir de nouveau ce connecter + Mise a jour de l'agenda + Optimisation de l'agenda diff --git a/packages/izlyclient/pubspec.yaml b/packages/izlyclient/pubspec.yaml index 2db438e4..d0d02d47 100755 --- a/packages/izlyclient/pubspec.yaml +++ b/packages/izlyclient/pubspec.yaml @@ -1,6 +1,6 @@ name: izlyclient description: A Dart library for interacting with the Izly platform, allowing you to perform various operations such as retrieving balances, generating QR codes, recharging accounts, and more. -version: 1.0.9 +version: 1.0.10 repository: https://github.com/onyx-lyon1/onyx/tree/main/packages/izlyclient environment: diff --git a/packages/lyon1agendaclient/pubspec.lock b/packages/lyon1agendaclient/pubspec.lock index f73f6be8..368c63b4 100755 --- a/packages/lyon1agendaclient/pubspec.lock +++ b/packages/lyon1agendaclient/pubspec.lock @@ -138,10 +138,10 @@ packages: dependency: transitive description: name: collection - sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a + sha256: a1ace0a119f20aabc852d165077c036cd864315bd99b7eaa10a60100341941bf url: "https://pub.dev" source: hosted - version: "1.18.0" + version: "1.19.0" convert: dependency: transitive description: @@ -170,18 +170,18 @@ packages: dependency: transitive description: name: coverage - sha256: "3945034e86ea203af7a056d98e98e42a5518fff200d6e8e6647e1886b07e936e" + sha256: c1fb2dce3c0085f39dc72668e85f8e0210ec7de05345821ff58530567df345a5 url: "https://pub.dev" source: hosted - version: "1.8.0" + version: "1.9.2" crypto: dependency: transitive description: name: crypto - sha256: ff625774173754681d66daaf4a448684fb04b78f902da9cb3d308c19cc5e8bab + sha256: ec30d999af904f33454ba22ed9a86162b35e52b44ac4807d1d93c288041d7d27 url: "https://pub.dev" source: hosted - version: "3.0.3" + version: "3.0.5" csslib: dependency: transitive description: @@ -250,10 +250,10 @@ packages: dependency: transitive description: name: graphs - sha256: aedc5a15e78fc65a6e23bcd927f24c64dd995062bcd1ca6eda65a3cff92a4d19 + sha256: "741bbf84165310a68ff28fe9e727332eef1407342fca52759cb21ad8177bb8d0" url: "https://pub.dev" source: hosted - version: "2.3.1" + version: "2.3.2" hex: dependency: transitive description: @@ -290,10 +290,10 @@ packages: dependency: transitive description: name: http - sha256: "761a297c042deedc1ffbb156d6e2af13886bb305c2a343a4d972504cd67dd938" + sha256: b9c29a161230ee03d3ccf545097fccd9b87a5264228c5d348202e0f0c28f9010 url: "https://pub.dev" source: hosted - version: "1.2.1" + version: "1.2.2" http_multi_server: dependency: transitive description: @@ -306,10 +306,10 @@ packages: dependency: transitive description: name: http_parser - sha256: "2aa08ce0341cc9b354a498388e30986515406668dbcc4f7c950c3e715496693b" + sha256: "40f592dd352890c3b60fec1b68e786cefb9603e05ff303dbc4dda49b304ecdf4" url: "https://pub.dev" source: hosted - version: "4.0.2" + version: "4.1.0" icalendar_parser: dependency: "direct main" description: @@ -361,10 +361,11 @@ packages: lyon1casclient: dependency: "direct main" description: - path: "../lyon1casclient" - relative: true - source: path - version: "1.0.7" + name: lyon1casclient + sha256: "21290d9bd6696ca7d2c9c155aa7098ae76eed2c1587b6d6d701fe5cebbc0aee9" + url: "https://pub.dev" + source: hosted + version: "1.0.9" macros: dependency: transitive description: @@ -393,10 +394,10 @@ packages: dependency: transitive description: name: mime - sha256: "2e123074287cc9fd6c09de8336dae606d1ddb88d9ac47358826db698c176a1f2" + sha256: "801fd0b26f14a4a58ccb09d5892c3fbdeff209594300a542492cf13fba9d247a" url: "https://pub.dev" source: hosted - version: "1.0.5" + version: "1.0.6" node_preamble: dependency: transitive description: @@ -449,10 +450,10 @@ packages: dependency: transitive description: name: quiver - sha256: b1c1ac5ce6688d77f65f3375a9abb9319b3cb32486bdc7a1e0fdf004d7ba4e47 + sha256: ea0b925899e64ecdfbf9c7becb60d5b50e706ade44a85b2363be2a22d88117d2 url: "https://pub.dev" source: hosted - version: "3.2.1" + version: "3.2.2" requests_plus: dependency: "direct main" description: @@ -465,10 +466,10 @@ packages: dependency: transitive description: name: shelf - sha256: ad29c505aee705f41a4d8963641f91ac4cee3c8fad5947e033390a7bd8180fa4 + sha256: e7dd780a7ffb623c57850b33f43309312fc863fb6aa3d276a754bb299839ef12 url: "https://pub.dev" source: hosted - version: "1.4.1" + version: "1.4.2" shelf_packages_handler: dependency: transitive description: @@ -513,10 +514,10 @@ packages: dependency: transitive description: name: source_map_stack_trace - sha256: "84cf769ad83aa6bb61e0aa5a18e53aea683395f196a6f39c4c881fb90ed4f7ae" + sha256: c0713a43e323c3302c2abe2a1cc89aa057a387101ebd280371d6a6c9fa68516b url: "https://pub.dev" source: hosted - version: "2.1.1" + version: "2.1.2" source_maps: dependency: transitive description: @@ -561,10 +562,10 @@ packages: dependency: transitive description: name: string_scanner - sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde" + sha256: "688af5ed3402a4bde5b3a6c15fd768dbf2621a614950b17f04626c431ab3c4c3" url: "https://pub.dev" source: hosted - version: "1.2.0" + version: "1.3.0" term_glyph: dependency: transitive description: @@ -577,26 +578,26 @@ packages: dependency: "direct dev" description: name: test - sha256: "7ee44229615f8f642b68120165ae4c2a75fe77ae2065b1e55ae4711f6cf0899e" + sha256: "713a8789d62f3233c46b4a90b174737b2c04cb6ae4500f2aa8b1be8f03f5e67f" url: "https://pub.dev" source: hosted - version: "1.25.7" + version: "1.25.8" test_api: dependency: transitive description: name: test_api - sha256: "5b8a98dafc4d5c4c9c72d8b31ab2b23fc13422348d2997120294d3bac86b4ddb" + sha256: "664d3a9a64782fcdeb83ce9c6b39e78fd2971d4e37827b9b06c3aa1edc5e760c" url: "https://pub.dev" source: hosted - version: "0.7.2" + version: "0.7.3" test_core: dependency: transitive description: name: test_core - sha256: "55ea5a652e38a1dfb32943a7973f3681a60f872f8c3a05a14664ad54ef9c6696" + sha256: "12391302411737c176b0b5d6491f466b0dd56d4763e347b6714efbaa74d7953d" url: "https://pub.dev" source: hosted - version: "0.6.4" + version: "0.6.5" timing: dependency: transitive description: @@ -617,10 +618,10 @@ packages: dependency: transitive description: name: vm_service - sha256: "360c4271613beb44db559547d02f8b0dc044741d0eeb9aa6ccdb47e8ec54c63a" + sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d" url: "https://pub.dev" source: hosted - version: "14.2.3" + version: "14.2.5" watcher: dependency: transitive description: @@ -633,26 +634,26 @@ packages: dependency: transitive description: name: web - sha256: "97da13628db363c635202ad97068d47c5b8aa555808e7a9411963c533b449b27" + sha256: d43c1d6b787bf0afad444700ae7f4db8827f701bc61c255ac8d328c6f4d52062 url: "https://pub.dev" source: hosted - version: "0.5.1" + version: "1.0.0" web_socket: dependency: transitive description: name: web_socket - sha256: "24301d8c293ce6fe327ffe6f59d8fd8834735f0ec36e4fd383ec7ff8a64aa078" + sha256: "3c12d96c0c9a4eec095246debcea7b86c0324f22df69893d538fcc6f1b8cce83" url: "https://pub.dev" source: hosted - version: "0.1.5" + version: "0.1.6" web_socket_channel: dependency: transitive description: name: web_socket_channel - sha256: a2d56211ee4d35d9b344d9d4ce60f362e4f5d1aafb988302906bd732bc731276 + sha256: "9f187088ed104edd8662ca07af4b124465893caf063ba29758f97af57e61da8f" url: "https://pub.dev" source: hosted - version: "3.0.0" + version: "3.0.1" webkit_inspection_protocol: dependency: transitive description: diff --git a/packages/lyon1agendaclient/pubspec.yaml b/packages/lyon1agendaclient/pubspec.yaml index b24cdf10..44bab684 100755 --- a/packages/lyon1agendaclient/pubspec.yaml +++ b/packages/lyon1agendaclient/pubspec.yaml @@ -1,7 +1,7 @@ name: lyon1agendaclient description: A Dart library for retrieving Lyon 1 University agendas using Lyon1CasClient for authentication. repository: https://github.com/onyx-lyon1/onyx/tree/main/packages/lyon1agendaclient -version: 1.0.8 +version: 1.0.10 environment: sdk: '>=3.0.0 <4.0.0' diff --git a/packages/lyon1casclient/.idea/.gitignore b/packages/lyon1casclient/.idea/.gitignore deleted file mode 100644 index 13566b81..00000000 --- a/packages/lyon1casclient/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/packages/lyon1casclient/.idea/libraries/Dart_Packages.xml b/packages/lyon1casclient/.idea/libraries/Dart_Packages.xml deleted file mode 100644 index a9d9bbdd..00000000 --- a/packages/lyon1casclient/.idea/libraries/Dart_Packages.xml +++ /dev/null @@ -1,636 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/packages/lyon1casclient/.idea/libraries/Dart_SDK.xml b/packages/lyon1casclient/.idea/libraries/Dart_SDK.xml deleted file mode 100644 index cf62e884..00000000 --- a/packages/lyon1casclient/.idea/libraries/Dart_SDK.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/packages/lyon1casclient/.idea/lyon1-casclient.iml b/packages/lyon1casclient/.idea/lyon1-casclient.iml deleted file mode 100644 index ae9af975..00000000 --- a/packages/lyon1casclient/.idea/lyon1-casclient.iml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/packages/lyon1casclient/.idea/misc.xml b/packages/lyon1casclient/.idea/misc.xml deleted file mode 100644 index 6e866721..00000000 --- a/packages/lyon1casclient/.idea/misc.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/packages/lyon1casclient/.idea/modules.xml b/packages/lyon1casclient/.idea/modules.xml deleted file mode 100644 index bd0c7ae7..00000000 --- a/packages/lyon1casclient/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/packages/lyon1casclient/.idea/vcs.xml b/packages/lyon1casclient/.idea/vcs.xml deleted file mode 100644 index 8fe5bdbd..00000000 --- a/packages/lyon1casclient/.idea/vcs.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/packages/lyon1casclient/melos_lyon1casclient.iml b/packages/lyon1casclient/melos_lyon1casclient.iml deleted file mode 100644 index 389d07a1..00000000 --- a/packages/lyon1casclient/melos_lyon1casclient.iml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/packages/lyon1casclient/pubspec.yaml b/packages/lyon1casclient/pubspec.yaml index 6a7040fd..a926b46e 100644 --- a/packages/lyon1casclient/pubspec.yaml +++ b/packages/lyon1casclient/pubspec.yaml @@ -1,6 +1,6 @@ name: lyon1casclient description: A Dart library that provides authentication with the CAS (Central Authentication Service) system of Lyon 1 University (https://cas.univ-lyon1.fr). -version: 1.0.7 +version: 1.0.9 repository: https://github.com/onyx-lyon1/onxy/tree/main/packages/lyon1casclient environment: diff --git a/packages/lyon1examenclient/LICENSE b/packages/lyon1examenclient/LICENSE new file mode 100644 index 00000000..aff62241 --- /dev/null +++ b/packages/lyon1examenclient/LICENSE @@ -0,0 +1 @@ +HE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/packages/lyon1examenclient/pubspec.yaml b/packages/lyon1examenclient/pubspec.yaml index a9951000..d38e3393 100644 --- a/packages/lyon1examenclient/pubspec.yaml +++ b/packages/lyon1examenclient/pubspec.yaml @@ -1,6 +1,6 @@ name: lyon1examenclient -description: A starting point for Dart libraries or applications. -version: 1.0.0 +description: A Dart library that provides seamless integration with Lyon 1 University's exam service, leveraging the Lyon 1 CAS (Central Authentication Service) system for user authentication. +version: 1.0.9 repository: https://github.com/onyx-lyon1/onyx/tree/main/packages/lyon1examenclient environment: diff --git a/packages/lyon1mailclient/.idea/.gitignore b/packages/lyon1mailclient/.idea/.gitignore deleted file mode 100755 index 13566b81..00000000 --- a/packages/lyon1mailclient/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/packages/lyon1mailclient/.idea/libraries/Dart_Packages.xml b/packages/lyon1mailclient/.idea/libraries/Dart_Packages.xml deleted file mode 100644 index 567ee6be..00000000 --- a/packages/lyon1mailclient/.idea/libraries/Dart_Packages.xml +++ /dev/null @@ -1,860 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/packages/lyon1mailclient/.idea/libraries/Dart_SDK.xml b/packages/lyon1mailclient/.idea/libraries/Dart_SDK.xml deleted file mode 100644 index cf62e884..00000000 --- a/packages/lyon1mailclient/.idea/libraries/Dart_SDK.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/packages/lyon1mailclient/.idea/lyon1-mailclient.iml b/packages/lyon1mailclient/.idea/lyon1-mailclient.iml deleted file mode 100644 index 6155e932..00000000 --- a/packages/lyon1mailclient/.idea/lyon1-mailclient.iml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/packages/lyon1mailclient/.idea/misc.xml b/packages/lyon1mailclient/.idea/misc.xml deleted file mode 100755 index 6e866721..00000000 --- a/packages/lyon1mailclient/.idea/misc.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/packages/lyon1mailclient/.idea/modules.xml b/packages/lyon1mailclient/.idea/modules.xml deleted file mode 100755 index 44039859..00000000 --- a/packages/lyon1mailclient/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/packages/lyon1mailclient/.idea/vcs.xml b/packages/lyon1mailclient/.idea/vcs.xml deleted file mode 100644 index 8fe5bdbd..00000000 --- a/packages/lyon1mailclient/.idea/vcs.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/packages/lyon1mailclient/cached_actionlist.hive b/packages/lyon1mailclient/cached_actionlist.hive deleted file mode 100755 index 2f43d8dc1de45de58035d6a217a3419f925b79eb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17056 zcmeHPU5FjYb-tq+$&w5vggC4d6MAQ}tJqBU)z5k(&0p4<$XS6Ri?uEMLon6db#K?) z>Z(>%^_}Ti7M5TPesf;pgybPF0Z#()gWv3z-~nSW1{)g;#u#HT*_SvrIBy%sSJizr zcXm(9vPPD%J%bpjyG~b~I(7cfDLpk93>MC0EGziMs|$nkcpUuXb1!}UU*Gh80ndMa zX7Iw&!eHsyw-1(<@a(vC3;rL2Q%h&@JJosP-z^?_I)CJ8X>fXRaAtAvw%;Gz`S#a7 zzqfmRaCYfW@iA{oZbX*k9H>a{9Dk9!I;oYI#bS;xja5@lsXd9cqHmfi_ir46rS^WqTSe^>LQ)%PoX5SIH zD>iaI6&a7i!%8HSaDvI$W=!&pOUcERsARjMtjq4z`@$=L9lpAlyw4+KT_btqu!9cq z%-ZG6e!8y@!xx+D!;UJRe=$$BdH(*9tPk-N-aMyLTdf^F{}LxP|50tDO4n1q7ny_o ztga6B4L6bGHsZUytRxc#|7LZR)?ks^bKf-Zgw3>M#vgrhIN$9bz4ni~PNl$n6|+%} zXI6PKW74U%(ROW}7>SJGw{5oo8f5^*>czo6Q*O1Lu9n#Lx)k``aUp{Yg7arW@G`fR zR+gngdMu(XF%_7rY{f)jrbsfd4mM{TkdN{@GQ!@gdGwWkZ%n*7g7ueq&qbqH}pIUv$YlNXK^v+P^pFCV~c=g)FD_0K>=qT5$r=ac~ zh9D(-4 z4u^eTOLkmTg*n#!Ax7Pg=c%yG^5EY}zS5ra{NODf0fCmcz)*hb3s78430vav0uH<8 zLUvyU9>pgPv;iS2qet9Y9Ek!w+sRvy3tU<5H;COs)<#~^@XtTf_5E+bLu{( zk#Bi)2cKAx`!9gdEpLD#d}+NwIM|m5`{R~yezYYcSiWQ8mW#o}hx7~tu(~doa2_F? zaf+$Jq0X`7QFb|hZVLti+Atg{5S*RPtqV7xwksaB=4x(&kHB1V10MAPDp?Keu5+W9 z$=f~5fj)m_CAzL_$)|o4!g}dabX!k(3ELE1x_0U6dTPL~FI;=!^5y96&0Du_eB|Zp z@4tQfMzqBt9PQ`_UVi`Wts4Qe^XIYephBTgVKO$)FMaRCI`NI;S|{49c|u38z$R$3 z8a?xY@UsR}X~sgWM$cEfYp4{dq9#8Qr%7xijmd^NcS}vxM z$UPyZD0bw0#A@k$^|In-c}ArXDuuBXdwliM<;tzK`N(H3hM%=CIAW!c&FU6{wbY1} zm$;mAhl13KWy;22EiqbKKC*DN`6lj}CB8$-dG_!?mO29Y3;9bZUz0z z!|-NoSn1`$=l(AsbHBCK)tzwu##e@sT=?)`hQdXyAVZi0)l#8WFs%vc{mT ztgWBnBLIfE1K*=^h9V1hnCgC({>VN+6;z6Rr5LpxUr1@o0j-##a2mvP_IB>eAx?0U z$j<-WiBPpw=Dw2hqYD+OSvDUvXMaRGPQ>!JS}eN|rhjn4)Qj`=$M$Gp|q}=3vh`NGn58&(U)C@adZ4eA@G@5ltnxbz*cmT|#xQp{T zGrT6HVa(u0aT$QM%yn$ECFLJ8f|mj3iV|KLg_q=@4O%2Lc}DF7psyCzHq`eOWCenS zPKJ??BsW2vG>%Xk#p5_@8yTpXaC#nB2#%KM?V>@TX>bm@hO(kDh8I2?C-=*WlH(lE z{z9KZ=rr?G^P8^G{zT4#l6#8>TG~jSL*EJ%YLXfTy+>_@d7iALc5#d*DCh)o9mtN? z$|X*z5HZGa(A0I<6SNw@90EWJX`bgz;=2I7hNJ+t z>p(exprvT6ejyM?vm3cmYf+^0t4+D2)@pYxoYB-MWCYqgLs-&7GWS)^G((Jdmup(j)+f>P&J*5;7Php2rO=k~h&gPgBsATIXTvxKLU=pYSaBW`qY3prpNC_>O*NDJP56?C%fx8EFIxfg# zvIycqH*d^T$w_Ys;Wq_Nkd*iuLz__k`ZR3SvTmeF;8m}W1s`w#OnlR0qFDyJ&d3Qgz?@xMHq!rbUB^s;0=4iai}cDMx7b2wWa$I%*e3wdhbij}3MeU9n)L{ru1C;h9t6sd z6ostNH4`Zy4BQT=2#O|IAvGr9CO8fhM60BeLcmYW$c6Cf9#4b?M$`nIwokTu-0iG^ zw*raWW;~n3a6Ex3c~4^{YT#puQL-(zx5=fnY)S~p1RfH}zYH!^tiU16!=Ou*!WU7B zr~QOk{IMW11*CG8O_B-PTEP;kVURBh3|;L^CX)ggP!i#aO{GpI2zj`gkU|A!^~Wq( ziddVR!*2@XB||_<;n10CNG=3NklLYjjT~k%3@V7^6tEXYVwA|9Fp_N)L(U-#_r;%3*G+(c9wBoy01yD!L%N9EGALaZJTGY1P9sff zk`mSe0SRrZyF5~Ou&tfXot7loaU>L#oPf+-ss>tbhZYz|y3Rv=j0Kko%1NK^IU1$vv-D;SW)BIoOv6 z0^sVI(*SC}hIpWXl>{bUY2{dr!ekrAQ3HmyD1igLDW^Wg+(iN(55|JDz-_`5)bl`O zx(Z~Fy@Q>>>-$zhhx@TOW^xZQsa{*gteZ5aZ!$f=zIiQik!sMA(yWc+!KOJNOF~h-7ga4 zdTLE7NtlWe5skfVdSVaZe=TAec2Oh`t?CcwjGvgZ@Ube^os z+U=pH>mw6tF@Gg3+2aVUN#esoVbtv5niutT*mANbB=WrYLs;VZ`^|rU_YXhT*ZlDW z+HQXDzy9JFoh#}84AVa3Q{zz!8(jBPKgKLrfJ9qO*R zyZCrEY{_O=l)BFaj1-Bx|~;a#S4G*vp$^vAD*-^ AlK=n! diff --git a/packages/lyon1mailclient/cached_actionlist.lock b/packages/lyon1mailclient/cached_actionlist.lock deleted file mode 100644 index e69de29b..00000000 diff --git a/packages/lyon1mailclient/melos_lyon1mailclient.iml b/packages/lyon1mailclient/melos_lyon1mailclient.iml deleted file mode 100644 index 389d07a1..00000000 --- a/packages/lyon1mailclient/melos_lyon1mailclient.iml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/packages/lyon1mailclient/pubspec.lock b/packages/lyon1mailclient/pubspec.lock deleted file mode 100644 index 3615cbe3..00000000 --- a/packages/lyon1mailclient/pubspec.lock +++ /dev/null @@ -1,770 +0,0 @@ -# Generated by pub -# See https://dart.dev/tools/pub/glossary#lockfile -packages: - _fe_analyzer_shared: - dependency: transitive - description: - name: _fe_analyzer_shared - sha256: "5aaf60d96c4cd00fe7f21594b5ad6a1b699c80a27420f8a837f4d68473ef09e3" - url: "https://pub.dev" - source: hosted - version: "68.0.0" - _macros: - dependency: transitive - description: dart - source: sdk - version: "0.1.0" - analyzer: - dependency: transitive - description: - name: analyzer - sha256: "21f1d3720fd1c70316399d5e2bccaebb415c434592d778cce8acb967b8578808" - url: "https://pub.dev" - source: hosted - version: "6.5.0" - archive: - dependency: transitive - description: - name: archive - sha256: cb6a278ef2dbb298455e1a713bda08524a175630ec643a242c399c932a0a1f7d - url: "https://pub.dev" - source: hosted - version: "3.6.1" - args: - dependency: transitive - description: - name: args - sha256: "7cf60b9f0cc88203c5a190b4cd62a99feea42759a7fa695010eb5de1c0b2252a" - url: "https://pub.dev" - source: hosted - version: "2.5.0" - asn1lib: - dependency: transitive - description: - name: asn1lib - sha256: "58082b3f0dca697204dbab0ef9ff208bfaea7767ea771076af9a343488428dda" - url: "https://pub.dev" - source: hosted - version: "1.5.3" - async: - dependency: transitive - description: - name: async - sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c" - url: "https://pub.dev" - source: hosted - version: "2.11.0" - basic_utils: - dependency: transitive - description: - name: basic_utils - sha256: "2064b21d3c41ed7654bc82cc476fd65542e04d60059b74d5eed490a4da08fc6c" - url: "https://pub.dev" - source: hosted - version: "5.7.0" - boolean_selector: - dependency: transitive - description: - name: boolean_selector - sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66" - url: "https://pub.dev" - source: hosted - version: "2.1.1" - build: - dependency: transitive - description: - name: build - sha256: "80184af8b6cb3e5c1c4ec6d8544d27711700bc3e6d2efad04238c7b5290889f0" - url: "https://pub.dev" - source: hosted - version: "2.4.1" - build_config: - dependency: transitive - description: - name: build_config - sha256: bf80fcfb46a29945b423bd9aad884590fb1dc69b330a4d4700cac476af1708d1 - url: "https://pub.dev" - source: hosted - version: "1.1.1" - build_daemon: - dependency: transitive - description: - name: build_daemon - sha256: "79b2aef6ac2ed00046867ed354c88778c9c0f029df8a20fe10b5436826721ef9" - url: "https://pub.dev" - source: hosted - version: "4.0.2" - build_resolvers: - dependency: transitive - description: - name: build_resolvers - sha256: "339086358431fa15d7eca8b6a36e5d783728cf025e559b834f4609a1fcfb7b0a" - url: "https://pub.dev" - source: hosted - version: "2.4.2" - build_runner: - dependency: "direct dev" - description: - name: build_runner - sha256: "644dc98a0f179b872f612d3eb627924b578897c629788e858157fa5e704ca0c7" - url: "https://pub.dev" - source: hosted - version: "2.4.11" - build_runner_core: - dependency: transitive - description: - name: build_runner_core - sha256: e3c79f69a64bdfcd8a776a3c28db4eb6e3fb5356d013ae5eb2e52007706d5dbe - url: "https://pub.dev" - source: hosted - version: "7.3.1" - built_collection: - dependency: transitive - description: - name: built_collection - sha256: "376e3dd27b51ea877c28d525560790aee2e6fbb5f20e2f85d5081027d94e2100" - url: "https://pub.dev" - source: hosted - version: "5.1.1" - built_value: - dependency: transitive - description: - name: built_value - sha256: c7913a9737ee4007efedaffc968c049fd0f3d0e49109e778edc10de9426005cb - url: "https://pub.dev" - source: hosted - version: "8.9.2" - checked_yaml: - dependency: transitive - description: - name: checked_yaml - sha256: feb6bed21949061731a7a75fc5d2aa727cf160b91af9a3e464c5e3a32e28b5ff - url: "https://pub.dev" - source: hosted - version: "2.0.3" - clock: - dependency: transitive - description: - name: clock - sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf - url: "https://pub.dev" - source: hosted - version: "1.1.1" - code_builder: - dependency: transitive - description: - name: code_builder - sha256: f692079e25e7869c14132d39f223f8eec9830eb76131925143b2129c4bb01b37 - url: "https://pub.dev" - source: hosted - version: "4.10.0" - collection: - dependency: transitive - description: - name: collection - sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a - url: "https://pub.dev" - source: hosted - version: "1.18.0" - convert: - dependency: transitive - description: - name: convert - sha256: "0f08b14755d163f6e2134cb58222dd25ea2a2ee8a195e53983d57c075324d592" - url: "https://pub.dev" - source: hosted - version: "3.1.1" - copy_with_extension: - dependency: "direct main" - description: - name: copy_with_extension - sha256: fbcf890b0c34aedf0894f91a11a579994b61b4e04080204656b582708b5b1125 - url: "https://pub.dev" - source: hosted - version: "5.0.4" - copy_with_extension_gen: - dependency: "direct dev" - description: - name: copy_with_extension_gen - sha256: "51cd11094096d40824c8da629ca7f16f3b7cea5fc44132b679617483d43346b0" - url: "https://pub.dev" - source: hosted - version: "5.0.4" - coverage: - dependency: transitive - description: - name: coverage - sha256: "3945034e86ea203af7a056d98e98e42a5518fff200d6e8e6647e1886b07e936e" - url: "https://pub.dev" - source: hosted - version: "1.8.0" - crypto: - dependency: transitive - description: - name: crypto - sha256: ff625774173754681d66daaf4a448684fb04b78f902da9cb3d308c19cc5e8bab - url: "https://pub.dev" - source: hosted - version: "3.0.3" - csslib: - dependency: transitive - description: - name: csslib - sha256: "706b5707578e0c1b4b7550f64078f0a0f19dec3f50a178ffae7006b0a9ca58fb" - url: "https://pub.dev" - source: hosted - version: "1.0.0" - dart_style: - dependency: transitive - description: - name: dart_style - sha256: "99e066ce75c89d6b29903d788a7bb9369cf754f7b24bf70bf4b6d6d6b26853b9" - url: "https://pub.dev" - source: hosted - version: "2.3.6" - dotenv: - dependency: "direct dev" - description: - name: dotenv - sha256: "379e64b6fc82d3df29461d349a1796ecd2c436c480d4653f3af6872eccbc90e1" - url: "https://pub.dev" - source: hosted - version: "4.2.0" - encrypt: - dependency: transitive - description: - name: encrypt - sha256: "62d9aa4670cc2a8798bab89b39fc71b6dfbacf615de6cf5001fb39f7e4a996a2" - url: "https://pub.dev" - source: hosted - version: "5.0.3" - enough_convert: - dependency: transitive - description: - name: enough_convert - sha256: c67d85ca21aaa0648f155907362430701db41f7ec8e6501a58ad9cd9d8569d01 - url: "https://pub.dev" - source: hosted - version: "1.6.0" - enough_mail: - dependency: "direct main" - description: - name: enough_mail - sha256: a88d8c56907caeffdebc4cf34f3a5665c09a8d7496ef5e09b3166f41cf409f81 - url: "https://pub.dev" - source: hosted - version: "2.1.6" - enough_mail_html: - dependency: "direct main" - description: - name: enough_mail_html - sha256: c661c5a1299377682e28edaadbde0fc8cd0d9497abba0824d5d6cda7911a6c83 - url: "https://pub.dev" - source: hosted - version: "2.0.1" - equatable: - dependency: "direct main" - description: - name: equatable - sha256: c2b87cb7756efdf69892005af546c56c0b5037f54d2a88269b4f347a505e3ca2 - url: "https://pub.dev" - source: hosted - version: "2.0.5" - event_bus: - dependency: transitive - description: - name: event_bus - sha256: "44baa799834f4c803921873e7446a2add0f3efa45e101a054b1f0ab9b95f8edc" - url: "https://pub.dev" - source: hosted - version: "2.0.0" - file: - dependency: transitive - description: - name: file - sha256: "5fc22d7c25582e38ad9a8515372cd9a93834027aacf1801cf01164dac0ffa08c" - url: "https://pub.dev" - source: hosted - version: "7.0.0" - fixnum: - dependency: transitive - description: - name: fixnum - sha256: "25517a4deb0c03aa0f32fd12db525856438902d9c16536311e76cdc57b31d7d1" - url: "https://pub.dev" - source: hosted - version: "1.1.0" - frontend_server_client: - dependency: transitive - description: - name: frontend_server_client - sha256: f64a0333a82f30b0cca061bc3d143813a486dc086b574bfb233b7c1372427694 - url: "https://pub.dev" - source: hosted - version: "4.0.0" - glob: - dependency: transitive - description: - name: glob - sha256: "0e7014b3b7d4dac1ca4d6114f82bf1782ee86745b9b42a92c9289c23d8a0ab63" - url: "https://pub.dev" - source: hosted - version: "2.1.2" - graphs: - dependency: transitive - description: - name: graphs - sha256: aedc5a15e78fc65a6e23bcd927f24c64dd995062bcd1ca6eda65a3cff92a4d19 - url: "https://pub.dev" - source: hosted - version: "2.3.1" - hex: - dependency: transitive - description: - name: hex - sha256: "4e7cd54e4b59ba026432a6be2dd9d96e4c5205725194997193bf871703b82c4a" - url: "https://pub.dev" - source: hosted - version: "0.2.0" - hive: - dependency: "direct main" - description: - name: hive - sha256: "8dcf6db979d7933da8217edcec84e9df1bdb4e4edc7fc77dbd5aa74356d6d941" - url: "https://pub.dev" - source: hosted - version: "2.2.3" - hive_generator: - dependency: "direct dev" - description: - name: hive_generator - sha256: "06cb8f58ace74de61f63500564931f9505368f45f98958bd7a6c35ba24159db4" - url: "https://pub.dev" - source: hosted - version: "2.0.1" - html: - dependency: transitive - description: - name: html - sha256: "3a7812d5bcd2894edf53dfaf8cd640876cf6cef50a8f238745c8b8120ea74d3a" - url: "https://pub.dev" - source: hosted - version: "0.15.4" - http: - dependency: "direct overridden" - description: - name: http - sha256: "761a297c042deedc1ffbb156d6e2af13886bb305c2a343a4d972504cd67dd938" - url: "https://pub.dev" - source: hosted - version: "1.2.1" - http_multi_server: - dependency: transitive - description: - name: http_multi_server - sha256: "97486f20f9c2f7be8f514851703d0119c3596d14ea63227af6f7a481ef2b2f8b" - url: "https://pub.dev" - source: hosted - version: "3.2.1" - http_parser: - dependency: transitive - description: - name: http_parser - sha256: "2aa08ce0341cc9b354a498388e30986515406668dbcc4f7c950c3e715496693b" - url: "https://pub.dev" - source: hosted - version: "4.0.2" - image: - dependency: transitive - description: - name: image - sha256: "2237616a36c0d69aef7549ab439b833fb7f9fb9fc861af2cc9ac3eedddd69ca8" - url: "https://pub.dev" - source: hosted - version: "4.2.0" - intl: - dependency: transitive - description: - name: intl - sha256: d6f56758b7d3014a48af9701c085700aac781a92a87a62b1333b46d8879661cf - url: "https://pub.dev" - source: hosted - version: "0.19.0" - io: - dependency: transitive - description: - name: io - sha256: "2ec25704aba361659e10e3e5f5d672068d332fc8ac516421d483a11e5cbd061e" - url: "https://pub.dev" - source: hosted - version: "1.0.4" - js: - dependency: transitive - description: - name: js - sha256: c1b2e9b5ea78c45e1a0788d29606ba27dc5f71f019f32ca5140f61ef071838cf - url: "https://pub.dev" - source: hosted - version: "0.7.1" - json_annotation: - dependency: transitive - description: - name: json_annotation - sha256: "1ce844379ca14835a50d2f019a3099f419082cfdd231cd86a142af94dd5c6bb1" - url: "https://pub.dev" - source: hosted - version: "4.9.0" - lints: - dependency: "direct dev" - description: - name: lints - sha256: "976c774dd944a42e83e2467f4cc670daef7eed6295b10b36ae8c85bcbf828235" - url: "https://pub.dev" - source: hosted - version: "4.0.0" - logging: - dependency: transitive - description: - name: logging - sha256: "623a88c9594aa774443aa3eb2d41807a48486b5613e67599fb4c41c0ad47c340" - url: "https://pub.dev" - source: hosted - version: "1.2.0" - macros: - dependency: transitive - description: - name: macros - sha256: "12e8a9842b5a7390de7a781ec63d793527582398d16ea26c60fed58833c9ae79" - url: "https://pub.dev" - source: hosted - version: "0.1.0-main.0" - matcher: - dependency: transitive - description: - name: matcher - sha256: d2323aa2060500f906aa31a895b4030b6da3ebdcc5619d14ce1aada65cd161cb - url: "https://pub.dev" - source: hosted - version: "0.12.16+1" - meta: - dependency: transitive - description: - name: meta - sha256: bdb68674043280c3428e9ec998512fb681678676b3c54e773629ffe74419f8c7 - url: "https://pub.dev" - source: hosted - version: "1.15.0" - mime: - dependency: transitive - description: - name: mime - sha256: "2e123074287cc9fd6c09de8336dae606d1ddb88d9ac47358826db698c176a1f2" - url: "https://pub.dev" - source: hosted - version: "1.0.5" - node_preamble: - dependency: transitive - description: - name: node_preamble - sha256: "6e7eac89047ab8a8d26cf16127b5ed26de65209847630400f9aefd7cd5c730db" - url: "https://pub.dev" - source: hosted - version: "2.0.2" - package_config: - dependency: transitive - description: - name: package_config - sha256: "1c5b77ccc91e4823a5af61ee74e6b972db1ef98c2ff5a18d3161c982a55448bd" - url: "https://pub.dev" - source: hosted - version: "2.1.0" - path: - dependency: transitive - description: - name: path - sha256: "087ce49c3f0dc39180befefc60fdb4acd8f8620e5682fe2476afd0b3688bb4af" - url: "https://pub.dev" - source: hosted - version: "1.9.0" - petitparser: - dependency: transitive - description: - name: petitparser - sha256: c15605cd28af66339f8eb6fbe0e541bfe2d1b72d5825efc6598f3e0a31b9ad27 - url: "https://pub.dev" - source: hosted - version: "6.0.2" - pointycastle: - dependency: transitive - description: - name: pointycastle - sha256: "4be0097fcf3fd3e8449e53730c631200ebc7b88016acecab2b0da2f0149222fe" - url: "https://pub.dev" - source: hosted - version: "3.9.1" - pool: - dependency: transitive - description: - name: pool - sha256: "20fe868b6314b322ea036ba325e6fc0711a22948856475e2c2b6306e8ab39c2a" - url: "https://pub.dev" - source: hosted - version: "1.5.1" - pub_semver: - dependency: transitive - description: - name: pub_semver - sha256: "40d3ab1bbd474c4c2328c91e3a7df8c6dd629b79ece4c4bd04bee496a224fb0c" - url: "https://pub.dev" - source: hosted - version: "2.1.4" - pubspec_parse: - dependency: transitive - description: - name: pubspec_parse - sha256: c799b721d79eb6ee6fa56f00c04b472dcd44a30d258fac2174a6ec57302678f8 - url: "https://pub.dev" - source: hosted - version: "1.3.0" - quiver: - dependency: transitive - description: - name: quiver - sha256: b1c1ac5ce6688d77f65f3375a9abb9319b3cb32486bdc7a1e0fdf004d7ba4e47 - url: "https://pub.dev" - source: hosted - version: "3.2.1" - requests_plus: - dependency: "direct main" - description: - name: requests_plus - sha256: b1d6e2c4fbe47643c46d3d27a773dbe9c1592464a8b7ed4d4ea20a3b1ea1bd3c - url: "https://pub.dev" - source: hosted - version: "4.8.6" - shelf: - dependency: transitive - description: - name: shelf - sha256: ad29c505aee705f41a4d8963641f91ac4cee3c8fad5947e033390a7bd8180fa4 - url: "https://pub.dev" - source: hosted - version: "1.4.1" - shelf_packages_handler: - dependency: transitive - description: - name: shelf_packages_handler - sha256: "89f967eca29607c933ba9571d838be31d67f53f6e4ee15147d5dc2934fee1b1e" - url: "https://pub.dev" - source: hosted - version: "3.0.2" - shelf_static: - dependency: transitive - description: - name: shelf_static - sha256: a41d3f53c4adf0f57480578c1d61d90342cd617de7fc8077b1304643c2d85c1e - url: "https://pub.dev" - source: hosted - version: "1.1.2" - shelf_web_socket: - dependency: transitive - description: - name: shelf_web_socket - sha256: "073c147238594ecd0d193f3456a5fe91c4b0abbcc68bf5cd95b36c4e194ac611" - url: "https://pub.dev" - source: hosted - version: "2.0.0" - source_gen: - dependency: transitive - description: - name: source_gen - sha256: "14658ba5f669685cd3d63701d01b31ea748310f7ab854e471962670abcf57832" - url: "https://pub.dev" - source: hosted - version: "1.5.0" - source_helper: - dependency: transitive - description: - name: source_helper - sha256: "6adebc0006c37dd63fe05bca0a929b99f06402fc95aa35bf36d67f5c06de01fd" - url: "https://pub.dev" - source: hosted - version: "1.3.4" - source_map_stack_trace: - dependency: transitive - description: - name: source_map_stack_trace - sha256: "84cf769ad83aa6bb61e0aa5a18e53aea683395f196a6f39c4c881fb90ed4f7ae" - url: "https://pub.dev" - source: hosted - version: "2.1.1" - source_maps: - dependency: transitive - description: - name: source_maps - sha256: "708b3f6b97248e5781f493b765c3337db11c5d2c81c3094f10904bfa8004c703" - url: "https://pub.dev" - source: hosted - version: "0.10.12" - source_span: - dependency: transitive - description: - name: source_span - sha256: "53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c" - url: "https://pub.dev" - source: hosted - version: "1.10.0" - stack_trace: - dependency: transitive - description: - name: stack_trace - sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b" - url: "https://pub.dev" - source: hosted - version: "1.11.1" - stream_channel: - dependency: transitive - description: - name: stream_channel - sha256: ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7 - url: "https://pub.dev" - source: hosted - version: "2.1.2" - stream_transform: - dependency: transitive - description: - name: stream_transform - sha256: "14a00e794c7c11aa145a170587321aedce29769c08d7f58b1d141da75e3b1c6f" - url: "https://pub.dev" - source: hosted - version: "2.1.0" - string_scanner: - dependency: transitive - description: - name: string_scanner - sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde" - url: "https://pub.dev" - source: hosted - version: "1.2.0" - synchronized: - dependency: transitive - description: - name: synchronized - sha256: "539ef412b170d65ecdafd780f924e5be3f60032a1128df156adad6c5b373d558" - url: "https://pub.dev" - source: hosted - version: "3.1.0+1" - term_glyph: - dependency: transitive - description: - name: term_glyph - sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84 - url: "https://pub.dev" - source: hosted - version: "1.2.1" - test: - dependency: "direct dev" - description: - name: test - sha256: "7ee44229615f8f642b68120165ae4c2a75fe77ae2065b1e55ae4711f6cf0899e" - url: "https://pub.dev" - source: hosted - version: "1.25.7" - test_api: - dependency: transitive - description: - name: test_api - sha256: "5b8a98dafc4d5c4c9c72d8b31ab2b23fc13422348d2997120294d3bac86b4ddb" - url: "https://pub.dev" - source: hosted - version: "0.7.2" - test_core: - dependency: transitive - description: - name: test_core - sha256: "55ea5a652e38a1dfb32943a7973f3681a60f872f8c3a05a14664ad54ef9c6696" - url: "https://pub.dev" - source: hosted - version: "0.6.4" - timing: - dependency: transitive - description: - name: timing - sha256: "70a3b636575d4163c477e6de42f247a23b315ae20e86442bebe32d3cabf61c32" - url: "https://pub.dev" - source: hosted - version: "1.0.1" - typed_data: - dependency: transitive - description: - name: typed_data - sha256: facc8d6582f16042dd49f2463ff1bd6e2c9ef9f3d5da3d9b087e244a7b564b3c - url: "https://pub.dev" - source: hosted - version: "1.3.2" - vm_service: - dependency: transitive - description: - name: vm_service - sha256: "360c4271613beb44db559547d02f8b0dc044741d0eeb9aa6ccdb47e8ec54c63a" - url: "https://pub.dev" - source: hosted - version: "14.2.3" - watcher: - dependency: transitive - description: - name: watcher - sha256: "3d2ad6751b3c16cf07c7fca317a1413b3f26530319181b37e3b9039b84fc01d8" - url: "https://pub.dev" - source: hosted - version: "1.1.0" - web: - dependency: transitive - description: - name: web - sha256: "97da13628db363c635202ad97068d47c5b8aa555808e7a9411963c533b449b27" - url: "https://pub.dev" - source: hosted - version: "0.5.1" - web_socket: - dependency: transitive - description: - name: web_socket - sha256: "24301d8c293ce6fe327ffe6f59d8fd8834735f0ec36e4fd383ec7ff8a64aa078" - url: "https://pub.dev" - source: hosted - version: "0.1.5" - web_socket_channel: - dependency: transitive - description: - name: web_socket_channel - sha256: a2d56211ee4d35d9b344d9d4ce60f362e4f5d1aafb988302906bd732bc731276 - url: "https://pub.dev" - source: hosted - version: "3.0.0" - webkit_inspection_protocol: - dependency: transitive - description: - name: webkit_inspection_protocol - sha256: "87d3f2333bb240704cd3f1c6b5b7acd8a10e7f0bc28c28dcf14e782014f4a572" - url: "https://pub.dev" - source: hosted - version: "1.2.1" - xml: - dependency: transitive - description: - name: xml - sha256: b015a8ad1c488f66851d762d3090a21c600e479dc75e68328c52774040cf9226 - url: "https://pub.dev" - source: hosted - version: "6.5.0" - yaml: - dependency: transitive - description: - name: yaml - sha256: "75769501ea3489fca56601ff33454fe45507ea3bfb014161abc3b43ae25989d5" - url: "https://pub.dev" - source: hosted - version: "3.1.2" -sdks: - dart: ">=3.4.0 <4.0.0" diff --git a/packages/lyon1mailclient/pubspec.yaml b/packages/lyon1mailclient/pubspec.yaml index eb4f3fee..c3175192 100755 --- a/packages/lyon1mailclient/pubspec.yaml +++ b/packages/lyon1mailclient/pubspec.yaml @@ -1,6 +1,6 @@ name: lyon1mailclient description: A Dart library for interacting with Lyon 1 University's email system, providing functionality to fetch and manage email messages. -version: 1.0.8 +version: 1.0.10 repository: https://github.com/onyx-lyon1/onxy/tree/main/packages/lyon1mailclient environment: @@ -26,6 +26,7 @@ dependencies: equatable: ^2.0.5 enough_mail: ^2.1.2 enough_mail_html: ^2.0.1 + collection: ^1.19.0 dependency_overrides: http: ^1.1.0 # needed for enough_mail diff --git a/packages/lyon1tomussclient/.idea/.gitignore b/packages/lyon1tomussclient/.idea/.gitignore deleted file mode 100755 index 13566b81..00000000 --- a/packages/lyon1tomussclient/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/packages/lyon1tomussclient/.idea/dartus-tomuss-client.iml b/packages/lyon1tomussclient/.idea/dartus-tomuss-client.iml deleted file mode 100644 index 2c3b394f..00000000 --- a/packages/lyon1tomussclient/.idea/dartus-tomuss-client.iml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/packages/lyon1tomussclient/.idea/libraries/Dart_Packages.xml b/packages/lyon1tomussclient/.idea/libraries/Dart_Packages.xml deleted file mode 100644 index d1c6beac..00000000 --- a/packages/lyon1tomussclient/.idea/libraries/Dart_Packages.xml +++ /dev/null @@ -1,644 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/packages/lyon1tomussclient/.idea/libraries/Dart_SDK.xml b/packages/lyon1tomussclient/.idea/libraries/Dart_SDK.xml deleted file mode 100644 index cf62e884..00000000 --- a/packages/lyon1tomussclient/.idea/libraries/Dart_SDK.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/packages/lyon1tomussclient/.idea/misc.xml b/packages/lyon1tomussclient/.idea/misc.xml deleted file mode 100755 index 6e866721..00000000 --- a/packages/lyon1tomussclient/.idea/misc.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/packages/lyon1tomussclient/.idea/modules.xml b/packages/lyon1tomussclient/.idea/modules.xml deleted file mode 100755 index 955f1e51..00000000 --- a/packages/lyon1tomussclient/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/packages/lyon1tomussclient/.idea/vcs.xml b/packages/lyon1tomussclient/.idea/vcs.xml deleted file mode 100644 index 8fe5bdbd..00000000 --- a/packages/lyon1tomussclient/.idea/vcs.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/packages/lyon1tomussclient/melos_lyon1tomussclient.iml b/packages/lyon1tomussclient/melos_lyon1tomussclient.iml deleted file mode 100644 index 389d07a1..00000000 --- a/packages/lyon1tomussclient/melos_lyon1tomussclient.iml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/packages/lyon1tomussclient/pubspec.lock b/packages/lyon1tomussclient/pubspec.lock deleted file mode 100755 index 4676caee..00000000 --- a/packages/lyon1tomussclient/pubspec.lock +++ /dev/null @@ -1,665 +0,0 @@ -# Generated by pub -# See https://dart.dev/tools/pub/glossary#lockfile -packages: - _fe_analyzer_shared: - dependency: transitive - description: - name: _fe_analyzer_shared - sha256: "5aaf60d96c4cd00fe7f21594b5ad6a1b699c80a27420f8a837f4d68473ef09e3" - url: "https://pub.dev" - source: hosted - version: "68.0.0" - _macros: - dependency: transitive - description: dart - source: sdk - version: "0.1.0" - analyzer: - dependency: transitive - description: - name: analyzer - sha256: "21f1d3720fd1c70316399d5e2bccaebb415c434592d778cce8acb967b8578808" - url: "https://pub.dev" - source: hosted - version: "6.5.0" - args: - dependency: transitive - description: - name: args - sha256: "7cf60b9f0cc88203c5a190b4cd62a99feea42759a7fa695010eb5de1c0b2252a" - url: "https://pub.dev" - source: hosted - version: "2.5.0" - async: - dependency: transitive - description: - name: async - sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c" - url: "https://pub.dev" - source: hosted - version: "2.11.0" - beautiful_soup_dart: - dependency: "direct main" - description: - name: beautiful_soup_dart - sha256: "57e23946c85776dd9515a4e9a14263fff37dbedbd559bc4412bf565886e12b10" - url: "https://pub.dev" - source: hosted - version: "0.3.0" - boolean_selector: - dependency: transitive - description: - name: boolean_selector - sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66" - url: "https://pub.dev" - source: hosted - version: "2.1.1" - build: - dependency: transitive - description: - name: build - sha256: "80184af8b6cb3e5c1c4ec6d8544d27711700bc3e6d2efad04238c7b5290889f0" - url: "https://pub.dev" - source: hosted - version: "2.4.1" - build_config: - dependency: transitive - description: - name: build_config - sha256: bf80fcfb46a29945b423bd9aad884590fb1dc69b330a4d4700cac476af1708d1 - url: "https://pub.dev" - source: hosted - version: "1.1.1" - build_daemon: - dependency: transitive - description: - name: build_daemon - sha256: "79b2aef6ac2ed00046867ed354c88778c9c0f029df8a20fe10b5436826721ef9" - url: "https://pub.dev" - source: hosted - version: "4.0.2" - build_resolvers: - dependency: transitive - description: - name: build_resolvers - sha256: "339086358431fa15d7eca8b6a36e5d783728cf025e559b834f4609a1fcfb7b0a" - url: "https://pub.dev" - source: hosted - version: "2.4.2" - build_runner: - dependency: "direct dev" - description: - name: build_runner - sha256: "644dc98a0f179b872f612d3eb627924b578897c629788e858157fa5e704ca0c7" - url: "https://pub.dev" - source: hosted - version: "2.4.11" - build_runner_core: - dependency: transitive - description: - name: build_runner_core - sha256: e3c79f69a64bdfcd8a776a3c28db4eb6e3fb5356d013ae5eb2e52007706d5dbe - url: "https://pub.dev" - source: hosted - version: "7.3.1" - built_collection: - dependency: transitive - description: - name: built_collection - sha256: "376e3dd27b51ea877c28d525560790aee2e6fbb5f20e2f85d5081027d94e2100" - url: "https://pub.dev" - source: hosted - version: "5.1.1" - built_value: - dependency: transitive - description: - name: built_value - sha256: c7913a9737ee4007efedaffc968c049fd0f3d0e49109e778edc10de9426005cb - url: "https://pub.dev" - source: hosted - version: "8.9.2" - checked_yaml: - dependency: transitive - description: - name: checked_yaml - sha256: feb6bed21949061731a7a75fc5d2aa727cf160b91af9a3e464c5e3a32e28b5ff - url: "https://pub.dev" - source: hosted - version: "2.0.3" - code_builder: - dependency: transitive - description: - name: code_builder - sha256: f692079e25e7869c14132d39f223f8eec9830eb76131925143b2129c4bb01b37 - url: "https://pub.dev" - source: hosted - version: "4.10.0" - collection: - dependency: transitive - description: - name: collection - sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a - url: "https://pub.dev" - source: hosted - version: "1.18.0" - convert: - dependency: transitive - description: - name: convert - sha256: "0f08b14755d163f6e2134cb58222dd25ea2a2ee8a195e53983d57c075324d592" - url: "https://pub.dev" - source: hosted - version: "3.1.1" - copy_with_extension: - dependency: "direct main" - description: - name: copy_with_extension - sha256: fbcf890b0c34aedf0894f91a11a579994b61b4e04080204656b582708b5b1125 - url: "https://pub.dev" - source: hosted - version: "5.0.4" - copy_with_extension_gen: - dependency: "direct dev" - description: - name: copy_with_extension_gen - sha256: "51cd11094096d40824c8da629ca7f16f3b7cea5fc44132b679617483d43346b0" - url: "https://pub.dev" - source: hosted - version: "5.0.4" - coverage: - dependency: transitive - description: - name: coverage - sha256: "3945034e86ea203af7a056d98e98e42a5518fff200d6e8e6647e1886b07e936e" - url: "https://pub.dev" - source: hosted - version: "1.8.0" - crypto: - dependency: transitive - description: - name: crypto - sha256: ff625774173754681d66daaf4a448684fb04b78f902da9cb3d308c19cc5e8bab - url: "https://pub.dev" - source: hosted - version: "3.0.3" - csslib: - dependency: transitive - description: - name: csslib - sha256: "706b5707578e0c1b4b7550f64078f0a0f19dec3f50a178ffae7006b0a9ca58fb" - url: "https://pub.dev" - source: hosted - version: "1.0.0" - dart_style: - dependency: transitive - description: - name: dart_style - sha256: "99e066ce75c89d6b29903d788a7bb9369cf754f7b24bf70bf4b6d6d6b26853b9" - url: "https://pub.dev" - source: hosted - version: "2.3.6" - dotenv: - dependency: "direct dev" - description: - name: dotenv - sha256: "379e64b6fc82d3df29461d349a1796ecd2c436c480d4653f3af6872eccbc90e1" - url: "https://pub.dev" - source: hosted - version: "4.2.0" - equatable: - dependency: "direct main" - description: - name: equatable - sha256: c2b87cb7756efdf69892005af546c56c0b5037f54d2a88269b4f347a505e3ca2 - url: "https://pub.dev" - source: hosted - version: "2.0.5" - file: - dependency: transitive - description: - name: file - sha256: "5fc22d7c25582e38ad9a8515372cd9a93834027aacf1801cf01164dac0ffa08c" - url: "https://pub.dev" - source: hosted - version: "7.0.0" - fixnum: - dependency: transitive - description: - name: fixnum - sha256: "25517a4deb0c03aa0f32fd12db525856438902d9c16536311e76cdc57b31d7d1" - url: "https://pub.dev" - source: hosted - version: "1.1.0" - frontend_server_client: - dependency: transitive - description: - name: frontend_server_client - sha256: f64a0333a82f30b0cca061bc3d143813a486dc086b574bfb233b7c1372427694 - url: "https://pub.dev" - source: hosted - version: "4.0.0" - glob: - dependency: transitive - description: - name: glob - sha256: "0e7014b3b7d4dac1ca4d6114f82bf1782ee86745b9b42a92c9289c23d8a0ab63" - url: "https://pub.dev" - source: hosted - version: "2.1.2" - graphs: - dependency: transitive - description: - name: graphs - sha256: aedc5a15e78fc65a6e23bcd927f24c64dd995062bcd1ca6eda65a3cff92a4d19 - url: "https://pub.dev" - source: hosted - version: "2.3.1" - hex: - dependency: transitive - description: - name: hex - sha256: "4e7cd54e4b59ba026432a6be2dd9d96e4c5205725194997193bf871703b82c4a" - url: "https://pub.dev" - source: hosted - version: "0.2.0" - hive: - dependency: "direct main" - description: - name: hive - sha256: "8dcf6db979d7933da8217edcec84e9df1bdb4e4edc7fc77dbd5aa74356d6d941" - url: "https://pub.dev" - source: hosted - version: "2.2.3" - hive_generator: - dependency: "direct dev" - description: - name: hive_generator - sha256: "06cb8f58ace74de61f63500564931f9505368f45f98958bd7a6c35ba24159db4" - url: "https://pub.dev" - source: hosted - version: "2.0.1" - html: - dependency: transitive - description: - name: html - sha256: "3a7812d5bcd2894edf53dfaf8cd640876cf6cef50a8f238745c8b8120ea74d3a" - url: "https://pub.dev" - source: hosted - version: "0.15.4" - http: - dependency: transitive - description: - name: http - sha256: "761a297c042deedc1ffbb156d6e2af13886bb305c2a343a4d972504cd67dd938" - url: "https://pub.dev" - source: hosted - version: "1.2.1" - http_multi_server: - dependency: transitive - description: - name: http_multi_server - sha256: "97486f20f9c2f7be8f514851703d0119c3596d14ea63227af6f7a481ef2b2f8b" - url: "https://pub.dev" - source: hosted - version: "3.2.1" - http_parser: - dependency: transitive - description: - name: http_parser - sha256: "2aa08ce0341cc9b354a498388e30986515406668dbcc4f7c950c3e715496693b" - url: "https://pub.dev" - source: hosted - version: "4.0.2" - io: - dependency: transitive - description: - name: io - sha256: "2ec25704aba361659e10e3e5f5d672068d332fc8ac516421d483a11e5cbd061e" - url: "https://pub.dev" - source: hosted - version: "1.0.4" - js: - dependency: transitive - description: - name: js - sha256: c1b2e9b5ea78c45e1a0788d29606ba27dc5f71f019f32ca5140f61ef071838cf - url: "https://pub.dev" - source: hosted - version: "0.7.1" - json_annotation: - dependency: transitive - description: - name: json_annotation - sha256: "1ce844379ca14835a50d2f019a3099f419082cfdd231cd86a142af94dd5c6bb1" - url: "https://pub.dev" - source: hosted - version: "4.9.0" - lints: - dependency: "direct dev" - description: - name: lints - sha256: "976c774dd944a42e83e2467f4cc670daef7eed6295b10b36ae8c85bcbf828235" - url: "https://pub.dev" - source: hosted - version: "4.0.0" - logging: - dependency: transitive - description: - name: logging - sha256: "623a88c9594aa774443aa3eb2d41807a48486b5613e67599fb4c41c0ad47c340" - url: "https://pub.dev" - source: hosted - version: "1.2.0" - lyon1casclient: - dependency: "direct main" - description: - path: "../lyon1casclient" - relative: true - source: path - version: "1.0.7" - macros: - dependency: transitive - description: - name: macros - sha256: "12e8a9842b5a7390de7a781ec63d793527582398d16ea26c60fed58833c9ae79" - url: "https://pub.dev" - source: hosted - version: "0.1.0-main.0" - matcher: - dependency: transitive - description: - name: matcher - sha256: d2323aa2060500f906aa31a895b4030b6da3ebdcc5619d14ce1aada65cd161cb - url: "https://pub.dev" - source: hosted - version: "0.12.16+1" - meta: - dependency: transitive - description: - name: meta - sha256: bdb68674043280c3428e9ec998512fb681678676b3c54e773629ffe74419f8c7 - url: "https://pub.dev" - source: hosted - version: "1.15.0" - mime: - dependency: transitive - description: - name: mime - sha256: "2e123074287cc9fd6c09de8336dae606d1ddb88d9ac47358826db698c176a1f2" - url: "https://pub.dev" - source: hosted - version: "1.0.5" - node_preamble: - dependency: transitive - description: - name: node_preamble - sha256: "6e7eac89047ab8a8d26cf16127b5ed26de65209847630400f9aefd7cd5c730db" - url: "https://pub.dev" - source: hosted - version: "2.0.2" - package_config: - dependency: transitive - description: - name: package_config - sha256: "1c5b77ccc91e4823a5af61ee74e6b972db1ef98c2ff5a18d3161c982a55448bd" - url: "https://pub.dev" - source: hosted - version: "2.1.0" - path: - dependency: transitive - description: - name: path - sha256: "087ce49c3f0dc39180befefc60fdb4acd8f8620e5682fe2476afd0b3688bb4af" - url: "https://pub.dev" - source: hosted - version: "1.9.0" - pool: - dependency: transitive - description: - name: pool - sha256: "20fe868b6314b322ea036ba325e6fc0711a22948856475e2c2b6306e8ab39c2a" - url: "https://pub.dev" - source: hosted - version: "1.5.1" - pub_semver: - dependency: transitive - description: - name: pub_semver - sha256: "40d3ab1bbd474c4c2328c91e3a7df8c6dd629b79ece4c4bd04bee496a224fb0c" - url: "https://pub.dev" - source: hosted - version: "2.1.4" - pubspec_parse: - dependency: transitive - description: - name: pubspec_parse - sha256: c799b721d79eb6ee6fa56f00c04b472dcd44a30d258fac2174a6ec57302678f8 - url: "https://pub.dev" - source: hosted - version: "1.3.0" - quiver: - dependency: transitive - description: - name: quiver - sha256: b1c1ac5ce6688d77f65f3375a9abb9319b3cb32486bdc7a1e0fdf004d7ba4e47 - url: "https://pub.dev" - source: hosted - version: "3.2.1" - requests_plus: - dependency: "direct main" - description: - name: requests_plus - sha256: b1d6e2c4fbe47643c46d3d27a773dbe9c1592464a8b7ed4d4ea20a3b1ea1bd3c - url: "https://pub.dev" - source: hosted - version: "4.8.6" - shelf: - dependency: transitive - description: - name: shelf - sha256: ad29c505aee705f41a4d8963641f91ac4cee3c8fad5947e033390a7bd8180fa4 - url: "https://pub.dev" - source: hosted - version: "1.4.1" - shelf_packages_handler: - dependency: transitive - description: - name: shelf_packages_handler - sha256: "89f967eca29607c933ba9571d838be31d67f53f6e4ee15147d5dc2934fee1b1e" - url: "https://pub.dev" - source: hosted - version: "3.0.2" - shelf_static: - dependency: transitive - description: - name: shelf_static - sha256: a41d3f53c4adf0f57480578c1d61d90342cd617de7fc8077b1304643c2d85c1e - url: "https://pub.dev" - source: hosted - version: "1.1.2" - shelf_web_socket: - dependency: transitive - description: - name: shelf_web_socket - sha256: "073c147238594ecd0d193f3456a5fe91c4b0abbcc68bf5cd95b36c4e194ac611" - url: "https://pub.dev" - source: hosted - version: "2.0.0" - source_gen: - dependency: transitive - description: - name: source_gen - sha256: "14658ba5f669685cd3d63701d01b31ea748310f7ab854e471962670abcf57832" - url: "https://pub.dev" - source: hosted - version: "1.5.0" - source_helper: - dependency: transitive - description: - name: source_helper - sha256: "6adebc0006c37dd63fe05bca0a929b99f06402fc95aa35bf36d67f5c06de01fd" - url: "https://pub.dev" - source: hosted - version: "1.3.4" - source_map_stack_trace: - dependency: transitive - description: - name: source_map_stack_trace - sha256: "84cf769ad83aa6bb61e0aa5a18e53aea683395f196a6f39c4c881fb90ed4f7ae" - url: "https://pub.dev" - source: hosted - version: "2.1.1" - source_maps: - dependency: transitive - description: - name: source_maps - sha256: "708b3f6b97248e5781f493b765c3337db11c5d2c81c3094f10904bfa8004c703" - url: "https://pub.dev" - source: hosted - version: "0.10.12" - source_span: - dependency: transitive - description: - name: source_span - sha256: "53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c" - url: "https://pub.dev" - source: hosted - version: "1.10.0" - stack_trace: - dependency: transitive - description: - name: stack_trace - sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b" - url: "https://pub.dev" - source: hosted - version: "1.11.1" - stream_channel: - dependency: transitive - description: - name: stream_channel - sha256: ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7 - url: "https://pub.dev" - source: hosted - version: "2.1.2" - stream_transform: - dependency: transitive - description: - name: stream_transform - sha256: "14a00e794c7c11aa145a170587321aedce29769c08d7f58b1d141da75e3b1c6f" - url: "https://pub.dev" - source: hosted - version: "2.1.0" - string_scanner: - dependency: transitive - description: - name: string_scanner - sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde" - url: "https://pub.dev" - source: hosted - version: "1.2.0" - term_glyph: - dependency: transitive - description: - name: term_glyph - sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84 - url: "https://pub.dev" - source: hosted - version: "1.2.1" - test: - dependency: "direct dev" - description: - name: test - sha256: "7ee44229615f8f642b68120165ae4c2a75fe77ae2065b1e55ae4711f6cf0899e" - url: "https://pub.dev" - source: hosted - version: "1.25.7" - test_api: - dependency: transitive - description: - name: test_api - sha256: "5b8a98dafc4d5c4c9c72d8b31ab2b23fc13422348d2997120294d3bac86b4ddb" - url: "https://pub.dev" - source: hosted - version: "0.7.2" - test_core: - dependency: transitive - description: - name: test_core - sha256: "55ea5a652e38a1dfb32943a7973f3681a60f872f8c3a05a14664ad54ef9c6696" - url: "https://pub.dev" - source: hosted - version: "0.6.4" - timing: - dependency: transitive - description: - name: timing - sha256: "70a3b636575d4163c477e6de42f247a23b315ae20e86442bebe32d3cabf61c32" - url: "https://pub.dev" - source: hosted - version: "1.0.1" - typed_data: - dependency: transitive - description: - name: typed_data - sha256: facc8d6582f16042dd49f2463ff1bd6e2c9ef9f3d5da3d9b087e244a7b564b3c - url: "https://pub.dev" - source: hosted - version: "1.3.2" - vm_service: - dependency: transitive - description: - name: vm_service - sha256: "360c4271613beb44db559547d02f8b0dc044741d0eeb9aa6ccdb47e8ec54c63a" - url: "https://pub.dev" - source: hosted - version: "14.2.3" - watcher: - dependency: transitive - description: - name: watcher - sha256: "3d2ad6751b3c16cf07c7fca317a1413b3f26530319181b37e3b9039b84fc01d8" - url: "https://pub.dev" - source: hosted - version: "1.1.0" - web: - dependency: transitive - description: - name: web - sha256: "97da13628db363c635202ad97068d47c5b8aa555808e7a9411963c533b449b27" - url: "https://pub.dev" - source: hosted - version: "0.5.1" - web_socket: - dependency: transitive - description: - name: web_socket - sha256: "24301d8c293ce6fe327ffe6f59d8fd8834735f0ec36e4fd383ec7ff8a64aa078" - url: "https://pub.dev" - source: hosted - version: "0.1.5" - web_socket_channel: - dependency: transitive - description: - name: web_socket_channel - sha256: a2d56211ee4d35d9b344d9d4ce60f362e4f5d1aafb988302906bd732bc731276 - url: "https://pub.dev" - source: hosted - version: "3.0.0" - webkit_inspection_protocol: - dependency: transitive - description: - name: webkit_inspection_protocol - sha256: "87d3f2333bb240704cd3f1c6b5b7acd8a10e7f0bc28c28dcf14e782014f4a572" - url: "https://pub.dev" - source: hosted - version: "1.2.1" - yaml: - dependency: transitive - description: - name: yaml - sha256: "75769501ea3489fca56601ff33454fe45507ea3bfb014161abc3b43ae25989d5" - url: "https://pub.dev" - source: hosted - version: "3.1.2" -sdks: - dart: ">=3.4.0 <4.0.0" diff --git a/packages/lyon1tomussclient/pubspec.yaml b/packages/lyon1tomussclient/pubspec.yaml index 6887f394..e914a782 100755 --- a/packages/lyon1tomussclient/pubspec.yaml +++ b/packages/lyon1tomussclient/pubspec.yaml @@ -1,6 +1,6 @@ name: lyon1tomussclient description: A Dart library for interacting with Tomuss, Lyon 1 University's academic platform, using Lyon1CasClient for authentication. -version: 1.0.11 +version: 1.0.12 repository: https://github.com/onyx-lyon1/onxy/packages/lyon1tomussclient environment: diff --git a/packages/polytechcolloscopeclient/pubspec.yaml b/packages/polytechcolloscopeclient/pubspec.yaml index 56e7f0a6..e4903a98 100644 --- a/packages/polytechcolloscopeclient/pubspec.yaml +++ b/packages/polytechcolloscopeclient/pubspec.yaml @@ -1,6 +1,6 @@ name: polytechcolloscopeclient description: a library aiming at providing a simple interface to fetch data from Polytech Lyon Colloscope -version: 1.0.9 +version: 1.0.11 repository: https://github.com/onyx-lyon1/onyx/tree/main/packages/polytechcolloscopeclient environment: