Flutter for Windows Desktop: Getting Started | raywenderlich.com

Learn how to set up a development environment and create a simple Flutter calculator app for Windows Desktop.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/33895609-flutter-for-windows-desktop-getting-started

Hi, this article is outdated, can you update it?
As of 2 hours ago, window_manager 0.2.6 has been released, which supports disabling window maximization.

Thanks for spotting that!

Iโ€™ll check the new window_manager and schedule the update.

1 Like

Now the article is up-to-date.

According to the current window_manager documentation (for version 0.2.7), setMaximizable method is supported on all the platforms. But, in fact, it is implemented only for Windows. I filled a PR to fix the documentation: Fix windows label in setMaximizable readme entries by koral-- ยท Pull Request #212 ยท leanflutter/window_manager ยท GitHub