From 900686f95521f275d40226fa02a18f8ba98167f5 Mon Sep 17 00:00:00 2001 From: Noo6 <72285529+No06@users.noreply.github.com> Date: Tue, 4 Feb 2025 22:41:03 +0800 Subject: [PATCH] chore: `Fns` & `FnRes` (#690) --- lib/view/page/setting/entry.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/view/page/setting/entry.dart b/lib/view/page/setting/entry.dart index 925fb3ff..dfd9521f 100644 --- a/lib/view/page/setting/entry.dart +++ b/lib/view/page/setting/entry.dart @@ -330,7 +330,7 @@ final class _AppSettingsPageState extends State { return Text(display, style: UIs.textGrey); }, ), - onTap: () => Funcs.throttle( + onTap: () => Fns.throttle( () => AppUpdateIface.doUpdate( context: context, build: BuildData.build, diff --git a/pubspec.yaml b/pubspec.yaml index 44c8f0ff..14c65eca 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -63,7 +63,7 @@ dependencies: fl_lib: git: url: https://github.com/lppcg/fl_lib - ref: v1.0.235 + ref: v1.0.236 flutter_distributor: ^0.4.5 dependency_overrides: