mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
chore: update deps.
This commit is contained in:
@@ -310,7 +310,6 @@ class _SSHPageState extends State<SSHPage> with AutomaticKeepAliveClientMixin {
|
|||||||
.toList();
|
.toList();
|
||||||
},
|
},
|
||||||
name: (e) => e.name,
|
name: (e) => e.name,
|
||||||
all: l10n.all,
|
|
||||||
);
|
);
|
||||||
if (snippets == null || snippets.isEmpty) return;
|
if (snippets == null || snippets.isEmpty) return;
|
||||||
|
|
||||||
|
|||||||
@@ -122,7 +122,6 @@ void _onTapMoreBtns(
|
|||||||
.toList();
|
.toList();
|
||||||
},
|
},
|
||||||
name: (e) => e.name,
|
name: (e) => e.name,
|
||||||
all: l10n.all,
|
|
||||||
);
|
);
|
||||||
if (snippets == null || snippets.isEmpty) return;
|
if (snippets == null || snippets.isEmpty) return;
|
||||||
final snippet = snippets.firstOrNull;
|
final snippet = snippets.firstOrNull;
|
||||||
|
|||||||
@@ -401,7 +401,7 @@ packages:
|
|||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: main
|
ref: main
|
||||||
resolved-ref: a9ae446541c88b1b8d1b75c368dc5b88073963fc
|
resolved-ref: a2aa5359253ad83000ff2612ed2c5729cb0dcfc5
|
||||||
url: "https://github.com/lollipopkit/fl_lib"
|
url: "https://github.com/lollipopkit/fl_lib"
|
||||||
source: git
|
source: git
|
||||||
version: "0.0.1"
|
version: "0.0.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user