huawei_ar 2.13.0+4
huawei_ar: ^2.13.0+4 copied to clipboard
Huawei AR Engine Flutter Plugin is a platform for building augmented reality (AR) apps on Android smartphones using the Flutter framework.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add huawei_arThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
huawei_ar: ^2.13.0+4Alternatively, 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:huawei_ar/ar_engine_library.dart';
import 'package:huawei_ar/constants/channel.dart';
import 'package:huawei_ar/constants/constants.dart';
import 'package:huawei_ar/hiar/ar_anchor.dart';
import 'package:huawei_ar/hiar/ar_body.dart';
import 'package:huawei_ar/hiar/ar_engine.dart';
import 'package:huawei_ar/hiar/ar_engine_scene.dart';
import 'package:huawei_ar/hiar/ar_face.dart';
import 'package:huawei_ar/hiar/ar_face_blend_shapes.dart';
import 'package:huawei_ar/hiar/ar_hand.dart';
import 'package:huawei_ar/hiar/ar_plane.dart';
import 'package:huawei_ar/hiar/ar_pose.dart';
import 'package:huawei_ar/hiar/ar_scene_config.dart';
import 'package:huawei_ar/hiar/ar_trackable_base.dart';
import 'package:huawei_ar/hiar/utils.dart';