flutter_meta_wearables_dat_mock_device 0.7.1
flutter_meta_wearables_dat_mock_device: ^0.7.1 copied to clipboard
Optional MockDeviceKit add-on for flutter_meta_wearables_dat — simulate Meta glasses using the phone's camera for development and testing. Omit in production.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_meta_wearables_dat_mock_deviceThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_meta_wearables_dat_mock_device: ^0.7.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_meta_wearables_dat_mock_device/flutter_meta_wearables_dat_mock_device.dart';