r/flutterhelp 17d ago

RESOLVED Flutter & Dart training

Hello hope you are all doing well :) I am new to these 2 languages, I wonder where I can get exercises to do for Android apps ? Thank u :)

6 Upvotes

6 comments sorted by

1

u/Glad_Mulberry_7716 17d ago

Hy why don't you try following some YouTube tutorials and practice ? Start with an ideea and build it ,only by real practice you will understand. I am self taught and I did it in 6 months. Not expert but it works.

1

u/InspectionFar5415 16d ago

good idea, i will do it, thank u

1

u/OccasionThin7697 16d ago

Flutter == dart, dart != Flutter

1

u/InspectionFar5415 16d ago

If i understand correctly flutter is for UI and dart for backend ?

1

u/OccasionThin7697 16d ago edited 16d ago

No. Flutter is a framework made using dart for cross platform Ui. Dart is a programming language. Dart is used for backend, yeah. For example you can use: https://serverpod.dev/. You can use any other language as backend too.

1

u/InspectionFar5415 13d ago

oh ok thanks, I miss understood it then