A subsonic API wrapper written in Dart
Created from templates made available by Stagehand under a BSD-style license.
A simple usage example:
import 'package:sub4dart/sub4dart.dart';
main() async {
var subsonic = new SubSonic("https://music.example.com","John","Doe");
await subsonic.getPing(); // Returns a response if successfully authenticated
}
Please file feature requests and bugs at the issue tracker.