I'm making a free Dart programming tutorial for beginners on DartPad
Posted by SchnitzelPlays@reddit | learnprogramming | View on Reddit | 5 comments
I've been learning Dart and Flutter and noticed that most tutorials assume you already have an IDE configured, which immediately loses beginners before they write a single line of code. So I made a short video that skips all of that entirely.
Full disclosure: I made this video. It is part of a series I am building that goes from absolute basics through to Dart isolates and concurrent programming.
Striking_Rate_7390@reddit
can you please get it for android studio
Key_Organization7586@reddit
dartpad is way better for starting out anyway, no need to mess with android studio setup when you just want to learn basics ๐ i remember spending like 2 hours trying to configure everything before writing hello world and almost gave up completely ๐
SchnitzelPlays@reddit (OP)
Yeah a lot of people just give up at the setting up part can be technically tricky sometimes
SchnitzelPlays@reddit (OP)
Yeah dude I have a fully recorded series for flutter app development made in android studio too I'll be uploading that one after the dart series
BeginningOne8195@reddit
Thatโs actually a nice approach, skipping setup headaches makes it way easier for beginners to just start and not lose interest early.