arsenal 0.1.0 copy "arsenal: ^0.1.0" to clipboard
arsenal: ^0.1.0 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.0
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
0
points
147
downloads

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

unknown (license)

Dependencies

cached_network_image, flutter

More

Packages that depend on arsenal