Andrew Chen

Results 15 issues of Andrew Chen

Its like navigation drawer snapping. I found fever app does.

```dart Stream.fromIterable(['123', 'abc']).distinctBy((value) => value.length), emitsInOrder([ '123', emitsDone ])); ```

I'm not sure if it's a good idea for this project. That would be better if there is a nullable +operator we can overwrite such as `1 +? nullable` similar...

- [x] I have added at least 1 unit test in Dart for the new API and made sure the tests pass locally. - Added `InstabugHttpOverrides` to enable http logging...

Inspired by ButterKnife: ``` java @InjectRxView(R.id.avatar) public Rx mAvatar; // RxView.of(ButterKnife.findById(R.id.avatar)); ```

enhancement