Fabrik
A modular Flutter toolkit for clean, scalable apps.
Packages
Section titled “Packages”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.
| Package | Solves |
|---|---|
| fabrik_theme | Semantic colors and typography instead of scattered Color(0xFF…) literals |
| fabrik_layout | One UI across phone, tablet and desktop without ad-hoc width checks |
| fabrik_forms | Form state and validation that lives outside your widgets, so it can be tested |
| fabrik_snackbar | Snackbars and toasts with no Scaffold requirement |
| fabrik_utils | The helpers every app hand-rolls: timeAgo, casing, debounce, throttle |
| fabrik_result | Failures visible in the type signature, in pure Dart |
New here? Start with Choosing a package.