https://github.com/ryanprw/dart-fundamentals
This project is the result of my study of the fundamental topic of dart
https://github.com/ryanprw/dart-fundamentals
dart dart-fundamental fundamentals
Last synced: 2 months ago
JSON representation
This project is the result of my study of the fundamental topic of dart
- Host: GitHub
- URL: https://github.com/ryanprw/dart-fundamentals
- Owner: Ryanprw
- Created: 2023-07-21T00:44:50.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-15T08:03:18.000Z (5 months ago)
- Last Synced: 2025-01-15T10:02:35.978Z (5 months ago)
- Topics: dart, dart-fundamental, fundamentals
- Language: Dart
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
##
My Learning Path With Dart Fundamentals
My learning path with the Dart Fundamentals started with to learning about variables, data types, and basic control structures such as if-else statements. I practiced using these concepts to build simple programs that involved decision-making and branching.
As I gained more familiarity with the language, I explored more advanced features such as functions, classes, and object-oriented programming. I also learned about asynchronous programming and how to use the Dart asynchronous features to build responsive and efficient applications.
Throughout my learning journey, I focused on understanding the core concepts of the language and building a strong foundation in order to be able to tackle more complex tasks. I found that regularly practicing and applying what I had learned through building small projects and solving challenges helped me to solidify my understanding and improve my skills.
Overall, my learning path with Dart has been a rewarding and enjoyable experience, and I am confident that the skills and knowledge I have gained will serve me well as I continue to develop my skills as a programmer.
_____________________________## installing dart
step one :installing dart sdk from https://dart.dev/get-dart but I choose to install with ```.zip``` file from https://dart.dev/get-dart/archive
step two :
after extracted zip in folder u want, lets setting up path env
```start-env-edit env-path-edit- new``` paste your bin dart route then ```save```
## make new project
in ```cmd``` type ```dart create project_name```
and add the file project in folder ```/bin```
## Topics Learning..
0. Dart - Variabel dan Tipe Data
1. Dart - Literals
2. Dart - Constant
3. Dart - Percabangan
- If
- If Else
- If Else If
4. Dart - Conditional Expression
5. Dart - Switch - Case
- Ada challenge
6. For Loop
- FOR Loop
- WHILE Loop
- DO WHILE Loop
6. Break
7. Continue
8. Function Method
9. Function Expression
10. Positional Parameters
11. Named Parameters## Authors
* **Ryan Prawira**