libwingdart

Crates.iolibwingdart
lib.rslibwingdart
version0.1.1
created_at2025-03-04 02:54:54.941528+00
updated_at2025-03-04 20:03:02.197015+00
descriptionA library for communicationg with the Behringer Wing Digital Mixer via Flutter/Dart
homepagehttps://github.com/dannydulai/libwingdart
repository
max_upload_size
id1576660
size19,802
Danny (dannydulai)

documentation

README

This crate wraps the libwing crate for usage in Flutter/Dart apps.

It provides a better interface for dealing with the read() and read_meter() functions by making them return on a nativePort. This means you won't have to deal with Isolates in Dart or long-running FFI calls in Flutter (which can cause reload/restart to hang).

Commit count: 0

cargo fmt