Project to learn dart language.
A project to work with dart!
Explore the docs
Dart is a client-optimized language for fast apps on any platform. Installing the Dart SDK to has the libraries and command-line tools that you need to develop Dart command-line, server, and non-Flutter web apps.
Follow dart guide for installation.
- On mac:
brew tap dart-lang/dart
brew install dart
To execute dart file.
dart [name-file].dart
To execute module_program:
dart module_program/lib/main.dart [optional arguments: print, calculate, imc, shopping]
See the open issues for a list of proposed features (and known issues).
Bruno Cerqueira - brunocerqueirasd@gmail.com
Project Link: https://github.com/Bruno-Cerqueira/dart-training