jverify-flutter-plugin icon indicating copy to clipboard operation
jverify-flutter-plugin copied to clipboard

JPush's officially supported Flutter plugin (Android & iOS). 极光推送官方支持的 Flutter 插件(Android & iOS)。

Results 66 jverify-flutter-plugin issues
Sort by recently updated
recently updated
newest added

iphone13 pro max 显示不全,如下图: ![8781634555392_ pic](https://user-images.githubusercontent.com/16382451/138057124-b298e022-2dbe-4665-8317-6346e142a0ae.jpg) ![9431634711278_ pic](https://user-images.githubusercontent.com/16382451/138057206-84657d45-5811-4020-a047-6ab63b380afa.jpg) 出问题的代码是下面这行,这个15是我自己加的,你们的没有加,加上15就ok了

![image](https://user-images.githubusercontent.com/6359214/124109359-a0597200-da99-11eb-8887-cf7a0ef4766b.png) operator = json['operator']; > type 'Null' is not a subtype of type 'String' 导致`_eventHanders.sdkSetupCallBackListener!(event);`没有执行 ![image](https://user-images.githubusercontent.com/6359214/124109238-828c0d00-da99-11eb-822f-016bd5979864.png)

![image](https://user-images.githubusercontent.com/6359214/123984019-e4476b00-d9f6-11eb-9526-cfd70a6ad381.png)

error: Build input file cannot be found: '/Users/tangzhentao/Desktop/flutter/gsgz-app/ios/Runner/SDK/AFNetworking/UIKit+AFNetworking/UIWebView+AFNetworking.m' (in target 'Runner' from project 'Runner')

flutter 2.0出来了,极光sdk 的plateform还是2.0.0,麻烦更新下

目前一部分方法没有使用MethodChannel的返回值,导致所有调用都是异步的,无法使用await保证执行顺序。

版本 `jverify: 0.6.22` `Xcode Crashes Report` 显示,在 `+[JCOREUtilities systemLanguage] +96` 出现闪退 涉及设备信息如下 ![image](https://user-images.githubusercontent.com/6114544/106581911-5b7aef00-657e-11eb-9e9d-98c830166b52.png)

错误如下: Flutter crash report. Please report a bug at https://github.com/flutter/flutter/issues. ## command flutter run ## exception StateError: Bad state: No element ``` #0 ListMixin.firstWhere (dart:collection/list.dart:167:5) #1 DartDevelopmentService.startDartDevelopmentService (package:flutter_tools/src/base/dds.dart:63:32) #2 FlutterDevice.connect....