webfabrik_theme 0.0.1
webfabrik_theme: ^0.0.1 copied to clipboard
A Flutter theme package that provides a cohesive, iOS-inspired design system with predefined styles, spacing, and custom widgets to create beautiful and consistent user interfaces.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add webfabrik_theme
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
webfabrik_theme: ^0.0.1
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:webfabrik_theme/webfabrik_theme.dart';