I'm trying to create this type of notifications
The idea is to show this notification inside the app to tell the user that some process finishes, he can wait 7 seconds until the notification disappears or he can swipe up to dismiss the notification.
I've tried to use some Snackbars and add a margin to the top but that only makes the content non-clickable, I also tried with some packages like another_flushbar, in_app_notification, multiple_snackbar but that doesn't work.
So, someone knows another package or another way I can do this?
CodePudding user response:
You can use banner widget inside visibility widget and when show when notification completed.
CodePudding user response:
You can use fluttertoast package and customize your toast as clickable one.