Skip to main content

Getting Started

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.