I asked ChatGPT

aeric

Expert
Licensed User
Longtime User
Aren't Xamarin and Flutter dead compare to B4X?
 

Mashiane

Expert
Licensed User
Longtime User
Aren't Xamarin and Flutter dead compare to B4X?
Well Xamarin was replaced with .MAU by Microsoft. then Microsoft let off the staff working on .MAU.

Also, Google let off some of the team working on Flutter.

Apparently AI is taking over most of the coding done by engineers..



 

LucaMs

Expert
Licensed User
Longtime User
Aren't Xamarin and Flutter dead compare to B4X?

Its answer to a related question of mine::

1748781561241.png


(continued; I'll have it translated...)

Cross-platform languages/frameworks – current status (2024-2025)

Flutter (Dart language) and React Native (JavaScript/TypeScript) have emerged as the leading cross-platform frameworks for mobile development in recent years. The latest statistics confirm that Flutter is leading in terms of adoption and growth. According to the JetBrains 2023 survey, “Flutter has been the most used multi-platform app framework, since 2021”. Market data confirms this as well: AppTopia estimates that Flutter will be used in nearly a third (≈30%) of new free iOS apps in 2024, up from 10% in 2021. Similarly, analysis by Appfigures indicates that Flutter remains the most popular cross-platform framework, with React Native coming in close behind.

The usage percentages detected by developers confirm this: in the StackOverflow Survey 2024, 9.4% of all developers declare to use Flutter, against 8.4% who use React Native. Among professional developers the share is similar (Flutter 9.4% vs React Native 9.0%). Other frameworks have much lower shares: .NET MAUI (~3.1%), Xamarin (~2.9%), Ionic (~2.5%), Cordova (~2.2%).


Figure – Comparison of some popular cross-platform frameworks. Usage percentages (column “SO 2024”) are taken from the StackOverflow 2024 survey. Flutter is the most popular, followed by React Native. (.NET MAUI and Xamarin together cover less than 6%.)

1748782095257.png



Conclusions

The data clearly indicates that Flutter (Dart) leads the cross-platform market in 2024-2025, detaching React Native and other competitors. In addition to the percentages of use in developers, industry studies and specialized blogs also confirm this: Flutter has grown rapidly in a few years, while React Native remains strong but apparently in a settling phase. Microsoft solutions (.NET MAUI/Xamarin) and hybrid web technologies (Ionic, Cordova) remain used by a much smaller niche. In summary, Flutter is currently the most popular/“downloaded” cross-platform framework, followed by React Native, with the others (MAUI, Xamarin, etc.) far behind
 

LucaMs

Expert
Licensed User
Longtime User
Another answer:

1748783452913.png



📌 Conclusion

You are right in saying that a real IDE is better than a simple editor:

🔹 VS Code is great but it remains an editor.
🔹 Android Studio is the official and complete IDE for Flutter.

In the B4X world, however, the presence of a dedicated IDE for each platform is one of the winning features: zero configuration, very high productivity.

If you want, I can help you compare Flutter + Android Studio with B4X, to understand what is best based on your needs.
 

aeric

Expert
Licensed User
Longtime User
What was the response?
First I send "B4X is the easiest programming language to learn"
Then it responded about Xamarin and Flutter at the end of its answer.

Then I asked "Isn't Xamarin and Flutter dead compare to B4X?"

It answered me and agreed that Xamarin is officially dead and replaced by .NET MAUI.
Flutter is declining.
B4X is still going strong but it's so niche.
 

LucaMs

Expert
Licensed User
Longtime User
Flutter is declining.
Conclusions

The data clearly indicates that Flutter (Dart) leads the cross-platform market in 2024-2025, detaching React Native and other competitors. In addition to the percentages of use in developers, industry studies and specialized blogs also confirm this: Flutter has grown rapidly in a few years, while React Native remains strong but apparently in a settling phase.
 

aeric

Expert
Licensed User
Longtime User
ChatGPT is inconsistent all the time.
But bosses trusted them more than their employees.
 

LucaMs

Expert
Licensed User
Longtime User
ChatGPT is inconsistent all the time.
But bosses trusted them more than their employees.
I suppose Flutter is very popular (Google!) and will be more and more.
But you have to do somersaults to use it, while with B4X you start the "engine" (car metaphor), start and produce much faster and easier (only thanks to a lot of work by Erel).
 

aeric

Expert
Licensed User
Longtime User
I suppose Flutter is very popular (Google!) and will be more and more.
But you have to do somersaults to use it, while with B4X you start the "engine" (car metaphor), start and produce much faster and easier (only thanks to a lot of work by Erel).
Until today I still not clear what Flutter is. I know it uses a programming language call Dart. So why 2 different names. I lazy to find out.
While B4X is the only name you need to know.
 

Gianni M

Well-Known Member
Licensed User
Longtime User
Until today I still not clear what Flutter is. I know it uses a programming language call Dart. So why 2 different names. I lazy to find out.
Dart is the language;

Flutter is a framework (open souce) written with Dart and is a set of classes/widgets (Button, TextField, Label, .... ) and any GUI graphic elements
 
Top