huawei_ar 2.13.0+4 copy "huawei_ar: ^2.13.0+4" to clipboard
huawei_ar: ^2.13.0+4 copied to clipboard

outdated

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_ar

This 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+4

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: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';
14
likes
0
points
1
downloads

Publisher

verified publisherdeveloper.huawei.com

Weekly Downloads

Huawei AR Engine Flutter Plugin is a platform for building augmented reality (AR) apps on Android smartphones using the Flutter framework.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on huawei_ar

Packages that implement huawei_ar