flutter_midi_command_android 1.0.5 copy "flutter_midi_command_android: ^1.0.5" to clipboard
flutter_midi_command_android: ^1.0.5 copied to clipboard

The Android implementation of flutter_midi_command, bridging the platform MIDI APIs to send and receive MIDI messages.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_midi_command_android

With Flutter:

 $ flutter pub add flutter_midi_command_android

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

dependencies:
  flutter_midi_command_android: ^1.0.5

Alternatively, your editor might support dart pub get or 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_command_android/flutter_midi_command_android.dart';
0
likes
0
points
1.46k
downloads

Documentation

Documentation

Publisher

verified publisherinvisiblewrench.com

Weekly Downloads

The Android implementation of flutter_midi_command, bridging the platform MIDI APIs to send and receive MIDI messages.

Homepage
Repository (GitHub)
View/report issues

Topics

#midi #flutter-plugin #android #serial #usb

License

unknown (license)

Dependencies

flutter, flutter_midi_command_platform_interface

More

Packages that depend on flutter_midi_command_android

Packages that implement flutter_midi_command_android