Skip to content

Getting Started

github-actions[bot] edited this page Jul 3, 2026 · 1 revision

Getting Started

Add the package:

dependencies:
  swissarmyknife: ^0.1.0

Then import the public barrel:

import 'package:swissarmyknife/swissarmyknife.dart';

Use SwissArmyKnife for recurring utility glue: expressive extensions, explicit result types, validation, async control, safe JSON, HTTP helpers, and small architecture primitives.

Clone this wiki locally