Use this format to add your own Dart resources (those that were personally used by you) in this README
## YOUR_NAME
<a href="YOUR_LINKEDIN_PROFILE_LINK">
<img align="left" width="82px" src="https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white" />
</a>
[![Generic badge](https://img.shields.io/badge/Batch-YOUR_BATCH_YEAR-<COLOR>.svg)](https://shields.io/)
```
YOUR_ANSWER
```
Dart is one of the most beautiful object oriented programming language out there.
In order to get started with Flutter App Dev, Dart is the language you would need to know first.
I found Dart to be a flexible combination C++ and Python.
There is a well documented language tour guide available for Dart which I used to get hands on Dart.
https://dart.dev/guides/language/language-tour
If you have done a programming language previously, you can just cover the basics of this language including the null safety feature of Dart, variable declaration, lazy initialisation, basic syntax and how it is different from the language that you might have done.
For a quick summary of the language:
https://dart.dev/codelabs/dart-cheatsheet
You need not install Dart to learn it. You can use Dart Pad to learn and code side-by-side :
https://dartpad.dev/?null_safety=true