Posts

Showing posts with the label Huawei Mobile Services

Can A Flutter App Be Proposed On The Huawei AppGallery?

Answer : As long as your application complies with the regulations of AppGallery, there should not be any problem it. https://developer.huawei.com/consumer/en/doc/30202 AppGallery does not have any restriction on the language application developed with, no need to worry about it; flutter, cordova, react.native, xamarin they are fine. Just a point to take care. If you are using SDKs or services those depend on Google Play services, when you have published your application on AppGallery, it will be visible only for Huawei devices supports Google Play Services. In theory, yes it could. Huawei uses an OS called Harmony OS. The Arc compiler in Harmony OS supports all the major programming languages including C/, C++, Java, JavaScript and Kotlin. Flutter compiles Dart code to native device code (Java, and Kotlin for Android and Swift for iOS). Huawei is making an Arc compiler that supposedly makes it easy to turn Android apps to Harmony OS apps. What does this mean for Flutt...