ajinasokan / flutter_displaymode

A Flutter plugin to set display mode in Android
MIT License
184 stars 22 forks source link

`size` getter and string replaces #18

Open AlexV525 opened 2 years ago

AlexV525 commented 2 years ago

As commits named.

AlexV525 commented 2 years ago

Also, given the fact that refreshRate is converted to int in toString() should we apply the change to itself too?

ajinasokan commented 2 years ago

Also, given the fact that refreshRate is converted to int in toString() should we apply the change to itself too?

I don't think so. Refresh rates are fractional by spec.