Coming soon on pub.dev. All packages live in the Purrplex monorepo today. Standalone publishing for external use is planned — documentation and versioned releases will follow.

Open source packages

The Purrplex fleet is built from reusable Flutter modules — shared branding, game engines, learning content, datasets, and more. Same stack: Dart 3.12 and Flutter 3.44.

Using packages from the monorepo today

Clone the repo and add a path dependency, or join the Dart workspace in the root pubspec.yaml:

resolution: workspace — all apps and packages share one lockfile. Run ./scripts/bootstrap.sh from the repo root, then depend on packages like purrplex_core and purrplex_branding in your app pubspec.

See the repo README.md and AGENTS.md for adding new apps and package conventions.