File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
mindbox_platform_interface Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11name : mindbox
22description : Flutter Mindbox SDK. Plugin wrapper over of Mindbox iOS/Android SDK.
3- version : 2.11 .0
3+ version : 2.13 .0
44homepage : https://mindbox.cloud/
55repository : https://github.com/mindbox-cloud/flutter-sdk/tree/master/mindbox
66documentation : https://developers.mindbox.ru/docs/flutter-sdk-integration
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ void main() {
6464 test ('When SDK was initialized, getToken() should return token' , () async {
6565 final completer = Completer <String >();
6666
67- Mindbox .instance.getToken ((deviceToken) => completer.complete (deviceToken));
67+ Mindbox .instance.getTokens ((deviceToken) => completer.complete (deviceToken));
6868
6969 final validConfig = Configuration (
7070 domain: 'domain' ,
@@ -81,7 +81,7 @@ void main() {
8181 () async {
8282 final completer = Completer <String >();
8383
84- Mindbox .instance.getToken ((deviceToken) => completer.complete (deviceToken));
84+ Mindbox .instance.getTokens ((deviceToken) => completer.complete (deviceToken));
8585
8686 expect (completer.isCompleted, isFalse);
8787 });
Original file line number Diff line number Diff line change 11name : mindbox_android
22description : The implementation of 'mindbox' plugin for the Android platform.
3- version : 2.11 .0
3+ version : 2.13 .0
44homepage : https://mindbox.cloud/
55repository : https://github.com/mindbox-cloud/flutter-sdk/tree/master/mindbox_android
66
Original file line number Diff line number Diff line change 11name : mindbox_ios
22description : The implementation of 'mindbox' plugin for the iOS platform.
3- version : 2.11 .0
3+ version : 2.13 .0
44homepage : https://mindbox.cloud/
55repository : https://github.com/mindbox-cloud/flutter-sdk/tree/master/mindbox_ios
66
Original file line number Diff line number Diff line change 11name : mindbox_platform_interface
22description : Mindbox platform interface.
3- version : 2.11 .0
3+ version : 2.13 .0
44homepage : https://mindbox.cloud/
55repository : https://github.com/mindbox-cloud/flutter-sdk/tree/master/mindbox_platform_interface
66
You can’t perform that action at this time.
0 commit comments