native_system_kit 1.0.1
native_system_kit: ^1.0.1 copied to clipboard
A production-grade Flutter plugin for advanced native system features (Background Services, Alarms, Hardware Control, System Info).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add native_system_kitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
native_system_kit: ^1.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:native_system_kit/native_system_kit.dart';