Flutter does not target the web. It is only Android and iOS. GWT can be used (Google’s Inbox app uses it along with J2Objc) but it think it is more tedious. And also both source and target languages are not exactly modern 🙂
s
spierce7
03/24/2017, 4:41 PM
Flutter is coded with Dart which targets javascript.
GWT may be more tedious, or it may not. I haven't used it in 4 years, but it's still directly applicable for Java code.
c
curioustechizen
03/24/2017, 4:44 PM
Ah yes - the language does. I see what you mean. I was referring to the framework itself targeting only Android and iOS - but you could say that you can have a shared business logic between your flutter app and your web-app.
curioustechizen
03/24/2017, 4:44 PM
So you’re right - my bad
h
hackerham
03/24/2017, 4:51 PM
🙂
s
suresh
03/24/2017, 8:26 PM
in Dart we can reuse all the libraries on client side which doesn’t depends on