Skip to content

Commit 3a7ad26

Browse files
committed
Update example/pubspec.yaml to use local onesignal_flutter plugin
- This was a problem if someone doesn't set the local path in `pubspec.yaml` - Running and testing the example app won't actually run the new changed code in the SDK
1 parent 51d5850 commit 3a7ad26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ dev_dependencies:
1616
flutter_test:
1717
sdk: flutter
1818

19-
onesignal_flutter: ^3.1.0
19+
onesignal_flutter:
20+
path: ../
2021

2122
# For information on the generic Dart part of this file, see the
2223
# following page: https://www.dartlang.org/tools/pub/pubspec

0 commit comments

Comments
 (0)