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 11group ' com.onesignal.flutter'
2- version ' 3.0.0-beta4 '
2+ version ' 3.0.0'
33
44buildscript {
55 repositories {
Original file line number Diff line number Diff line change @@ -9,12 +9,15 @@ dependencies:
99 # Use with the CupertinoIcons class for iOS style icons.
1010 cupertino_icons : ^1.0.0
1111
12+ environment :
13+ sdk : " >=2.12.0 <3.0.0"
14+
1215dev_dependencies :
1316 flutter_test :
1417 sdk : flutter
1518
1619 onesignal_flutter :
17- path : ^3.0.0-beta4
20+ path : ^3.0.0
1821
1922# For information on the generic Dart part of this file, see the
2023# following page: https://www.dartlang.org/tools/pub/pubspec
@@ -56,7 +59,4 @@ flutter:
5659 # weight: 700
5760 #
5861 # 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 33#
44Pod ::Spec . new do |s |
55 s . name = 'onesignal_flutter'
6- s . version = '3.0.0-beta4 '
6+ s . version = '3.0.0'
77 s . summary = 'The OneSignal Flutter SDK'
88 s . description = 'Allows you to easily add OneSignal to your flutter projects, to make sending and handling push notifications easy'
99 s . homepage = 'https://www.onesignal.com'
Original file line number Diff line number Diff line change 11name : onesignal_flutter
22description : 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
44author : Brad Hesse <brad@onesignal.com>, Josh Kasten <josh@onesignal.com>
55homepage : https://github.com/OneSignal/OneSignal-Flutter-SDK
66
You can’t perform that action at this time.
0 commit comments