icefelix_window_manager_platform_interface 0.2.0
icefelix_window_manager_platform_interface: ^0.2.0 copied to clipboard
Platform interface for icefelix_window_manager. Defines the abstract API and Pigeon-generated bindings. Used by platform implementations (macOS, Windows, Linux).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add icefelix_window_manager_platform_interfaceThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
icefelix_window_manager_platform_interface: ^0.2.0Alternatively, 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:icefelix_window_manager_platform_interface/icefelix_window_manager_platform_interface.dart';