bitsdojo_window 0.0.4 copy "bitsdojo_window: ^0.0.4" to clipboard
bitsdojo_window: ^0.0.4 copied to clipboard

outdated

A package to help with creating custom windows (custom border, titlebar and minimize/maximize/close buttons) and common window operations (show/hide/position on screen)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bitsdojo_window

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

dependencies:
  bitsdojo_window: ^0.0.4

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

Import it

Now in your Dart code, you can use:

import 'package:bitsdojo_window/bitsdojo_window.dart';
897
likes
0
pub points
97%
popularity

Publisher

verified publisherbitsdojo.com

A package to help with creating custom windows (custom border, titlebar and minimize/maximize/close buttons) and common window operations (show/hide/position on screen)

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

ffi, flutter, flutter_svg, win32

More

Packages that depend on bitsdojo_window