echoar_package 0.0.2 copy "echoar_package: ^0.0.2" to clipboard
echoar_package: ^0.0.2 copied to clipboard

echoAR is a 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.

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"

2. Get package

After setting up the configuration, all that is left to do is run the package.

flutter pub get

Now inside your Dart code you can import it.

import 'package:echoar_package/echoar_package.dart';

🔍 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>");

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 support@echoAR.xyz or join our support channel on Slack.

6
likes
30
pub points
9%
popularity

Publisher

verified publisherechoar.xyz

echoAR is a 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.

Homepage

License

unknown (LICENSE)

Dependencies

archive, flutter, http, path_provider

More

Packages that depend on echoar_package