Skip to content
Prajwal Dsouza edited this page Nov 23, 2019 · 1 revision

What?

This project is meant to help people who are new to Dart and programming in general, to get a good grasp on how to code in Dart.

Why?

The usual approach to learning to code would be getting a tutorial and figuring your way through until you've understood all the concepts. However, often times, students get stuck and may feel discouraged and may give up when it comes to the more complex concepts. That's where this project comes in!

How?

Anyone learning to code in Dart can now simply take a quick streak through and learn all the concepts of Dart through the sample programs in this repository. Each program is carefully created to give learners an easy way to understand the concepts however advanced they may be.

Dart is a programming language that combines various positive aspects of modern programming languages such as Java and Python, that in effect, make it easier to code in. Flutter is a powerful open-source platform that allows you to create apps for Android, iOS, the web, and soon, even Desktop - all with a single Dart code base!

But before getting started with Flutter, it's important to have strong knowledge in Dart programming, and this project is aimed at helping learners do just that!

Clone this wiki locally