chore: Fns & FnRes (#690)

This commit is contained in:
Noo6
2025-02-04 22:41:03 +08:00
committed by GitHub
parent a10321e3de
commit 900686f955
2 changed files with 2 additions and 2 deletions

View File

@@ -330,7 +330,7 @@ final class _AppSettingsPageState extends State<AppSettingsPage> {
return Text(display, style: UIs.textGrey); return Text(display, style: UIs.textGrey);
}, },
), ),
onTap: () => Funcs.throttle( onTap: () => Fns.throttle(
() => AppUpdateIface.doUpdate( () => AppUpdateIface.doUpdate(
context: context, context: context,
build: BuildData.build, build: BuildData.build,

View File

@@ -63,7 +63,7 @@ dependencies:
fl_lib: fl_lib:
git: git:
url: https://github.com/lppcg/fl_lib url: https://github.com/lppcg/fl_lib
ref: v1.0.235 ref: v1.0.236
flutter_distributor: ^0.4.5 flutter_distributor: ^0.4.5
dependency_overrides: dependency_overrides: