1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-22 17:02:58 +02:00

Add resources for Dart (#2989)

* Added Resources and Information for "Dart Basics"

* Update content/roadmaps/117-flutter/content/100-dart-basics/readme.md

* Update content/roadmaps/117-flutter/content/100-dart-basics/readme.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Azim Ahmed Warsi
2022-12-05 18:00:37 +05:30
committed by GitHub
parent 8028e244da
commit 9b52b68823

View File

@@ -1 +1,11 @@
# Dart basics
# Dart Basics
Dart is an open-source, general-purpose, object-oriented programming language with C-style syntax developed by Google in 2011. The purpose of Dart programming is to create a frontend user interfaces for the web and mobile apps.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://dart.dev/overview'>Dart Overview</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.javatpoint.com/flutter-dart-programming'>What is Dart Programming?</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.geeksforgeeks.org/dart-tutorial/'>Dart Tutorial</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://flutterbyexample.com/lesson/about-dart'>About Dart</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=sOSd6G1qXoY'>What is Dart?</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=NrO0CJCbYLA'>Dart in 100 Seconds</BadgeLink>