catalyst_ui 0.1.2-beta
catalyst_ui: ^0.1.2-beta copied to clipboard
A flexible, theme-driven UI component library for Flutter. No Material or Cupertino dependency — fully customisable design tokens, colour schemes, typography, and user-defined component variants.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add catalyst_uiWith Flutter:
$ flutter pub add catalyst_uiThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
catalyst_ui: ^0.1.2-betaAlternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:catalyst_ui/catalyst_ui.dart';