Installation
Learn how to integrate our system with Flutter.
Last updated
Was this helpful?
Learn how to integrate our system with Flutter.
Last updated
Was this helpful?
You can easily use echo3D as a backend for your project by integrating the .
You can skip these steps and start building now with our open-source (no AR capabilities) or (includes AR capabilities) example projects.
Add the echo3D plugin as a dependency into your project's pubspec.yaml
file:
After setting up the configuration file, run the following command:
Add the package as an import in our Dart code:
Initialize your Flutter echo3D object by adding your API key:
That's it! 🎉