gtk_application library

This package allows the primary Flutter GTK application instance to listen to remote application instances' command-line arguments and file open requests.

Classes

GtkApplication
A widget that can be used to listen to remote GTK application command-line arguments and file open requests from within the widget tree.
GtkApplicationNotifier
An object that can be used to listen to remote GTK application command-line arguments and file open requests outside the widget tree.

Typedefs

GtkCommandLineListener = void Function(List<String> args)
The signature of a callback that receives remote command-line arguments.
GtkOpenListener = void Function(List<String> files, String hint)
The signature of a callback that receives remote file open requests.