Jiduo Zhang
Jiduo Zhang
As is illustrated in the title, the plugin will cause the following error when firebase is initilized: ``` [ERROR:flutter/lib/ui/ui_dart_state.cc(198)] Unhandled Exception: PlatformException(channel-error, Unable to establish connection on channel., null, null)...
As illustrated in the title, it seems that timeago can only recognize en and es. It may due to the following lines which limit the language code. https://github.com/andresaraujo/timeago.dart/blob/8ad8d267641c30b2d20d9fe25756880e04d0e5bb/timeago/lib/src/timeago.dart#L7-L12 In this...
如标题,我发现新版本的easy_refresh并不像老版本,在执行刷新完成动画的时候就能渲染加载的列表。而是必须等header完全收进去之后才开始渲染列表,但是实际上我在finishRefresh之前已经setState表明列表变更了。 这个虽然不是什么大问题,但是会有一点显得加载比较拖沓,我觉得老版本同时进行的动画挺好的,不太会有顿挫感。