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: