arsenal 0.1.2 copy "arsenal: ^0.1.2" to clipboard
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.

pub version Platform Flutter License BSD-3

Gallery — typography and buttons Gallery — chips, avatar, progress, sheet Bottom sheet

Mission Control example screen Operator Profile example screen

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-use ThemeData.
  • 🔤 Fonts (bundled): BigShouldersDisplay, Rajdhani, JetBrainsMono.

🚀 Example #

A runnable demo app lives in example/:

cd example
flutter run

📄 License #

BSD 3-Clause. See LICENSE.

0
likes
160
points
147
downloads
screenshot

Documentation

API reference

Publisher

verified publisherhashstudios.dev

Weekly Downloads

Arsenal — a cyberpunk-inspired Flutter design system. Components, theme, typography, and bundled display fonts.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on arsenal