echoar_package 0.0.2 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.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add echoar_package
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
echoar_package: ^0.0.2
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:echoar_package/echoar_package.dart';