dot_matrix_text 0.1.0
dot_matrix_text: ^0.1.0 copied to clipboard
A Flutter plugin for creating customizable dot matrix text displays. This package allows developers to easily implement retro-style LED text effects with adjustable LED size, spacing, colors, and dyna [...]
Changelog #
0.0.1 #
- Initial release of
dot_matrix_text
package. - Display text using dot matrix style with customizable LED size and spacing.
- Support for custom text styles, including font size, weight, and color.
- Add optional mirroring mode for horizontal text reflection.
- Implement flicker mode to simulate flickering LEDs.
- Introduce invert colors mode for LED color inversion.
- Provide customizable blank LED color.
- Ensure compatibility with various board sizes or default to auto-calculated sizes based on text dimensions.
0.1.0 #
- Improved performance by creating the Paint object outside of the loop.
- Eliminated unnecessary computations by using the alpha value instead of computeLuminance().
- Optimized memory usage and performance by enhancing the way pixel data is accessed.
- Increased the code's completeness by implementing the mirrorMode feature.
- Minimized calculations inside the loop to enhance overall performance.