libusb 0.3.23+2 copy "libusb: ^0.3.23+2" to clipboard
libusb: ^0.3.23+2 copied to clipboard

Dart wrapper via `dart:ffi` for https://github.com/libusb/libusb

libusb #

Dart wrapper via dart:ffi for https://github.com/libusb/libusb

Environment #

  • Windows(10)
  • macOS
  • Linux(Ubuntu 18.04 LTS)

Usage #

Checkout example

Features and bugs #

Please file feature requests and bugs at the issue tracker.

Build #

Prepare llvm(9+) #

  • Windows: winget install -e --id LLVM.LLVM
  • macOS: brew install llvm
  • Linux: sudo apt install libclang-10-dev

Build libusb_xxx.dart #

  • Windows/Linux:
pub run ffigen
move lib/libusb.dart lib/libusb64.dart

Refactor timeval to timeval64

  • macOS:
pub run ffigen
mv lib/libusb.dart lib/libusb32.dart

Refactor timeval to timeval32

Contribute #

Prepare libusb.h #

Download xxx verion from https://github.com/libusb/libusb/releases and extract libusb.h

Prepare libusb-1.0 dynamic library #

  • Windows:

Download xxx version from https://github.com/libusb/libusb/releases and extract

copy libusb-1.0.23\MS64\dll\libusb-1.0.dll libusb-1.0\
  • macOS:

Download xxx version from https://homebrew.bintray.com/bottles/libusb-1.0.23.catalina.bottle.tar.gz and extract

cp libusb/1.0.23/lib/libusb-1.0.dylib libusb-1.0/
  • Linux:

Download xxx version from http://old.kali.org/kali/pool/main/libu/libusb-1.0/ and install

cp /lib/x86_64-linux-gnu/libusb-1.0.so.0.xxx libusb-1.0/libusb-1.0.so
25
likes
105
pub points
76%
popularity

Publisher

verified publisherwoodemi.com

Dart wrapper via `dart:ffi` for https://github.com/libusb/libusb

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

ffi

More

Packages that depend on libusb