/musicplugin

a flutter plugin to play music.

Primary LanguageJavaApache License 2.0Apache-2.0

musicplugin

pub package

A plugin for playing music

Getting Started

1. Depend on it

Add this to your package's pubspec.yaml file:

dependencies:
  musicplugin: "^0.0.1"

2. Install it

You can install packages from the command line:

with Flutter:

$ flutter packages get

Alternatively, your editor might support packages get. Check the docs for your editor to learn more.

3. Import it

Now in your Dart code, you can use:

import 'package:musicplugin/musicplugin.dart';

For help getting started with Flutter, view our online documentation.

For help on editing plugin code, view the documentation.