Skip to content

csu/mac_spotify.dart

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 

mac_spotify

A library for Dart developers. It is awesome.

Usage

A simple usage example:

import 'package:mac_spotify/mac_spotify.dart';

main() {
  Spotify s = new Spotify();
  s.playTrack('spotify:track:223pTIXzqcuxzQyAtz5kyo');
  s.playpause();
  s.play();
  s.pause();
  s.volumeUp();
  s.volumeDown();
  s.volume(50);
  s.next();
  s.previous();
  s.jumpTo(100);
}

Features and bugs

Please file feature requests and bugs at the issue tracker.

About

A library for controlling the Spotify client on Mac in Dart.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages