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

The `flutter_midi_pro` plugin provides functions for loading SoundFont (.sf2) files, changing instruments and playing notes with midi commands.

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: ^3.1.3

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';
21
likes
140
pub points
84%
popularity

Publisher

verified publishermelihhakanpektas.com

The `flutter_midi_pro` plugin provides functions for loading SoundFont (.sf2) files, changing instruments and playing notes with midi commands.

Repository (GitHub)
View/report issues

Topics

#midi #soundfont #soundbank #sf2

Documentation

API reference

License

MIT (license)

Dependencies

flutter, path_provider, plugin_platform_interface

More

Packages that depend on flutter_midi_pro