mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 15:24:35 +01:00
chore: Fns & FnRes (#690)
This commit is contained in:
@@ -330,7 +330,7 @@ final class _AppSettingsPageState extends State<AppSettingsPage> {
|
||||
return Text(display, style: UIs.textGrey);
|
||||
},
|
||||
),
|
||||
onTap: () => Funcs.throttle(
|
||||
onTap: () => Fns.throttle(
|
||||
() => AppUpdateIface.doUpdate(
|
||||
context: context,
|
||||
build: BuildData.build,
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user