|
|
|
|
|
by davidkhess
1931 days ago
|
|
My perspective is that Flutter is positioned dead on against Qt's QML. I develop mobile and desktop QML applications and this seems to be trying to be very competitive with it. Qt also has a WebAssembly build for QML apps on the web but in my experience it has suffered from some of the same issues reported here about the Flutter WebAssembly runtime. Edit: One key difference is Flutter seems to do everything with procedural code. QML is based on a declarative DSL plus Javascript. |
|