arsenal 0.1.2
arsenal: ^0.1.2 copied to clipboard
Arsenal — a cyberpunk-inspired Flutter design system. Components, theme, typography, and bundled display fonts.
Arsenal ⚡
A cyberpunk-inspired Flutter design system. 🌃
Components, theme, typography, and bundled display fonts — all wired up in one drop-in package so you can ship sharp-cornered, neon-accent UI without rolling your own tokens, fonts, or scaffolding.
dependencies:
arsenal: ^0.1.2
import 'package:arsenal/arsenal.dart';
MaterialApp(
theme: arsenalTheme(),
home: ArScaffold(
appBar: ArAppBar(title: 'MISSION CONTROL'),
body: ArButton(label: 'ENGAGE', onPressed: () {}),
),
);
📦 What's inside #
- 🧩 Components:
ArAppBar,ArAvatar,ArBottomNav,ArBottomSheet,ArButton,ArChip,ArProgressSteps,ArScaffold,ArTag. - 🎨 Tokens:
ArsenalColors,ArsenalSpacing,ArsenalTypography. - 🌒 Theme:
arsenalTheme()returns a ready-to-useThemeData. - 🔤 Fonts (bundled): BigShouldersDisplay, Rajdhani, JetBrainsMono.
🚀 Example #
A runnable demo app lives in example/:
cd example
flutter run
📄 License #
BSD 3-Clause. See LICENSE.
