window_size 0.1.0 copy "window_size: ^0.1.0" to clipboard
window_size: ^0.1.0 copied to clipboard

Allows resizing and repositioning the window containing Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add window_size

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

dependencies:
  window_size: ^0.1.0

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:window_size/window_size.dart';
1
likes
125
pub points
86%
popularity

Publisher

unverified uploader

Allows resizing and repositioning the window containing Flutter.

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on window_size