flutter_ar_server 0.0.1 copy "flutter_ar_server: ^0.0.1" to clipboard
flutter_ar_server: ^0.0.1 copied to clipboard

A robust Flutter package that integrates WebSocket communication, MongoDB storage, and secure data handling for augmented reality (AR) applications. It is designed to support AR-driven features such [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_ar_server

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

dependencies:
  flutter_ar_server: ^0.0.1

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

Publisher

unverified uploader

Weekly Downloads

A robust Flutter package that integrates WebSocket communication, MongoDB storage, and secure data handling for augmented reality (AR) applications. It is designed to support AR-driven features such as reporting electrical faults, viewing 3D models, and more, making it ideal for industry-ready AR solutions

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

crypto, flutter, flutter_secure_storage, http, logging, mocktail, mongo_dart, web_socket_channel

More

Packages that depend on flutter_ar_server