File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
group ' com.onesignal.flutter'
2
- version ' 3.0.0-beta4 '
2
+ version ' 3.0.0'
3
3
4
4
buildscript {
5
5
repositories {
Original file line number Diff line number Diff line change @@ -9,12 +9,15 @@ dependencies:
9
9
# Use with the CupertinoIcons class for iOS style icons.
10
10
cupertino_icons : ^1.0.0
11
11
12
+ environment :
13
+ sdk : " >=2.12.0 <3.0.0"
14
+
12
15
dev_dependencies :
13
16
flutter_test :
14
17
sdk : flutter
15
18
16
19
onesignal_flutter :
17
- path : ^3.0.0-beta4
20
+ path : ^3.0.0
18
21
19
22
# For information on the generic Dart part of this file, see the
20
23
# following page: https://www.dartlang.org/tools/pub/pubspec
@@ -56,7 +59,4 @@ flutter:
56
59
# weight: 700
57
60
#
58
61
# For details regarding fonts from package dependencies,
59
- # see https://flutter.io/custom-fonts/#from-packages
60
- environment :
61
- sdk : ' >=2.12.0 <3.0.0'
62
- flutter : " >=1.10.0 <2.0.0"
62
+ # see https://flutter.io/custom-fonts/#from-packages
Original file line number Diff line number Diff line change 3
3
#
4
4
Pod ::Spec . new do |s |
5
5
s . name = 'onesignal_flutter'
6
- s . version = '3.0.0-beta4 '
6
+ s . version = '3.0.0'
7
7
s . summary = 'The OneSignal Flutter SDK'
8
8
s . description = 'Allows you to easily add OneSignal to your flutter projects, to make sending and handling push notifications easy'
9
9
s . homepage = 'https://www.onesignal.com'
Original file line number Diff line number Diff line change 1
1
name : onesignal_flutter
2
2
description : OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your flutter app with OneSignal
3
- version : 3.0.0-beta4
3
+ version : 3.0.0
4
4
author : Brad Hesse <brad@onesignal.com>, Josh Kasten <josh@onesignal.com>
5
5
homepage : https://github.com/OneSignal/OneSignal-Flutter-SDK
6
6
You can’t perform that action at this time.
0 commit comments