Skip to content

Commit

Permalink
v5.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Mar 8, 2024
1 parent f08a46f commit 2be2d5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<application
android:label="Nylo"
android:name="${applicationName}"
android:allowBackup="false"
android:fullBackupContent="false"
android:icon="@mipmap/ic_launcher">
<activity
android:name=".MainActivity"
Expand Down
4 changes: 2 additions & 2 deletions lib/config/toast_notification_styles.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import 'package:nylo_framework/nylo_framework.dart';
/* Toast Notification Styles
|--------------------------------------------------------------------------
| Define your toast notification styles here.
| Learn more: https://nylo.dev/docs/5.20.0/toast-notifications
|-------------------------------------------------------------------------- */

class NyToastNotificationStyleMetaHelper extends ToastNotificationStyleMetaHelper {
Expand All @@ -26,7 +25,8 @@ class NyToastNotificationStyleMetaHelper extends ToastNotificationStyleMetaHelpe
return ToastMeta.danger();
}

// Example customizing a notification
// Example customizing the default notification
// for 'ToastNotificationStyleType.SUCCESS'
// onSuccess() {
// return ToastMeta.success(
// title: "Hello",
Expand Down

0 comments on commit 2be2d5b

Please sign in to comment.