Y
Hacker News
new
|
ask
|
show
|
jobs
by
api
2399 days ago
I really wish Flutter wasn't tied to Dart. Dart feels like a yet-another language with nothing over e.g. Go. Go can compile to JS and WASM now.
2 comments
learc83
2398 days ago
Doesn't Dart have generics and a lot of other language features that Go chose to omit?
link
api
2398 days ago
Trouble is its yet another language to learn.
Flutter should have just done the cross platform UI part and offered APIs in a number of languages.
link
sebe
2398 days ago
Would Flutter be where it is today without hotreload? Hotreload was a suggestion form the Dart team, Flutter team tried it and where amazed.
link
api
2398 days ago
Hmm... that is interesting. Guess I will have to see if it uses native controls and is handicapped accessible. Last one is a deal breaker for a "real" UI library.
link