pixel_ui 0.5.1
pixel_ui: ^0.5.1 copied to clipboard
Pixel-art design system for Flutter — retro / 8-bit primitives, tile grids, interactive buttons, and a bundled pixel font for game UI.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add pixel_uiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
pixel_ui: ^0.5.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:pixel_ui/pixel_ui.dart';