flutter_midi_pro 1.0.6 copy "flutter_midi_pro: ^1.0.6" to clipboard
flutter_midi_pro: ^1.0.6 copied to clipboard

The `flutter_midi_pro` plugin provides functions for loading SoundFont (.sf2) files, as well as playing and stopping MIDI notes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_midi_pro

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

dependencies:
  flutter_midi_pro: ^1.0.6

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:flutter_midi_pro/flutter_midi_pro.dart';
28
likes
160
points
255
downloads

Publisher

verified publishermelihhakanpektas.com

Weekly Downloads

The `flutter_midi_pro` plugin provides functions for loading SoundFont (.sf2) files, as well as playing and stopping MIDI notes.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, path_provider, plugin_platform_interface

More

Packages that depend on flutter_midi_pro