Skip to content
Frank Pepermans edited this page Oct 28, 2021 · 2 revisions

Xayn Architecture

Quick start

The project was created with Dart 2.14 and Flutter 2.5.2

To get things up and running quickly, follow these steps:

  • find example/.env.dev and example/.env.prod
  • open both files and inside, replace the dummy values for the parameters found.

Then, get the dependencies and invoke build_runner.

From the root run

flutter pub get
cd example
flutter pub run build_runner build --delete-conflicting-outputs
cd -
Clone this wiki locally