window_toolkit 0.1.2 copy "window_toolkit: ^0.1.2" to clipboard
window_toolkit: ^0.1.2 copied to clipboard

Toolkit simplifies customization of native user interface components for macOS applications.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add window_toolkit

With Flutter:

 $ flutter pub add window_toolkit

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

dependencies:
  window_toolkit: ^0.1.2

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:window_toolkit/window_toolkit.dart';
3
likes
0
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

Toolkit simplifies customization of native user interface components for macOS applications.

Homepage
Repository (GitHub)
View/report issues

Topics

#window #window-managment #titlebar

License

unknown (license)

Dependencies

flutter, plugin_platform_interface, screen_retriever

More

Packages that depend on window_toolkit