Skip to content

v 0.3.9

Latest
Compare
Choose a tag to compare
@khlebobul khlebobul released this 24 Dec 18:26
· 1 commit to main since this release
  • Add AsciiCube

AsciiCube(
        backgroundColor: Colors.black,
        textColor: Colors.white,
        animationSpeed: 1.0,
        scale: 1.0,
        showDots: true, // like rolling dice
        edgeChars: ['@', '#', '*', '+', '=', '&'],
        dotChar: '●',
      ),