Skip to content

Commit 9e8d862

Browse files
committed
v2.0.0
1 parent 2508633 commit 9e8d862

File tree

9 files changed

+403
-207
lines changed

9 files changed

+403
-207
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.0.0] - 2025-01-12
2+
3+
* Small Refactor
4+
* Update Readme
5+
* pubspec.yaml update.
6+
17
## [1.0.2] - 2024-07-08
28

39
* pubspec.yaml update.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Anthony Gordon
3+
Copyright (c) 2025 Anthony Gordon
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 2 deletions
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: ^1.0.2
19+
laravel_notify_fcm: ^2.0.0
2020
```
2121
2222
or with Dart:
@@ -60,7 +60,7 @@ Then, call `storeFcmDevice` to add the device to the database.
6060

6161
``` dart
6262
63-
await LaravelNotifyFcm.instance.storeFcmDevice(
63+
await LaravelNotifyFcm.storeFcmDevice(
6464
sanctumToken: 'from your Laravel user',
6565
);
6666
```

0 commit comments

Comments
 (0)