Skip to content

Commit bba8100

Browse files
Change dependencies to pub
1 parent 2439c9a commit bba8100

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed

mindbox/pubspec.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ description: Flutter Mindbox SDK. Plugin wrapper over of Mindbox iOS/Android SDK
33
version: 2.1.1
44
homepage: https://mindbox.cloud/
55
repository: https://github.com/mindbox-moscow/flutter-sdk/tree/master/mindbox
6-
publish_to: none
76

87
environment:
98
sdk: ">=2.12.0 <3.0.0"
@@ -20,12 +19,9 @@ flutter:
2019
dependencies:
2120
flutter:
2221
sdk: flutter
23-
mindbox_android:
24-
path: ../../flutter-sdk/mindbox_android
25-
mindbox_ios:
26-
path: ../../flutter-sdk/mindbox_ios
27-
mindbox_platform_interface:
28-
path: ../../flutter-sdk/mindbox_platform_interface
22+
mindbox_android: ^2.1.1
23+
mindbox_ios: ^2.1.1
24+
mindbox_platform_interface: ^2.1.0
2925

3026
dev_dependencies:
3127
flutter_test:

mindbox_android/pubspec.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ description: The implementation of 'mindbox' plugin for the Android platform.
33
version: 2.1.1
44
homepage: https://mindbox.cloud/
55
repository: https://github.com/mindbox-moscow/flutter-sdk/tree/master/mindbox_android
6-
publish_to: none
76

87
environment:
98
sdk: ">=2.12.0 <3.0.0"
@@ -20,8 +19,7 @@ flutter:
2019
dependencies:
2120
flutter:
2221
sdk: flutter
23-
mindbox_platform_interface:
24-
path: ../../flutter-sdk/mindbox_platform_interface
22+
mindbox_platform_interface: ^2.1.0
2523

2624
dev_dependencies:
2725
flutter_test:

mindbox_ios/pubspec.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ description: The implementation of 'mindbox' plugin for the iOS platform.
33
version: 2.1.1
44
homepage: https://mindbox.cloud/
55
repository: https://github.com/mindbox-moscow/flutter-sdk/tree/master/mindbox_ios
6-
publish_to: none
76

87
environment:
98
sdk: ">=2.12.0 <3.0.0"
@@ -19,8 +18,7 @@ flutter:
1918
dependencies:
2019
flutter:
2120
sdk: flutter
22-
mindbox_platform_interface:
23-
path: ../../flutter-sdk/mindbox_platform_interface
21+
mindbox_platform_interface: ^2.1.0
2422

2523
dev_dependencies:
2624
flutter_test:

0 commit comments

Comments
 (0)