moyoung_glasses_ble_plugin 1.2.8
moyoung_glasses_ble_plugin: ^1.2.8 copied to clipboard
A comprehensive Flutter plugin for MoYoung smart glasses with 50+ features including Bluetooth communication, camera control, audio recording, file management, OTA upgrades, and AI integration.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add moyoung_glasses_ble_pluginThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
moyoung_glasses_ble_plugin: ^1.2.8Alternatively, 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:moyoung_glasses_ble_plugin/moyoung_glasses_ble_plugin.dart';