Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Learning Dart from scratch: playground, syntax, data structures, and programming challenges!

License

Notifications You must be signed in to change notification settings

jdomingu19/hello-dart

Repository files navigation

Hello, Dart!

Static Badge Static Badge

This repository is my personal study space to learn and practice the Dart language, step by step.

header_hello_dart

This repository is licensed under the terms of the Apache License 2.0.

What will you find here?

Structured learning

  • 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, Future and Stream)

  • Null safety and best practices (e.g. null-safety/, effective-dart/)

  • Folder: language/

Personal tests

  • Free experimentation with new concepts

  • Useful or curious code snippets

  • Brief notes on language behaviors

  • Folder: playground/

Programming challenges

  • Solutions to exercises and challenges proposed by the Spanish-speaking community (by mouredev)

  • Translated statements (if necessary) and my own explanations

  • Folder: programming-challenges/

Experimental modules

  • Classes and functions as interchangeable pieces

  • Importable experimental scripts

  • Folder: my-modules

Data structures

  • 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/

Repository goals

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

About

Learning Dart from scratch: playground, syntax, data structures, and programming challenges!

Topics

Resources

License

Stars

Watchers

Forks