From 1ec32168e5d99a6a5f9673514b2e2c3c5a053843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maty=C3=A1=C5=A1=20Caras?= Date: Fri, 9 Feb 2024 17:01:18 +0100 Subject: [PATCH] chore: upgrade flutter --- .flutter | 2 +- lib/views/settings/edit_categories.dart | 3 +-- lib/views/setup.dart | 3 +-- pubspec.lock | 20 ++++++++++---------- 4 files changed, 13 insertions(+), 15 deletions(-) diff --git a/.flutter b/.flutter index 1b19776..b7e7d46 160000 --- a/.flutter +++ b/.flutter @@ -1 +1 @@ -Subproject commit 1b197762c51e993cb77d7fafe9729ef2506e2bf7 +Subproject commit b7e7d46a046ba8a22897a514bf2311a0f81ab198 diff --git a/lib/views/settings/edit_categories.dart b/lib/views/settings/edit_categories.dart index 40f7c15..2e004b4 100644 --- a/lib/views/settings/edit_categories.dart +++ b/lib/views/settings/edit_categories.dart @@ -131,8 +131,7 @@ class _EditCategoriesViewState extends State { : ListTile( leading: GestureDetector( onTap: () async { - final icon = - await FlutterIconPicker.showIconPicker( + final icon = await showIconPicker( context, ); if (icon != null) { diff --git a/lib/views/setup.dart b/lib/views/setup.dart index 52e5e1e..b1d1ef1 100644 --- a/lib/views/setup.dart +++ b/lib/views/setup.dart @@ -312,8 +312,7 @@ class _SetupViewState extends State { : ListTile( leading: GestureDetector( onTap: () async { - final icon = - await FlutterIconPicker.showIconPicker( + final icon = await showIconPicker( context, ); if (icon != null) categories[i].icon = icon; diff --git a/pubspec.lock b/pubspec.lock index 09ed890..7c7c4f5 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -5,18 +5,18 @@ packages: dependency: transitive description: name: _fe_analyzer_shared - sha256: "0f7b1783ddb1e4600580b8c00d0ddae5b06ae7f0382bd4fcce5db4df97b618e1" + sha256: "0b2f2bd91ba804e53a61d757b986f89f1f9eaed5b11e4b2f5a2468d86d6c9fc7" url: "https://pub.dev" source: hosted - version: "66.0.0" + version: "67.0.0" analyzer: dependency: transitive description: name: analyzer - sha256: "5e8bdcda061d91da6b034d64d8e4026f355bcb8c3e7a0ac2da1523205a91a737" + sha256: "37577842a27e4338429a1cbc32679d508836510b056f1eedf0c8d20e39c1383d" url: "https://pub.dev" source: hosted - version: "6.4.0" + version: "6.4.1" archive: dependency: "direct main" description: @@ -93,10 +93,10 @@ packages: dependency: transitive description: name: build_runner_core - sha256: c9e32d21dd6626b5c163d48b037ce906bbe428bc23ab77bcd77bb21e593b6185 + sha256: "4ae8ffe5ac758da294ecf1802f2aff01558d8b1b00616aa7538ea9a8a5d50799" url: "https://pub.dev" source: hosted - version: "7.2.11" + version: "7.3.0" built_collection: dependency: transitive description: @@ -319,10 +319,10 @@ packages: dependency: "direct main" description: name: flutter_iconpicker - sha256: a51d1c8ed5447334652d6fe6d004f1d361184d124e982762373f9be6a78a18b6 + sha256: ad21bb678fd315f5c4f4eab2c9489779f818a3cbb77e20a7460d685bc44ddaf4 url: "https://pub.dev" source: hosted - version: "3.2.4" + version: "3.3.3" flutter_keyboard_visibility: dependency: transitive description: @@ -499,10 +499,10 @@ packages: dependency: transitive description: name: image - sha256: "004a2e90ce080f8627b5a04aecb4cdfac87d2c3f3b520aa291260be5a32c033d" + sha256: "49a0d4b0c12402853d3f227fe7c315601b238d126aa4caa5dbb2dcf99421aa4a" url: "https://pub.dev" source: hosted - version: "4.1.4" + version: "4.1.6" integration_test: dependency: "direct dev" description: flutter