π¨Installation
Learn how to integrate our system with Flutter.
You can easily use echo3D as a backend for your Flutter project by integrating the echo3D Flutter Plugin.
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 into your project's pubspec.yaml
file:
2. Getting the Package
After setting up the configuration file, run the following command:
Add the package as an import in our Dart code:
3. Initializing the Project
Initialize your Flutter echo3D object by adding your API key:
That's it! π
Last updated