macos_window_toolkit 1.1.3 copy "macos_window_toolkit: ^1.1.3" to clipboard
macos_window_toolkit: ^1.1.3 copied to clipboard

Flutter plugin for macOS window management - retrieve window info, monitor permissions, and interact with system windows.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add macos_window_toolkit

With Flutter:

 $ flutter pub add macos_window_toolkit

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  macos_window_toolkit: ^1.1.3

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:macos_window_toolkit/macos_window_toolkit.dart';
1
likes
0
points
94
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for macOS window management - retrieve window info, monitor permissions, and interact with system windows.

Repository (GitHub)
View/report issues

Topics

#macos #window-management #native-integration #screenshots #flutter-macos

Documentation

Documentation

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on macos_window_toolkit

Packages that implement macos_window_toolkit