One language stop for App Development — Dart!

H Dev
2 min readJan 5, 2022

Does developing an app interest you? Well, when I delved into the abyss of app dev I was hit with a major wave of trepidation. There were so many languages, so much software, so MANY terms and technologies. So obviously I was inundated and I thought maybe app dev isn’t for me. But the idea of buildings new apps gave me the jitters and I kept at it. And then I came across the Flutter framework for developing apps. And just like that, I got hooked.

Do you wanna build your own app? All you’ve got to learn is Flutter and you are good to go. And the only programming language you’ve got to familiarize yourself with is — Dart.

Photo by Balázs Kétyi on Unsplash

Dart like most other programming languages is an object-oriented programming language. It was developed by Google for client development purposes. Other significant features are, it is class-based, garbage-collected language, with a syntax style similar to that of C.

And as the custumal of learning new computer languages goes, here is a sample snippet of code in Dart language.

void main() {
print('Hello, World!');
}

If you are super new to programming, learning Dart might take some work and effort. Nonetheless, it is super easy to grasp. But on the other hand, if you do have some experience with other programming languages, Dart would be a piece of cake.

What is the easiest/efficient/fun way to get started? Well, my go to answer for all everything is Google, but here mentioned below are a few useful links to give you that lil’ nudge.

Feel free to comment. And do give it a clap, thanks in advance for the appreciation ;)

--

--

H Dev

just another X-shaped personality, love to learn and tinker with new tech.