How can a Flutter app be proposed on the KaiOS apps store?

Viewed 594

When building a Flutter app for iOS or Android or both, one may wish to build it for KaiOS as well. Flutter allows the generation of web applications. KaiOS accepts web applications in its apps store.

So, I am wondering whether it is realistic and how a Flutter app can be accepted on the KaiOS apps store.

  1. In particular, is the Flutter web app code compatible with KaiOS?
  2. If so, would KaiOS apps store accept such an application?
1 Answers

https://developer.clevertap.com/docs/kaios

**The approach used to answer the question consisted in creating a proof of concept application in the form of a minimalist chat Flutter application: chattack

This application is also available as a web application on https://chat.jod.li

Once you create a user, you can join the following shared chat and see whether someone answers:

Chat name: zorro Chat shared key: iamzorro The implementation of a chat application involves communication between several phones and proves that many applications are possible**

Related