libwingdart

Crates.iolibwingdart
lib.rslibwingdart
version
sourcesrc
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
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Danny Dulai (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