Brick Catalog
Browse all 32 available bricks organized by category. Each brick is a Mason template that generates production-ready Flutter code following Archipelago's architecture patterns.
Core Scaffolding Free
| Brick | Description |
|---|---|
| flutter_modular_monorepo | Full monorepo project scaffold with dual-GetIt DI, FeatureSDK, and CI/CD |
| feature_monorepo_skeleton | Feature module (single or API/Impl split) |
| app_scaffold | New app in existing workspace with DI, router, Fastlane |
| initializer_skeleton | Pre/post launch initializer |
Shared Packages Free
| Brick | Description |
|---|---|
| shared_dependencies | Centralized dependency management with barrel exports |
| shared_app_config | Environment variables and flavor management with envied |
Utilities Free
| Brick | Description |
|---|---|
| app_lints | Custom lint rules for coding standards and architecture conventions |
| app_utilities | Shared utilities with DI setup, logging, and common helpers |
Infrastructure SDKs Free
| Brick | Description |
|---|---|
| network_sdk | HTTP client abstraction with Dio or http implementation |
| websocket_sdk | WebSocket client abstraction with dart:io or Phoenix |
| analytics_sdk | Multi-vendor analytics abstraction with Firebase Analytics |
| feature_flag_sdk | Feature flag abstraction with multiple provider implementations |
| monitoring_sdk | Crash reporting and performance monitoring with noop for build_prepare |
Feature Modules Free
| Brick | Description |
|---|---|
| auth_sdk | Authentication with login/register, event-driven listener, scoped DI |
| home_sdk | Home feature with dashboard, profile, and settings pages |
| introduction_sdk | Onboarding with welcome, feature highlights, and get started pages |
| paywall_sdk | Paywall with pricing UI, mock purchase flow, and subscription management |
UI & Assets Free Pro
| Brick | Tier | Description |
|---|---|---|
| flutter_ui_kit | Free | Design system with foundations, theme extensions, and Widgetbook |
| flutter_l10n | Free | Localization package using Slang with shared locale state |
| flutter_asset | Free | Type-safe asset packages with pure Dart contracts |
| ui_kit_component | Free | UI component with optional headless architecture, test, and widgetbook showcase |
| ui_kit_theme | Pro | New theme variant for the UI Kit |
Devtools Free Pro Enterprise
| Brick | Tier | Description |
|---|---|---|
| monorepo_toolkit | Free | CLI toolkit for Flutter monorepo management |
| affected | Pro | Git-based affected package detection for CI/CD |
| coverage_manager | Pro | Test coverage pipeline with configurable thresholds |
| size_guard | Pro | File size threshold enforcement |
| asset_optimizer | Pro | Image asset optimization (SVG, PNG, JPEG) |
| asset_generator | Pro | Type-safe asset enum generation from directory structure |
| ui_kit_generator | Enterprise | UI Kit component and theme variant management commands |
Advanced Free
| Brick | Description |
|---|---|
| core_infrastructure_package | Essential core infrastructure SDK with DI, base patterns, logging |
| utilities_sdk | Device info, package info, biometric utilities |