0 purchases
echoar package
echoAR Flutter Plugin #
echoAR is a cloud-based 3D-first content management system (CMS) and delivery network (CDN) that provides server-side solutions to help scale augmented and virtual reality (AR/VR) applications. Our 3D-ready cloud platform helps manage & deliver AR/VR content to apps & devices everywhere.
This is a plugin which makes it easier to get your assets from echoAR.
📖 Guide #
1. Setup the config file
Add echoAR plugin to your pubspec.yaml.
An example is shown below.
dev_dependencies:
echoar_package: "^0.0.1+2"
copied to clipboard
2. Get package
After setting up the configuration, all that is left to do is run the package.
flutter pub get
copied to clipboard
Now inside your Dart code you can import it.
import 'package:echoar_package/echoar_package.dart';
copied to clipboard
🔍 Explore echoAR #
Now that you have your echoAR package ready, you can call it and start using echoAR with Flutter.
If you don't have an echoAR API key yet, make sure to register for FREE at echoAR.
To access your echoAR project, simply initialize your Flutter echoAR object:
EchoAR(apiKey: "<YOUR-API-KEY>");
copied to clipboard
Now your object is ready to go!
Our example project is avalable for you to keep exploring echoAR Flutter plugin.
💪 Support #
Feel free to reach out at [email protected] or join our support channel on Slack.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.