This repository is my personal study space to learn and practice the Dart language, step by step.
This repository is licensed under the terms of the Apache License 2.0.
-
Basic syntax and structures (e.g.
variables/,control-flow/,functions/) -
Object-oriented programming (e.g.
classes-&-objects/) -
Higher-order functions, collections, and types (e.g.
loops/,branches/,types/) -
Asynchrony (e.g.
async/await,FutureandStream) -
Null safety and best practices (e.g.
null-safety/,effective-dart/) -
Folder:
language/
-
Free experimentation with new concepts
-
Useful or curious code snippets
-
Brief notes on language behaviors
-
Folder:
playground/
-
Solutions to exercises and challenges proposed by the Spanish-speaking community (by mouredev)
-
Translated statements (if necessary) and my own explanations
-
Folder:
programming-challenges/
-
Classes and functions as interchangeable pieces
-
Importable experimental scripts
-
Folder:
my-modules
-
Development patterns will help me improve programming logic
-
Practical implementations of structures such as lists, stacks, queues, trees, etc.
-
Exercises to strengthen computational thinking
-
Folder:
data-structures/
-
Consolidate my knowledge of Dart from the ground up
-
Prepare myself to develop with Flutter more confidently
-
Learn by solving real problems and applying what I’ve learned
Made with '\u{2665}' (♥) by Jesús Domínguez @bluefeatherdev
