Skip to content

Commit 9a58dab

Browse files
committed
1.0.0 Release
• First official release of the OneSignal Flutter SDK
1 parent 79bce99 commit 9a58dab

File tree

3 files changed

+5
-41
lines changed

3 files changed

+5
-41
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ android {
3434
}
3535

3636
dependencies {
37-
compile('com.onesignal:OneSignal:3.9.2')
37+
compile('com.onesignal:OneSignal:3.10.0')
3838
}
3939

4040
// Adds required manifestPlaceholders keys to allow mainifest merge gradle step to complete

ios/onesignal.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'onesignal'
6-
s.version = '0.0.1'
6+
s.version = '1.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'

pubspec.yaml

Lines changed: 3 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,18 @@
11
name: onesignal
22
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: 0.0.1
4-
author: Brad Hesse brad@onesignal.com, Josh Kasten josh@onesignal.com, OneSignal Inc.
3+
version: 1.0.0
4+
author: Brad Hesse <brad@onesignal.com>, Josh Kasten <josh@onesignal.com>
55
homepage: https://www.onesignal.com
66

7-
# For information on the generic Dart part of this file, see the
8-
# following page: https://www.dartlang.org/tools/pub/pubspec
9-
10-
# The following section is specific to Flutter.
117
flutter:
128
plugin:
139
androidPackage: com.onesignal.flutter
1410
pluginClass: OneSignalPlugin
1511

16-
1712
dependencies:
1813
flutter:
1914
sdk: flutter
2015

2116
dev_dependencies:
2217
flutter_test:
23-
sdk: flutter
24-
25-
# To add assets to your plugin package, add an assets section, like this:
26-
# assets:
27-
# - images/a_dot_burr.jpeg
28-
# - images/a_dot_ham.jpeg
29-
#
30-
# For details regarding assets in packages, see
31-
# https://flutter.io/assets-and-images/#from-packages
32-
#
33-
# An image asset can refer to one or more resolution-specific "variants", see
34-
# https://flutter.io/assets-and-images/#resolution-aware.
35-
36-
# To add custom fonts to your plugin package, add a fonts section here,
37-
# in this "flutter" section. Each entry in this list should have a
38-
# "family" key with the font family name, and a "fonts" key with a
39-
# list giving the asset and other descriptors for the font. For
40-
# example:
41-
# fonts:
42-
# - family: Schyler
43-
# fonts:
44-
# - asset: fonts/Schyler-Regular.ttf
45-
# - asset: fonts/Schyler-Italic.ttf
46-
# style: italic
47-
# - family: Trajan Pro
48-
# fonts:
49-
# - asset: fonts/TrajanPro.ttf
50-
# - asset: fonts/TrajanPro_Bold.ttf
51-
# weight: 700
52-
#
53-
# For details regarding fonts in packages, see
54-
# https://flutter.io/custom-fonts/#from-packages
18+
sdk: flutter

0 commit comments

Comments
 (0)