libwingdart 0.1.1

A library for communicationg with the Behringer Wing Digital Mixer via Flutter/Dart
Documentation
  • Coverage
  • 66.67%
    2 out of 3 items documented0 out of 2 items with examples
  • Size
  • Source code size: 19.33 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.1 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 23s Average build duration of successful builds.
  • all releases: 42s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • dannydulai

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).