We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdecbc2 commit 1b5713dCopy full SHA for 1b5713d
lib/Components/bottom_floating_menu_button.dart
@@ -575,6 +575,14 @@ class _BottomFloatingMenuButtonState extends State<BottomFloatingMenuButton>
575
isSequential: sequentialDownload,
576
isCompleted: completed,
577
context: context);
578
+ final addTorrentSnackbar =
579
+ addFloodSnackBar(
580
+ SnackbarType.information,
581
+ 'Torrent added successfully',
582
+ 'Dismiss');
583
+
584
+ ScaffoldMessenger.of(context)
585
+ .showSnackBar(addTorrentSnackbar);
586
Navigator.pop(context);
587
},
588
style: ElevatedButton.styleFrom(
0 commit comments