google / flutter-desktop-embedding

Experimental plugins for Flutter for Desktop
Apache License 2.0
7.1k stars 604 forks source link

is there in Flutter itself already ? #918

Closed fehernyul closed 1 year ago

fehernyul commented 1 year ago

Is this request within the scope of this project?

Which plugin is this request about?

window_size

Describe the request

You wrote, I don't need to use this package because this will placed in the Flutter system itself. How can I use this functionality from Flutter itself and not from this package?

Thanks, Gabor

stuartmorgan commented 1 year ago

You wrote, I don't need to use this package

That is not what the readme says.

because this will placed in the Flutter system itself.

It doesn't say that it will, it says: "in the long term [it] is expected to be replaced by functionality within the Flutter framework." That's not a guarantee.

How can I use this functionality from Flutter itself and not from this package?

If you want to use functionality that doesn't exist in the Flutter SDK yet, but want to use it from the Flutter SDK, you would need to wait until it is implemented there.

Closing as there is no issue or request here.