relu_plot_lib 1.0.6
relu_plot_lib: ^1.0.6 copied to clipboard
A simple graph tool for flutter desktop applications which allows for drawing of multiple graphs.
[1.0.1] (2024-Sep-03) #
- Initial release of relu_plot_lib.
[1.0.2] (2024-Sep-03) #
- README.md updated to include example gif.
[1.0.3] (2024-Sep-04) #
- Annotation movement fixed so it is centered.
- Zooming fixed so it is centered around the pointer.
[1.0.4] (2024-Sep-04) #
- Shorten pubspec.yaml description.
[1.0.5] (2024-Sep-09) #
- Fixed ticks label so that the label is rounded to specified amount of precision when out of SI-prefix range.
[1.0.6] (2024-Sep-09) #
- Hardwarekeyboard handlers now return false to allow other handlers to listen to the same keys.