Update dependencies
This commit is contained in:
@@ -29,7 +29,7 @@ class InAppNotificationController with AppLogger {
|
||||
}) {
|
||||
toastification.show(
|
||||
context: context,
|
||||
title: message,
|
||||
title: Text(message),
|
||||
type: type._toastificationType,
|
||||
alignment: Alignment.bottomLeft,
|
||||
autoCloseDuration: duration,
|
||||
|
||||
Reference in New Issue
Block a user