flutter_mini_sprite

style: very good analysis License: MIT

Provides Widgets to render mini sprites into Flutter

How to use it

Add flutter mini sprite to the project's pubspec:

dart pub add flutter_mini_sprite

Use the Widget

MiniSpriteWidget(
  pixelSize: 10,
  sprite: MiniSprite.fromDataString('...'),
  palette: [ const Color(0xFFFFFF00), const Color(0xFFFF0000) ],
),