From 04c244503e67a2f70f96308f0224234a92018e49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20M=C3=BCller?= Date: Sun, 11 Jun 2023 16:03:40 +0200 Subject: [PATCH] Pump environment sdk version --- .idea/libraries/Dart_Packages.xml | 168 ++++++++++++++++++---------- .idea/libraries/Flutter_Plugins.xml | 20 ++-- pubspec.yaml | 4 +- 3 files changed, 127 insertions(+), 65 deletions(-) diff --git a/.idea/libraries/Dart_Packages.xml b/.idea/libraries/Dart_Packages.xml index ea10ad6..5da2980 100644 --- a/.idea/libraries/Dart_Packages.xml +++ b/.idea/libraries/Dart_Packages.xml @@ -47,7 +47,7 @@ - @@ -131,14 +131,14 @@ - - @@ -152,7 +152,7 @@ - @@ -208,7 +208,7 @@ - @@ -229,7 +229,7 @@ - @@ -257,7 +257,7 @@ - @@ -299,7 +299,7 @@ - @@ -331,6 +331,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -411,7 +439,7 @@ - @@ -467,7 +495,7 @@ - @@ -502,14 +530,14 @@ - - @@ -527,10 +555,31 @@ + + + + + + + + + + + + - + + + + + + @@ -551,7 +600,7 @@ - @@ -586,7 +635,7 @@ - @@ -649,7 +698,7 @@ - @@ -719,7 +768,7 @@ - @@ -831,7 +880,7 @@ - @@ -971,63 +1020,63 @@ - - - - - - - - - @@ -1076,7 +1125,7 @@ - @@ -1210,15 +1259,15 @@ - - + + - + @@ -1230,10 +1279,10 @@ - - + + - + @@ -1241,14 +1290,14 @@ - + - + - + @@ -1258,6 +1307,10 @@ + + + + @@ -1266,30 +1319,33 @@ - + - + - - + + - + + + + - + - + @@ -1307,7 +1363,7 @@ - + @@ -1323,7 +1379,7 @@ - + @@ -1342,22 +1398,22 @@ - - - - - - - - - + + + + + + + + + - + diff --git a/.idea/libraries/Flutter_Plugins.xml b/.idea/libraries/Flutter_Plugins.xml index 74a32cf..e9465cf 100644 --- a/.idea/libraries/Flutter_Plugins.xml +++ b/.idea/libraries/Flutter_Plugins.xml @@ -10,27 +10,33 @@ - - - - - - - + + + + + + + + + + + + + diff --git a/pubspec.yaml b/pubspec.yaml index e9ce79a..2333d30 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,10 +17,10 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 0.0.1+4 +version: 0.0.1+5 environment: - sdk: '>=2.18.4 <3.0.0' + sdk: '>3.0.0' # Dependencies specify other packages that your package needs in order to work. # To automatically upgrade your package dependencies to the latest versions