当前位置:网站首页>Flutter: Unsupported value: false/true
Flutter: Unsupported value: false/true
2022-06-24 22:04:00 【One leaf floating boat】
In the use of FlutterBoost Reference time , Direct delivery bool Value .
FlutterBoost.singleton.open(
'flutter://personnel_page',
urlParams: <String, dynamic>{
'isBd': i%2==0 ? true : false,
},
),The crash log is as follows :
Caused by: java.lang.IllegalArgumentException: Unsupported value: false
at io.flutter.plugin.common.StandardMessageCodec.writeValue(StandardMessageCodec.java:278)
at io.flutter.plugin.common.StandardMessageCodec.writeValue(StandardMessageCodec.java:275)
at io.flutter.plugin.common.StandardMessageCodec.writeValue(StandardMessageCodec.java:275)
at io.flutter.plugin.common.StandardMethodCodec.encodeMethodCall(StandardMethodCodec.java:38)
at io.flutter.plugin.common.MethodChannel.invokeMethod(MethodChannel.java:99)
at com.idlefish.flutterboost.FlutterBoostPlugin.invokeMethod(FlutterBoostPlugin.java:138)
at com.idlefish.flutterboost.FlutterBoostPlugin.invokeMethodUnsafe(FlutterBoostPlugin.java:96)
at com.idlefish.flutterboost.ContainerRecord$MethodChannelProxy.invokeChannelUnsafe(ContainerRecord.java:292)
at com.idlefish.flutterboost.ContainerRecord$MethodChannelProxy.create(ContainerRecord.java:231)
at com.idlefish.flutterboost.ContainerRecord$MethodChannelProxy.access$100(ContainerRecord.java:226)
at com.idlefish.flutterboost.ContainerRecord.onCreate(ContainerRecord.java:106)
at com.idlefish.flutterboost.containers.FlutterActivityAndFragmentDelegate.onCreateView(FlutterActivityAndFragmentDelegate.java:163)
at com.idlefish.flutterboost.containers.BoostFlutterActivity.createFlutterView(BoostFlutterActivity.java:229)
at com.idlefish.flutterboost.containers.BoostFlutterActivity.onCreate(BoostFlutterActivity.java:149)
at com.xx.ss.SSFlutterActivity.onCreate(SSFlutterActivity.java:32)
at android.app.Activity.performCreate(Activity.java:8142)
at android.app.Activity.performCreate(Activity.java:8114)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1308)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3550)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3749)
at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:85)
at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2181)
......
I thought it was FlutterBoost Framework of the bug, Baidu for a while , It was a lower version flutter Of bug.
This is because StandardMessageCodec Of boolean Check that there is a problem causing Native image Flutter The ginseng map in value Yes boolean It's a crash when you're in the middle of it ,commit already merge To master 了
https://github.com/flutter/engine/commit/13453596424988afa5eebafb5511b0bacbab19ae
The higher version has not been verified ...
边栏推荐
- After Firefox drag and drop, Baidu search will always be opened by default. If it is a picture, the picture will be opened.
- linq查询集合类入门 案例武林高手类
- Installing Oracle without graphical interface in virtual machine centos7 (nanny level installation)
- leetcode:45. 跳跃游戏 II【经典贪心】
- You are using pip version 21.1.2; however, version 22.1.2 is available
- 字符串习题总结2
- Principle and application of queue implementation
- openGauss内核:简单查询的执行
- Réduire le PIP à la version spécifiée (mettre à jour le PIP avec pycharm avant de le réduire à la version originale)
- 60 个神级 VS Code 插件!!
猜你喜欢

Datakit agent realizes unified data aggregation in LAN

心楼:华为运动健康的七年筑造之旅

leetcode_ 191_ 2021-10-15

leetcode:45. 跳跃游戏 II【经典贪心】

These map operations in guava have reduced my code by 50%

Introduce the overall process of bootloader, PM, kernel and system startup

【吴恩达笔记】多变量线性回归

cv2导包时报Could not find a version that satisfies the requirement cv2 (from versions: none)

我国SaaS产业的发展趋势与路径

Installing Oracle without graphical interface in virtual machine centos7 (nanny level installation)
随机推荐
[theory] deep learning in the covid-19 epic: a deep model for urban traffic revitalization index
SAP interface debug setting external breakpoints
使用region折叠代码
应用实践 | 海量数据,秒级分析!Flink+Doris 构建实时数仓方案
【吴恩达笔记】机器学习基础
linq查询集合类入门 案例武林高手类
基于 KubeSphere 的分级管理实践
How to resolve the 35 year old crisis? Sharing of 20 years' technical experience of chief architect of Huawei cloud database
[camera Foundation (II)] camera driving principle and Development & v4l2 subsystem driving architecture
I really want to send a bunch of flowers
Installing Oracle without graphical interface in virtual machine centos7 (nanny level installation)
You are using pip version 21.1.2; however, version 22.1.2 is available
最大流问题
Double linked list implementation
[notes of Wu Enda] multivariable linear regression
[untitled]
LeetCode-513. Find the value in the lower left corner of the tree
Machine learning: linear regression
LeetCode-513. 找树左下角的值
Maximum flow problem