macos_open_at_login 1.1.1 copy "macos_open_at_login: ^1.1.1" to clipboard
macos_open_at_login: ^1.1.1 copied to clipboard

PlatformmacOS

A Flutter plugin to automatically launch your macOS app at login.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add macos_open_at_login

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

dependencies:
  macos_open_at_login: ^1.1.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:macos_open_at_login/macos_open_at_login.dart';
0
likes
160
points
90
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to automatically launch your macOS app at login.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on macos_open_at_login

Packages that implement macos_open_at_login