flutter-tizen / engine

The Flutter engine
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
6 stars 19 forks source link

Add the view's GetWidth/Height APIs #300

Closed JSUYA closed 2 years ago

JSUYA commented 2 years ago

Add an API that returns the width and height of the evas image the view is drawn on.

related PR : https://github.com/flutter-tizen/flutter-tizen/pull/379

bbrto21 commented 2 years ago

https://github.com/flutter-tizen/engine/pull/292#discussion_r895402744

Could you please consider above discussion? When FlutterDesktopViewRef's APIs were added, I expected only one implementation to be added for each APIs to flutter_tizen.cc, except for the creation API.

JSUYA commented 2 years ago

I'm switching to draft because this may not needed. (https://github.com/flutter-tizen/flutter-tizen/pull/379)