From ba53da1b1488abab20e2bb621c11440cebaa79d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20M=C3=BCller?= Date: Sat, 20 May 2023 16:10:37 +0200 Subject: [PATCH] Upgrade dependencies --- .idea/libraries/Dart_Packages.xml | 180 +++++++++++++++++----------- .idea/libraries/Flutter_Plugins.xml | 35 ------ pubspec.yaml | 6 +- 3 files changed, 115 insertions(+), 106 deletions(-) delete mode 100644 .idea/libraries/Flutter_Plugins.xml diff --git a/.idea/libraries/Dart_Packages.xml b/.idea/libraries/Dart_Packages.xml index ac7594c..968b832 100644 --- a/.idea/libraries/Dart_Packages.xml +++ b/.idea/libraries/Dart_Packages.xml @@ -5,21 +5,21 @@ - - - @@ -96,7 +96,7 @@ - @@ -110,7 +110,7 @@ - @@ -124,14 +124,14 @@ - - @@ -222,7 +222,7 @@ - @@ -285,7 +285,7 @@ - @@ -299,7 +299,7 @@ - @@ -366,6 +366,13 @@ + + + + + + @@ -376,14 +383,14 @@ - - @@ -418,14 +425,14 @@ - - @@ -460,21 +467,21 @@ - - - @@ -488,7 +495,7 @@ - @@ -502,7 +509,7 @@ - @@ -516,7 +523,7 @@ - @@ -537,7 +544,7 @@ - @@ -551,7 +558,7 @@ - @@ -614,7 +621,7 @@ - @@ -649,7 +656,7 @@ - @@ -663,7 +670,7 @@ - @@ -705,7 +712,7 @@ - @@ -789,7 +796,7 @@ - @@ -803,7 +810,7 @@ - @@ -866,7 +873,7 @@ - @@ -887,7 +894,7 @@ - @@ -926,6 +933,27 @@ + + + + + + + + + + + + + + + + + + @@ -954,6 +982,13 @@ + + + + + + @@ -964,7 +999,7 @@ - @@ -978,14 +1013,14 @@ - - @@ -1055,7 +1090,7 @@ - @@ -1083,7 +1118,7 @@ - @@ -1105,10 +1140,10 @@ - - - - + + + + @@ -1119,12 +1154,12 @@ - + - + - - + + @@ -1137,7 +1172,7 @@ - + @@ -1146,9 +1181,9 @@ - + - + @@ -1157,30 +1192,30 @@ - - + + - - + + - - - + + + - + - + - + - + - + @@ -1193,15 +1228,15 @@ - + - + - + @@ -1213,9 +1248,9 @@ - + - + @@ -1223,24 +1258,28 @@ - + - + + + + + - + - - + + @@ -1250,15 +1289,16 @@ - + - + + diff --git a/.idea/libraries/Flutter_Plugins.xml b/.idea/libraries/Flutter_Plugins.xml deleted file mode 100644 index 37fcc58..0000000 --- a/.idea/libraries/Flutter_Plugins.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 3457cea..2684313 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -32,6 +32,8 @@ dependencies: flutter: sdk: flutter + flutter_localizations: + sdk: flutter # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. @@ -46,11 +48,12 @@ dependencies: timetable_view: ^0.3.0 json_annotation: ^4.8.0 localstore: ^1.2.3 - intl: ^0.17.0 + intl: ^0.18.0 nextcloud: git: url: https://github.com/provokateurin/nextcloud-neon path: packages/nextcloud + ref: 68624545e6ef45e6c4d07bf76addade067479683 flutter_launcher_icons: ^0.13.1 pretty_json: ^2.0.0 cached_network_image: ^3.2.3 @@ -69,6 +72,7 @@ dependencies: loader_overlay: ^2.2.0 crypto: ^3.0.3 package_info: ^2.0.2 + syncfusion_flutter_calendar: ^21.2.4 dependency_overrides: xml: ^6.2.2