You can skip these steps and start building now with our open-source Flutter + echo3D (no AR capabilities) or Flutter + Unity + echo3D (includes AR capabilities) example projects.
1. Setting Up the Config File
Add the echo3D plugin as a dependency in to your project's pubspec.yaml file:
1
dev_dependencies:
2
echoar_package: "^0.0.1+2"
Copied!
2. Getting the Package
After setting up the configuration file run the following command: