Skip to content

Commit 8ab57ea

Browse files
committed
rm path from pubspec.yaml, it isn't valid
* Path results in pub not being able to find the onesignal_flutter package. * Fixes the following error - pub get failed (66; Because onesignal_example depends on onesignal_flutter from path which doesn't exist (could not find package onesignal_flutter at "^3.1.0"), version solving failed.) * Tested with Flutter 2.2.3
1 parent cf6919d commit 8ab57ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

example/pubspec.yaml

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

19-
onesignal_flutter:
20-
path: ^3.1.0
19+
onesignal_flutter: ^3.1.0
2120

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

0 commit comments

Comments
 (0)