Can I completely rewrite my app in another language after the release in the Google Play and Appstore?

I want to start writing an application using Flutter as it suits my needs at this stage. In the future, of course, I will need to build a team and applications in Java & Swift. But if I release the application now on Flutter and create a brand, will I be able to completely re-upload… Read More Can I completely rewrite my app in another language after the release in the Google Play and Appstore?

Flutter error : The constructor being called isn't a const constructor

I’m working on my first Flutter project, I’m building a Login page, I created a variable to store a TextFormFieldController but I got the error above because I deleted the constructor. When I return this constructor I cant declare a global variable to store the TextFormFieldController. this is my code : (the Login page) :… Read More Flutter error : The constructor being called isn't a const constructor

Which database is better for multiplatform developing? Firebase or Realm?

I am developing an application aimed at helping school students. Therefore, I do not understand which database to use. The main language is Kotlin. I will use it as Kotlin Multi platform to develop an application for two operating systems(IOS and Android) at once. >Solution : SQLDelight library is the easiest. It generates type-safe Kotlin… Read More Which database is better for multiplatform developing? Firebase or Realm?