native_device_kit 0.0.3
native_device_kit: ^0.0.3 copied to clipboard
High-performance Flutter plugin for deep native access to hardware, system resources, and connectivity. Features advanced camera diagnostics, BLE scanning, NFC, USB monitoring, and security checks.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add native_device_kitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
native_device_kit: ^0.0.3Alternatively, 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:native_device_kit/native_device_kit.dart';