👩💻
Edit Code
Learn how to edit code in your Flutter project.
Now that you are able to install the echo3D plugin in your Flutter, it's time to build a project.
Import the project dependencies by running the following in the terminal:
flutter pub get
- Replace
<Your-API-Key>
with your echo3D API key - Replace
<Stones-Entry-ID>
with the stones image entry ID on echo3D. - Replace
<Gif-Entry-ID>
with the GIF model entry ID on echo3D. - Replace
<Fox-Entry-ID>
with the fox model entry ID on echo3D.
Now your project is ready to go! 🎉
Last modified 1yr ago