flutter_ar_server 0.0.1
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_serverThis 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.1Alternatively, 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';