ARwayKit integration with Flutter.
https://docs.arway.app/arwaykit-with-flutter/introduction
- Open the Unity project located under unity/ARwayKit-SDK.
- Add your ARWAY Developer token to the scenes your are building.
- Add the Scenes to your Unity build settings.
- Go to Unity Menu / Flutter / Export Android or Export iOS.
- Open the Flutter project from Terminal / VS Code / Android Studio.
- Get the packages - flutter pub get.
- Run the app on the platform of your choice - flutter run.