/dart-training

Project to learn dart language.

Primary LanguageDart

dart-training

Project to learn dart language.


Logo

Studying Dart

A project to work with dart!
Explore the docs

Table of Contents

About The Project

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.

Getting Started

Prerequisites

Follow dart guide for installation.

  • On mac:
    brew tap dart-lang/dart
    brew install dart

Usage

To execute dart file.

dart [name-file].dart

To execute module_program:

dart module_program/lib/main.dart [optional arguments: print, calculate, imc, shopping]

Roadmap

See the open issues for a list of proposed features (and known issues).

Contact

Bruno Cerqueira - brunocerqueirasd@gmail.com

Project Link: https://github.com/Bruno-Cerqueira/dart-training