Skip to content

Commit 9b52b68

Browse files
Add resources for Dart (kamranahmedse#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>
1 parent 8028e24 commit 9b52b68

File tree

1 file changed

+11
-1
lines changed
  • content/roadmaps/117-flutter/content/100-dart-basics

1 file changed

+11
-1
lines changed
Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
# Dart basics
1+
# Dart Basics
2+
3+
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.
4+
5+
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
6+
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://dart.dev/overview'>Dart Overview</BadgeLink>
7+
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.javatpoint.com/flutter-dart-programming'>What is Dart Programming?</BadgeLink>
8+
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.geeksforgeeks.org/dart-tutorial/'>Dart Tutorial</BadgeLink>
9+
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://flutterbyexample.com/lesson/about-dart'>About Dart</BadgeLink>
10+
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=sOSd6G1qXoY'>What is Dart?</BadgeLink>
11+
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=NrO0CJCbYLA'>Dart in 100 Seconds</BadgeLink>

0 commit comments

Comments
 (0)