Skip to content

Commit 46b5224

Browse files
version updated
1 parent c8cf84c commit 46b5224

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

pubspec.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,14 @@ packages:
224224
url: "https://pub.dev"
225225
source: hosted
226226
version: "1.0.0"
227+
onesignal_flutter:
228+
dependency: "direct main"
229+
description:
230+
name: onesignal_flutter
231+
sha256: f4e54ad09bbfc2401b5d3e9cda6b31577facf0dd119d282d008df5710f5665d0
232+
url: "https://pub.dev"
233+
source: hosted
234+
version: "3.5.1"
227235
package_info_plus:
228236
dependency: transitive
229237
description:

pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 1.0.3+1
19+
version: 1.0.4+1
2020

2121
environment:
2222
sdk: '>=2.19.6 <3.0.0'
@@ -44,6 +44,7 @@ dependencies:
4444
iconsax: ^0.0.8
4545
shared_preferences: ^2.1.0
4646
provider: ^6.0.5
47+
onesignal_flutter: ^3.5.1
4748

4849
dev_dependencies:
4950
flutter_test:

0 commit comments

Comments
 (0)