floscilloscope 1.0.5
floscilloscope: ^1.0.5 copied to clipboard
An oscilloscope widget featuring dynamic chart rendering, threshold manipulation, zoom/pan, customizable axes, multi-data series, and interactive threshold sliders.
0.0.1 #
- Initial release.
1.0.0 #
- Updated README file to describe the package further.
- Added support for multiple datasets.
- Added a threshold slider.
- Added support for the fl_chart and syncfusion_flutter_charts.
1.0.1 #
- Updated the dependencies.
- Added some more comments.
1.0.2 #
- Changed the description of the package.
- Added the changelog text for more points.
1.0.3 #
- Updated the dependencies.
1.0.4 #
- The alternative oscilloscope does not use FlSpot from fl_chart anymore, but a custom OscilloscopePoint class.
- Added test cases.
- Added more comments and documentation.
1.0.5 #
- Fixed some formatting issues in the code.