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

获取会话列表异常

Open MuZiLee opened this issue 6 years ago • 1 comments

图片

PlatformException(error, Attempt to invoke interface method 'java.util.Iterator java.util.List.iterator()' on a null object reference, null)

今天发现插件调用了java空对象.无法获取到会话列表. 我昨天更新了flutter 1.12.13H+.会不会是这个问题?

MuZiLee avatar Jan 08 '20 03:01 MuZiLee

图片 不知道是不是新版的flutter问题? 我添加了这一句就正常了. WidgetsFlutterBinding.ensureInitialized();

如果有人知道为什么会这样请告诉我一下.谢谢

MuZiLee avatar Jan 08 '20 03:01 MuZiLee