HarmonyOS Flutter in action: 05 - Use third-party plugins
In HarmonyOS Flutter development, if it comes to using native features, you need to use plugins. There are two ways to use plug-ins, one is to write the native ArkTS code yourself and call it on the Dart side. The other is to use third-party code.
Me...
shaohushuo.hashnode.dev2 min read