We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ae8df commit 4cd93b9Copy full SHA for 4cd93b9
mindbox/pubspec.yaml
@@ -5,8 +5,6 @@ homepage: https://mindbox.cloud/
5
repository: https://github.com/mindbox-cloud/flutter-sdk/tree/master/mindbox
6
documentation: https://developers.mindbox.ru/docs/flutter-sdk-integration
7
8
-publish_to: 'none'
9
-
10
environment:
11
sdk: ">=2.12.0 <3.0.0"
12
flutter: ">=2.0.0"
@@ -22,13 +20,11 @@ flutter:
22
20
dependencies:
23
21
flutter:
24
sdk: flutter
25
- mindbox_android:
26
- path: ../mindbox_android
27
- mindbox_ios:
28
- path: ../mindbox_ios
+ mindbox_android: ^2.6.2
+ mindbox_ios: ^2.6.3
29
mindbox_platform_interface: ^2.2.0
30
31
dev_dependencies:
32
flutter_test:
33
34
- flutter_lints: ^2.0.1
+ flutter_lints: ^2.0.1
0 commit comments