Update dependencies

This commit is contained in:
problematicconsumer
2024-01-18 13:50:01 +03:30
parent 7e33b0f1da
commit 2b35c36d8c
7 changed files with 45 additions and 45 deletions

View File

@@ -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,

View File

@@ -117,7 +117,7 @@ class CustomToast extends StatelessWidget {
void show(BuildContext context) {
toastification.show(
context: context,
title: message,
title: Text(message),
type: type._toastificationType,
alignment: Alignment.bottomLeft,
autoCloseDuration: duration,