Skip to content

Fabrik

A modular Flutter toolkit for clean, scalable apps.

The parts of a Flutter app you end up rebuilding every time, written once and tested properly. Take one, take them all — they don’t depend on each other.

PackageSolves
fabrik_themeSemantic colors and typography instead of scattered Color(0xFF…) literals
fabrik_layoutOne UI across phone, tablet and desktop without ad-hoc width checks
fabrik_formsForm state and validation that lives outside your widgets, so it can be tested
fabrik_snackbarSnackbars and toasts with no Scaffold requirement
fabrik_utilsThe helpers every app hand-rolls: timeAgo, casing, debounce, throttle
fabrik_resultFailures visible in the type signature, in pure Dart

New here? Start with Choosing a package.