binary_image_generator 0.0.1 binary_image_generator: ^0.0.1 copied to clipboard
A Flutter package to generate customizable 5x5 grid images based on a 15-bit binary string. Define background and square colors, and receive the generated image as a Uint8List for reuse or further pro [...]
0.0.1 #
The binary_image_generator package creates an image based on a binary string. It generates a 5x5 grid of squares where each square is filled (for "1") or empty (for "0").
Key features:
You can customize the background and square colors. It uses a binary string to determine which squares are filled. The grid has a mirrored design, except for the middle column. The image is generated and can be exported as a PNG.