Skip to main content

Getting Started

Zeta is the new, formal, standardized Zebra Design Language based off the successes of ZDS (Zebra Design System). This repository details the documentation for the different code libraries that implement the design system, as well as usage guides for both developers and designers.

Installing

Zeta Flutter works as a standard Flutter library and can be installed through the standard flutter pub tools

flutter pub add zeta_flutter

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

dependencies:
zeta_flutter: ${version}

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.