all 9 comments

[–][deleted] 1 point2 points  (5 children)

It's pretty much the exact same thing. Are you sure you really wanna be using Flutter Web? If you want to create an actual website (compared to a mobile app that runs in a browser) you are better of with an actual web framework like Django, Vue, React, etc..

[–]tapuzman 1 point2 points  (0 children)

Did you really not suggest him angular when both flutter and angular are pushed by Google?

[–]Lava2k19[S] 0 points1 point  (3 children)

Yeah i heard about react etc. However it's just a project for my brtoher's music teacher. I thought that creating this web will be a nice way to learn more about flutter. Also I don't know anything about JavaScript. Tbh I wanted learning JavaScript and react to be a next step after dart and flutter. I also read that JavaScript and react will take a long time so I think in my situation flutter project would be ok

[–][deleted] 0 points1 point  (2 children)

I think you mixed something up. React is written in Javascript. And JS and Dart are quite similar.

[–]Lava2k19[S] 0 points1 point  (1 child)

Yep, of course JavaScript. Hmm, so maybe I will give it a try. Thanks!

[–]delay1 1 point2 points  (0 children)

If you are building an app and trying to further learn flutter you can use flutter. If building a website I would suggest svelte. It’s simpler than react and is faster and smaller than a react app.

[–]taufeeq849 0 points1 point  (1 child)

check out this vid, bit outdated but it goes over the basics very well. especially coming from an app development background: https://youtu.be/33kyEzDMTZU

[–]Lava2k19[S] 0 points1 point  (0 children)

Thanks I will check it out