chore: update deps.

This commit is contained in:
lollipopkit
2024-05-24 21:29:03 +08:00
parent 57b83dc226
commit ee5f4d10ea
3 changed files with 1 additions and 3 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -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"