Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 674 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 674 Bytes

Core Dart 101

Flutter is not a language, rather an SDK just like Android SDKб but Dart is the official programming language. Let's write 100,000 lines of code for strong junior level!

Please note that you mustn't open PRs that contains the answers to this repo!

However, PRs with the fixes or proposals are welcomed!

Task

The task is to implement functions on different Core Dart topics. There are eight modules with different tasks. Each module consists of tasks for specified topic:

Strings Numbers Arrays Date Objects Streams Conditions and Loops Functions and Closures

Active usage of documentation is strongly recommended!