dive_obslib 0.1.0 dive_obslib: ^0.1.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.
[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.