window_activator 0.1.0+1 copy "window_activator: ^0.1.0+1" to clipboard
window_activator: ^0.1.0+1 copied to clipboard

outdated

A simple plugin for macos to activate the application window (i.e bring it to the front)

window_activator #

A simple plugin used to activate your application window (bring window to front) on macos.

Usage #

import 'package:window_activator/window_activator.dart';

Future testWindowActivation() async {
    // Brings window to front
    await WindowActivator.activateWindow();
}
1
likes
40
pub points
35%
popularity

Publisher

unverified uploader

A simple plugin for macos to activate the application window (i.e bring it to the front)

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on window_activator