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>
pull/3062/head
Azim Ahmed Warsi 2 years ago committed by GitHub
parent 8028e244da
commit 9b52b68823
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      content/roadmaps/117-flutter/content/100-dart-basics/readme.md

@ -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>

Loading…
Cancel
Save