From 55a8cadf35fb44092d0affe106580ac638e71c59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maty=C3=A1=C5=A1=20Caras?= Date: Mon, 4 Sep 2023 19:17:00 +0200 Subject: [PATCH] =?UTF-8?q?chore(dependencies):=20:arrow=5Fup:=20update=20?= =?UTF-8?q?z=C3=A1vislost=C3=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pubspec.lock | 12 ++++++++++-- pubspec.yaml | 5 +++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 86bb03b..6ae2479 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -29,10 +29,10 @@ packages: dependency: "direct main" description: name: canteenlib - sha256: c15aa1d11fb9d6d01d633b8cbb6780d3e63c9058f8cc3b0f7de2fbc21cf4903d + sha256: "4b04a2e3d206e66931b8285fa0f6ab4436d267ce9c8169a210045f735195f480" url: "https://pub.dev" source: hosted - version: "1.1.1" + version: "1.1.2" characters: dependency: transitive description: @@ -464,6 +464,14 @@ packages: url: "https://pub.dev" source: hosted version: "4.2.4" + settings_ui: + dependency: "direct main" + description: + name: settings_ui + sha256: d9838037cb554b24b4218b2d07666fbada3478882edefae375ee892b6c820ef3 + url: "https://pub.dev" + source: hosted + version: "2.0.2" shared_preferences: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 0859f35..971e646 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,7 +6,7 @@ publish_to: 'none' # The following defines the version and build number for your application. # A version number is three numbers separated by dots, like 1.2.43 # followed by an optional build number separated by a +. -version: 1.7.0+27 +version: 1.7.1+28 environment: sdk: ">=2.18.2 <3.0.0" @@ -16,7 +16,7 @@ dependencies: sdk: flutter flutter_localizations: sdk: flutter - canteenlib: ^1.1.1 + canteenlib: ^1.1.2 flutter_secure_storage: ^7.0.1 url_launcher: ^6.0.20 path_provider: ^2.0.9 @@ -28,6 +28,7 @@ dependencies: intl: ^0.17.0 package_info_plus: ^1.4.3+1 fluttertoast: ^8.1.2 + settings_ui: ^2.0.2 dev_dependencies: flutter_lints: ^2.0.1