neom_ar 1.0.0 copy "neom_ar: ^1.0.0" to clipboard
neom_ar: ^1.0.0 copied to clipboard

Cross-platform AR module for Cyberneom. Wraps ARKit (iOS) and ARCore (Android) behind a unified interface. Distance measurement, plane detection, room scanning, and 3D marker visualization for acousti [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add neom_ar

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  neom_ar: ^1.0.0

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:neom_ar/neom_ar.dart';
0
likes
120
points
46
downloads

Documentation

API reference

Publisher

verified publisheropenneom.dev

Weekly Downloads

Cross-platform AR module for Cyberneom. Wraps ARKit (iOS) and ARCore (Android) behind a unified interface. Distance measurement, plane detection, room scanning, and 3D marker visualization for acoustic levitation chamber analysis.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

arcore_flutter_plugin, arkit_plugin, flutter, hive_flutter, neom_commons, neom_core, sint, vector_math

More

Packages that depend on neom_ar