applescript 0.0.3 copy "applescript: ^0.0.3" to clipboard
applescript: ^0.0.3 copied to clipboard

outdatedDart 1 only

A library for executing AppleScript in Dart.

example/applescript.dart

// Copyright (c) 2014, Christopher Su. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.

library applescript.example;

import 'package:applescript/applescript.dart';

main() {
  AppleScript as = new AppleScript('tell application "Spotify" to playpause');
  as.run();
}
0
likes
0
points
43
downloads

Publisher

unverified uploader

Weekly Downloads

A library for executing AppleScript in Dart.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

More

Packages that depend on applescript