pixel_ui 0.2.1 copy "pixel_ui: ^0.2.1" to clipboard
pixel_ui: ^0.2.1 copied to clipboard

Pixel-art design system for Flutter. Parametric shapes, interactive buttons, and bundled pixel font.

Changelog #

0.2.1 — 2026-04-23 #

Added #

  • Bundled MulmaruMono font family (SIL OFL 1.1) for code, terminal-style UI, and fixed-width layouts.
  • PixelText.mulmaruMono(...) factory and PixelText.mulmaruMonoFontFamily constant. Signature identical to PixelText.mulmaru(...).

Notes #

0.2.0 — 2026-04-23 #

Added #

  • Official platform support: Web, macOS, Linux, Windows (in addition to existing iOS, Android).
  • .github/workflows/build.yml CI workflow that builds the example app on 6 OS/target combinations.
  • README "Platforms" section documenting verification level for each platform.

Changed #

  • example app showcase is now constrained to 480px max width on wide viewports (desktop, web), keeping the mobile-style layout centered. Mobile rendering is unaffected.

0.1.2 — 2026-04-22 #

Added #

  • README hero image and gallery section embedding the 5 pub.dev screenshots.

0.1.1 — 2026-04-22 #

Added #

  • pub.dev screenshots (5) generated via golden tests from test/screenshots/scenes/.
  • tool/update_screenshots.sh regenerates goldens and syncs them to doc/screenshots/.

0.1.0 — 2026-04-22 #

Initial public release.

Features #

  • PixelCorners: asymmetric per-corner stair pattern with .sharp/.xs/.sm/.md/.lg/.xl static presets.
  • PixelShadow: pixel drop shadow with .sm/.md/.lg factory constructors (offsets 1/2/4).
  • PixelTexture: deterministic LCG noise overlay.
  • PixelShapeStyle: composable shape style with sentinel-based copyWith (null clears, omit preserves).
  • PixelShapePainter: low-level CustomPainter for pixel rendering.
  • PixelBox: container widget with automatic size resolution by logical ratio.
  • PixelButton: interactive pixel button with normal/pressed styles, press-down animation, and Semantics integration.
  • PixelText: static namespace exposing mulmaruFontFamily/mulmaruPackage constants and a mulmaru() TextStyle factory.
  • Bundled Mulmaru Proportional pixel font (SIL OFL 1.1).

Bundled font integrity #

5
likes
0
points
356
downloads

Publisher

unverified uploader

Weekly Downloads

Pixel-art design system for Flutter. Parametric shapes, interactive buttons, and bundled pixel font.

Repository (GitHub)
View/report issues

Topics

#widget #design-system #pixel-art #retro #game-ui

License

unknown (license)

Dependencies

flutter

More

Packages that depend on pixel_ui