floscilloscope 1.1.1
floscilloscope: ^1.1.1 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.
1.0.6 #
- Bug fixes
1.1.0 #
- Added RTL layout support by forcing LTR directionality on chart and slider rows in both SimpleOscilloscope and AlternativeSimpleOscilloscope.
1.1.1 #
- Fixed threshold dialog text field displaying negative values incorrectly in RTL locales.