Dart Tutorial and exercises to move you from 0 to 60ish in Dart.
1 About tryDart
2 Projects List
3 Technical
4 To do list
5 Contributing
6 Contact
7 License
👇 👇 👇 👇 👇
tryDart is a sample of projects and code challenges to make you good at the Dart programming language. Knowledge of dart will help you in development of Android, IOS and Desktop Apps with flutter.
01: Hard Coded currency converter
SDK VERSION UPDATE DATES [x] Started project on Dart 2.7.1 Stable Version till 23 March 2020 [ ] Dart updated to version 2.7.2 Stable version from 24 March 2020
1. Required to run project:
- To run this project use InteliJ(what i used).You can download it from here . Any other IDE can also work.
- Dart version: 2.7.1 Stable version (Will try update it from time to time ) you an learn about setting up Dart on you machine here and download Dart here
2. Clone this repository:
`git clone https://github.com/tamzi/tryDart.git`
3. Open Project in IntelliJ (Or any IDE of your choice)
4. Build Project
5. Incase of an eror when building project, its probably because of differing dart versions Check documentation or raise an issue
🚧 👷 ⛏ 👷 🔧️ 🚧
Ongoing and Done:
- Add link to a whole repository of pure Dart projects
- periodically update projects with latest Dart versions.(ONGOING)
- Updated to Dart 2.7.2 (24march 2020).
- Update this readMe with links to other Readmes
- Other unseen tasks and ideas (OnGOING)
- Dart logo belongs to dart team and found here
I would love to have your help in making tryDart better.
The project is still very incomplete but under development. If there's an issue you'd like to see addressed sooner rather than later:
Before you contribute though read the contributing guide here: CONTRIBUTING GUIDE
- Homepage: tamrefrank.com
- Twitter: @tamrefrank
- Released under the MIT Licence. see LICENSE file