提交 cf63524b authored 作者: Jacob Richman's avatar Jacob Richman

Update error message format and sdk constraint to match.

上级 54d1f1eb
## [0.1.16]
* Updated SDK constraint to support new error message formats
* Updated error message formats
## [0.1.14] - TODO:修复了自定义键盘切换回原生键盘无法输入的问题 ## [0.1.14] - TODO:修复了自定义键盘切换回原生键盘无法输入的问题
* 修复了自定义键盘切换回原生键盘无法输入的问题 * 修复了自定义键盘切换回原生键盘无法输入的问题
* Popover可以设置遮罩层颜色 * Popover可以设置遮罩层颜色
......
...@@ -99,7 +99,7 @@ class CoolKeyboard { ...@@ -99,7 +99,7 @@ class CoolKeyboard {
exception: exception, exception: exception,
stack: stack, stack: stack,
library: 'services library', library: 'services library',
context: 'during a platform message response callback', context: ErrorDescription('during a platform message response callback'),
)); ));
} }
}); });
......
name: cool_ui name: cool_ui
description: Some practical Widget for flutter,Popover,Weui,Custom Keyboard description: Some practical Widget for flutter,Popover,Weui,Custom Keyboard
version: 0.1.15 version: 0.1.16
author: Kevin <liangkaikevin@gmail.com> author: Kevin <liangkaikevin@gmail.com>
homepage: https://github.com/Im-Kevin/cool_ui homepage: https://github.com/Im-Kevin/cool_ui
environment: environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0" sdk: ">=2.0.0-dev.68.0 <3.0.0"
flutter: ">=1.7.0 <2.0.0"
dependencies: dependencies:
flutter: flutter:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论