Skip to content

Commit 94af127

Browse files
committed
v2.1.2
1 parent 45c16bc commit 94af127

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add the following to your `pubspec.yaml` file:
1616

1717
``` yaml
1818
dependencies:
19-
laravel_notify_fcm: ^2.1.1
19+
laravel_notify_fcm: ^2.1.2
2020
```
2121
2222
or with Dart:

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

lib/stubs/stub_enable_notifications_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
String stubEnableNotificationsPage() => '''
22
import 'package:flutter/material.dart';
3-
import 'package:flutter_app/app/events/register_for_notifications_event.dart';
43
import 'package:nylo_framework/nylo_framework.dart';
4+
import '/app/events/register_for_notifications_event.dart';
55
import '/resources/widgets/buttons/buttons.dart';
66
import '/resources/widgets/safearea_widget.dart';
77

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: laravel_notify_fcm
22
description: "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
44
homepage: https://nylo.dev
55
repository: https://github.com/nylo-core/laravel-notify-fcm
66
issue_tracker: https://github.com/nylo-core/laravel-notify-fcm/issues

0 commit comments

Comments
 (0)