|
|
|
|
|
by brylie
2437 days ago
|
|
I'm just a bit concerned how Flutter is basically going its own way rather than building on web standards. E.g. HTML provides declarative layout while JavScript is ubiquitous and could also be transpiled to native code. Rather, Flutter is building its own declarative UI approach, rendered with its own canvas, building on a significantly less ubiquitous language/ecosystem, and is principally governed by a single organization. That said, I am seriously considering using Flutter for a future development project, but am on the fence due to the value and familiarity I see in the web platform. |
|