macos_floating_panel 0.0.2 copy "macos_floating_panel: ^0.0.2" to clipboard
macos_floating_panel: ^0.0.2 copied to clipboard

PlatformmacOS

A Flutter plugin for creating floating panel windows on macOS that stay on top of other windows.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add macos_floating_panel

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

dependencies:
  macos_floating_panel: ^0.0.2

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:macos_floating_panel/floating_panel.dart';
import 'package:macos_floating_panel/floating_panel_method_channel.dart';
import 'package:macos_floating_panel/floating_panel_platform_interface.dart';
1
likes
150
points
12
downloads

Publisher

verified publisherakhilgorantala.com

Weekly Downloads

A Flutter plugin for creating floating panel windows on macOS that stay on top of other windows.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on macos_floating_panel

Packages that implement macos_floating_panel