mac_menu_bar 0.0.1 copy "mac_menu_bar: ^0.0.1" to clipboard
mac_menu_bar: ^0.0.1 copied to clipboard

PlatformmacOS

A Flutter plugin that provides access to macOS menu bar actions, allowing Flutter applications to handle standard menu items like Cut, Copy, Paste, and Select All with custom behavior.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mac_menu_bar

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

dependencies:
  mac_menu_bar: ^0.0.1

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:mac_menu_bar/mac_menu_bar.dart';
1
likes
150
points
145
downloads

Publisher

verified publisherdetuksa.com

Weekly Downloads

A Flutter plugin that provides access to macOS menu bar actions, allowing Flutter applications to handle standard menu items like Cut, Copy, Paste, and Select All with custom behavior.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on mac_menu_bar

Packages that implement mac_menu_bar