harmony_plugin 0.1.0
SDKflutter
Platformandroidios
A new Flutter plugin for developers to check whether the device is a HarmonyOS.
harmony_plugin
A new Flutter plugin for developers to check whether the device is a HarmonyOS
Getting Started
This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
Features
Future<bool> isHarmonyOS();Future<String> getHarmonyVersion();Future<bool> isHarmonyPureMode();