mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +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);
|
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,
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user