liweiwh

Results 3 issues of liweiwh

## Bug Report **Current Behavior** A clear and concise description of the behavior. `[: unexpected argument at index 2:` error shows when open shell in a docker project. (Like attachment)...

这里是console里面的日志: ![image](https://user-images.githubusercontent.com/51686509/85129228-54100b00-b265-11ea-8907-fc347b9d0cec.png) 直接运行example,配置sdk + ali.plish,然后修改main.dart里面的`NotificationChannel`。 这里是阿里推送后台的记录: ![image](https://user-images.githubusercontent.com/51686509/85129242-5a9e8280-b265-11ea-8530-5380e81c29a6.png) 为什么会离线呢?收不到通知或者消息。

I use your pub for throttle my func. here's my code: ``` Throttle throttle = Throttle(Duration(milliseconds: 1000), initialValue: ''); throttle.values.listen((value) { print('value is 👉 $value'); }); // trigger some where...