feat: working implementation of multiple widgets on macos

This commit is contained in:
Nick Fisher
2024-09-30 13:45:57 +08:00
parent 921a994eb6
commit c80c163212
22 changed files with 383 additions and 184 deletions

View File

@@ -41,6 +41,6 @@ abstract class ThermionFlutterPlatform extends PlatformInterface {
///
///
///
Future resizeWindow(
Future resizeWindow(
int width, int height, int offsetTop, int offsetRight);
}