Here is my presentation and prepared text for the lecture ” Flutter vs Java GUI (Graphical User Interface) Frameworks ” – given at http://polyglot4dev.com/ presented in the summer of 2022. In this post I’ll try to tell stuff that I didn’t managed to say, write, or emphasise before.
UI & UX is almost the same
Flutter BloC is identical to JAVA Modern way of Back End Code
Flutter’s BloC pattern is identical to the newer ways of coding in Java. Streams become part of Java from some time (version 8). Spring Framework have the HTTP layer wrapped in Stream API (Mono & Flux). From a broad perspective the states of a BloC may seem like an endpoint of Java Micro Service.
Focus on Language Level stuff or what it does?
While other lecturers focused on language level features, how programming code is organised, from long time ago, I am emphasising the similarities of all programming, languages, frameworks, libraries, and technologies. In my presentation, I tried to focus more that’s actually that you are interface achieved with these different tools is practically identical. It’s matter of what you do and not with what.