Flutter actually controls every pixel that is drawn to the screen and doesn’t use HTML , JavaScript, or CSS to define any of its look or logic.
Read moreDo you need to know HTML and CSS for Flutter?
Flutter is, underneath it all, a library of Dart classes. There is no markup language involved or JSX-style hybrid language. Every bit of front-end code is written in Dart. No HTML .
Read moreShould I learn HTML before coding?
Always learn HTML first . JavaScript can be learnt as a basics of Programming languages. For example, if your main aim is learning Java, you can start with JavaScript as JavaScript is forgiving and gives you less headache with your language syntax.
Read moreIs Flutter better than HTML?
Bottom line: the Flutter web version downloads ~10x more data and loads ~10x slower than the main site . On the other hand, the Flutter app compiled with the HTML renderer is comparable in size to the main site (531 KB vs 323KB).23 Kas 2021
Read more