Giter VIP home page Giter VIP logo

dart-apprentice-fundamentals's Introduction

Dart Apprentice: Fundamentals

This repo contains all the downloadable materials and projects associated with the Dart Apprentice: Fundamentals from Kodeco.

What is Dart?

Dart is a modern and powerful programming language designed by Google. Dart does have some unique characteristics, for someone have any experience with other object-oriented or C-style languages, you'll immediatelty feel at home with Dart. Even if you come to start Dart programming as a complete beginner, Dart is a good place to start.

The Dart virtual machine allows lightning-fast development-time rebuilds, and its ahead-of-time compiler creates native applications for every major platform. As one pf the most versetile languages on the market today, you can use Dart to write anything from command-line apps and back-end servers to native applications for Android, iOS, Web, Mac, Windows, Linux and even embedded devices.

How to Use Dart?

Installing the Dart SDK

The Dart SDK is a collection of command-line tools that make it possible to develop Dart applications. Go to dart.dev/get-dart and follow the directions on that site to download and install the Dart SDK on your platform.

Verifying the Dart SDK Installation

After you've installed Dart, run the following command in a terminal to ensure that it's working:

dart --version

Creating and Running the Project

Go to the location where you want to create your project folder, and then run the following command in the terminal:

dart create hello

(this create a simple Dart project with some default code).

Enter the following folder you just created, and then run the project with the following command:

dart run bin/hello.dart

dart-apprentice-fundamentals's People

Contributors

zuyatna avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.