dive_obslib 0.2.0 dive_obslib: ^0.2.0 copied to clipboard
A Flutter plugin package for Dive that provides low level access to obslib using FFI.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased] #
[0.2.0] #
- Changed method
outputGetState
tostreamOutputGetState
. - Added methods
streamOutputGetServiceNames
andstreamOutputGetServiceServers
to DiveFFIObslib to get service properties for streaming services. - Added
modify
method to DiveObslibData. - Added Int8Extensions.
[0.1.0] #
Changed #
- Updated the ffi package to 1.1.2 and ffigen package to 4.1.3 for null safety.
- Refactored stream output from being one instance to many.
- Mininum Dart SDK version is now 2.10.0.
Removed #
- Removed the uuid package since it was not being used.
- Removed some unit tests.
Added #
- Added DivePointer unit test.
- Added DivePointerOutput class.
- Added shutdowm method to DiveFFIObslib.
- Added comments to code.
- Added audio monitoring improvements.