| Crates.io | libwingdart |
| lib.rs | libwingdart |
| version | 0.1.1 |
| created_at | 2025-03-04 02:54:54.941528+00 |
| updated_at | 2025-03-04 20:03:02.197015+00 |
| description | A library for communicationg with the Behringer Wing Digital Mixer via Flutter/Dart |
| homepage | https://github.com/dannydulai/libwingdart |
| repository | |
| max_upload_size | |
| id | 1576660 |
| size | 19,802 |
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).