-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
amanda southworth edited this page Mar 29, 2022
·
3 revisions
** 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. **
You can find Aureus on pub.dev here. Use the command 'flutter pub add aureus' in your Flutter project to add Aureus.
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.
It's recommended you use the HTML web renderer with Aureus.
- flutter run -d chrome --web-renderer html
- flutter web build --web-renderer html
When you find a bug, please file an issue in the Aureus GitHub repository.