Skip to content

Installation

amanda southworth edited this page Mar 29, 2022 · 3 revisions

NOTE

** Please note Aureus is in active beta development, and is pushing regular API breaking changes often. It is not recommended to build production apps on this if you are NOT developing an Astra resource. **

Downloading

You can find Aureus on pub.dev here. Use the command 'flutter pub add aureus' in your Flutter project to add Aureus.

Running

In the main file of your project, before you return your app, create and pass the Aureus metadata to package variables before you run the app.

For web projects

It's recommended you use the HTML web renderer with Aureus.

  • flutter run -d chrome --web-renderer html
  • flutter web build --web-renderer html

Bugs / Issues

When you find a bug, please file an issue in the Aureus GitHub repository.

Clone this wiki locally