Skip to content

Commit

Permalink
chore: update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
lollipopkit committed May 24, 2024
1 parent 57b83dc commit ee5f4d1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion lib/view/page/ssh/page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ class _SSHPageState extends State<SSHPage> with AutomaticKeepAliveClientMixin {
.toList();
},
name: (e) => e.name,
all: l10n.all,
);
if (snippets == null || snippets.isEmpty) return;

Expand Down
1 change: 0 additions & 1 deletion lib/view/widget/server_func_btns.dart
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ void _onTapMoreBtns(
.toList();
},
name: (e) => e.name,
all: l10n.all,
);
if (snippets == null || snippets.isEmpty) return;
final snippet = snippets.firstOrNull;
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ packages:
description:
path: "."
ref: main
resolved-ref: a9ae446541c88b1b8d1b75c368dc5b88073963fc
resolved-ref: a2aa5359253ad83000ff2612ed2c5729cb0dcfc5
url: "https://github.com/lollipopkit/fl_lib"
source: git
version: "0.0.1"
Expand Down

0 comments on commit ee5f4d1

Please sign in to comment.