-
Notifications
You must be signed in to change notification settings - Fork 6k
Support querying display refresh rate in engine #7002
Conversation
This is more consistent with the `flutter query refresh-rate` command line and it indicates that the "query" might be more costly than a simple "get" (e.g., we have to communicate with Android/Java or iOS/ObjC).
|
CC @devoncarew and @kenzieschmoll : as you suggested, the string returned only includes a single number (e.g., "60.0") and the unit (FPS) is embedded in the method name or the key of the key-value pair. |
chinmaygarde
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make sure to edit the Wiki page to document this service protocol extension here https://github.com/flutter/flutter/wiki/Engine-specific-Service-Protocol-extensions.
sounds great, thanks for the changes |
|
Awesome, thanks Yuqian! |
|
@chinmaygarde : can you please review the change to see if your comments are addressed? |
* 2bd75ae Support querying display refresh rate in engine (flutter/engine#7002) * 793a08b Add .woff file to binary format (flutter/engine#7202) * daf0ede Roll src/third_party/skia 6417060b1c23..340aeda6b3ba (41 commits) (flutter/engine#7205) * 571f474 Update marked text before selection so textInRange is never called with (flutter/engine#6989)
|
@liyuqian when will support for iOS devices be added? |
|
This is already added in #11006
…On Tue, Sep 3, 2019 at 9:57 AM Kenzie Schmoll ***@***.***> wrote:
@liyuqian <https://github.com/liyuqian> when will support for iOS devices
be added?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#7002?email_source=notifications&email_token=AFPMGMGFL4UTJS3SXXLQXI3QH2JP7A5CNFSM4GHCNWF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5Y3QHY#issuecomment-527546399>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFPMGMELY3GOYQRMO4IR2MLQH2JP7ANCNFSM4GHCNWFQ>
.
|
The current implementation only deals with Android devices and we'll add iOS devices support soon.