File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1+ ## [ 2.1.2] - 2025-03-28
2+
3+ * Small tweak to ` EnableNotificationsPage `
4+
15## [ 2.1.1] - 2025-03-27
26
37* pubspec.yaml update
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Add the following to your `pubspec.yaml` file:
1616
1717``` yaml
1818dependencies :
19- laravel_notify_fcm : ^2.1.1
19+ laravel_notify_fcm : ^2.1.2
2020` ` `
2121
2222or with Dart:
Original file line number Diff line number Diff line change @@ -451,7 +451,7 @@ packages:
451451 path: ".."
452452 relative: true
453453 source: path
454- version: "2.1.1 "
454+ version: "2.1.2 "
455455 leak_tracker:
456456 dependency: transitive
457457 description:
Original file line number Diff line number Diff line change 11String stubEnableNotificationsPage () => '''
22import 'package:flutter/material.dart';
3- import 'package:flutter_app/app/events/register_for_notifications_event.dart';
43import 'package:nylo_framework/nylo_framework.dart';
4+ import '/app/events/register_for_notifications_event.dart';
55import '/resources/widgets/buttons/buttons.dart';
66import '/resources/widgets/safearea_widget.dart';
77
Original file line number Diff line number Diff line change 11name : laravel_notify_fcm
22description : " Laravel Notify for Firebase Cloud Messaging (FCM) - Send push notifications to your Flutter app from Laravel."
3- version : 2.1.1
3+ version : 2.1.2
44homepage : https://nylo.dev
55repository : https://github.com/nylo-core/laravel-notify-fcm
66issue_tracker : https://github.com/nylo-core/laravel-notify-fcm/issues
You can’t perform that action at this time.
0 commit comments