Creating a Flutter Plugin : From Start to Finish - Part 2

Опубликовано: 06 Апрель 2026
на канале: mix coder
48
3

In this video series, we will create a Flutter plugin.

Flutter plugins are different from Dart packages.
Plugins contain native code and can extend what Flutter can do.

desktop_window is a plugin for accessing window functions in desktop(macOS).
We will implement getWindowSize and setWindowSize in this video series.

https://pub.dev/packages/desktop_window