Skip to content

Commit

Permalink
fix: analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
Feichtmeier committed Oct 28, 2024
1 parent 2f9c977 commit 9b24d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clipboard_viewer/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class _MyHomePageState extends State<MyHomePage> {
await Pasteboard.writeFiles(['/home/davide']);
return;
// TODO(@HrX03) is this needed?
// ignore: unused_local_variable, dead_code
// ignore: unused_local_variable, dead_code, deprecated_member_use
final data = await ClipboardReader.readClipboard();
final value = await data.readValue(linuxFileUri);

Expand Down

0 comments on commit 9b24d7f

Please sign in to comment.