liblsl 0.4.1
liblsl: ^0.4.1 copied to clipboard
A Dart (and Flutter) native library for working with Lab Streaming Layer (LSL / liblsl).
0.4.1 #
- Update
native_assets_clito0.13.0 - Update
native_toolchain_cto0.10.0
0.4.0 #
- Inlet and outlets now pass sample pointer addresses rather than sample objects, making them more efficient (note: this has no public facing changes to the API)
- Updated the
liblsl_testpackage (android NDK version, entitlements, manifests) - Updated readme documentation, describing Android and iOS specifics
0.3.0 #
- Outlets and inlets now have to be destroyed by the user
- Outlets and inlets are now contained in
Isolates - Updated liblsl to
7e61a2e - Added a fully self-contained example
0.2.1 #
- Fixed linting issues.
0.2.0 #
- Restructured API, renamed
liblsltonative_liblsl.
0.1.2 #
- Updated
native_assets_clito0.12.0 - Updated
native_toolchain_cto0.9.0 - Removed spurious
api.dartfile (might come back later)
0.1.1 #
- Added missing
metadependency
0.1.0 #
- Restructured everything to be a bit more modular
- There's now an API for all the basic LSL functions 🥳🎈
- Started adding docs
- Test includes pushing and pulling a sample
0.0.2 #
- Android support 🎉
0.0.1 #
- Initial release
- Native compilation confirmed working on Windows, OSX and iOS. Will be testing Linux and Android soon.