Muhammad Kamel

Results 54 comments of Muhammad Kamel

Please, publish the "graphql-v5.2.0-beta.9" version to the pub.dev, to allow us to change the timeout duration, ASAP.

I see. I am taking about the "graphql flutter" package: https://pub.dev/packages/graphql_flutter

@chunhtai I appreciate your support here. I hope this PR gets merged soon.

Hi @NearTox, The PR https://github.com/flutter/packages/pull/9404 has been merged — thank you for your support in getting this one finished as well!

@chunhtai Could you please assign another reviewer? Hannah might be on vacation, and this feature is important for us.

Hi @chunhtai, I hope we can merge this PR as soon as possible.

@NearTox Could you please resolve the conflicts so we can proceed with merging this PR?

> @muhammadkamel code reviewers are assigned during weekly triage, please give us time to do so instead of pinging maintainers. They may not have any knowledge of this part of...

Hi @justinmc I have updated the calculation of the anchor point for TextSelectionHandleType.collapsed to properly account for the cursor width. Changed from: Offset(_kHandleSize / 2, -4.6) to: Offset((_kHandleSize - cursorWidth)...