Unverified 提交 4008802e authored 作者: Im-Kevin's avatar Im-Kevin 提交者: GitHub

Merge pull request #20 from jacob314/fix_error

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