Installation
Learn how to integrate our system with Flutter.
1. Setting Up the Config File
dev_dependencies:
echo3d_package: "^0.0.1+2"2. Getting the Package
flutter pub getimport 'package:echo3d_package/echoar_package.dart';3. Initializing the Project
Echo3D(apiKey: "<YOUR-API-KEY>");Last updated