Alex Li

Results 709 comments of Alex Li

> Given [this comment](https://github.com/flutter/flutter/issues/151018#issuecomment-2319239357), what is the use case that requires updating `camera_android` to use the new codepath? Because it used to be migrated, with https://github.com/flutter/packages/pull/6461. I don't know if...

Looks good overall. Could you solve the CI failures?

> Should FlutterGen format its output files? I'd say so, or disable formatting in the whole file with `// dart format off`. Formatting has some regression and I'm investigating.

See https://github.com/FlutterGen/flutter_gen/issues/514#issuecomment-2119101514.

Sure, I was occupied with business in recent months, so I was unable to produce contributions, but only doing triages and reviews. The main idea (for me) was to make...

This issue is reproduced in 2.2.3. Android works fine but iOS reports twice change, see screenshots for how it changed during the deletion: On Android (works fine): ![image](https://user-images.githubusercontent.com/15884415/128689566-26e711d5-ddd9-4029-99d3-4c065402c589.png) Selection range...

> I assume the person who did the invite clicked on it multiple times? How fast were these repeated clicks? Did they have any browser extension on that is worth...

> I found that compare two lists is not good here. Should we use listEquals to compare two lists? https://api.flutter.dev/flutter/foundation/listEquals.html > > https://github.com/fluttercandies/flutter_wechat_assets_picker/blob/f0a65eb770c54401324b44557676eee423eb26bf/lib/src/delegates/asset_picker_viewer_builder_delegate.dart#L131 Not related.

The behavior was aligned with the WeChat.

We have an active working PR for the *swipe* selecting gesture on `wechat_assets_picker`. Please provide usage feedback if you would like to! https://github.com/fluttercandies/flutter_wechat_assets_picker/pull/660