dot_matrix_text 0.1.0 copy "dot_matrix_text: ^0.1.0" to clipboard
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.
3
likes
140
points
28
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

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 dynamic features such as mirror mode, flicker effects, invertible colors, and customizable board sizes. Enhance your Flutter apps with unique and visually appealing dot matrix text animations.

Repository (GitHub)

Topics

#text #ui-components #dot-matrix #led-text

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on dot_matrix_text