pizzacorn_ui 0.0.77 copy "pizzacorn_ui: ^0.0.77" to clipboard
pizzacorn_ui: ^0.0.77 copied to clipboard

unlisted

Pizzacorn UI: a Flutter design system with configurable theme, typography, colors and reusable UI widgets.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pizzacorn_ui

With Flutter:

 $ flutter pub add pizzacorn_ui

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  pizzacorn_ui: ^0.0.77

Alternatively, 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:pizzacorn_ui/pizzacorn_ui.dart';