Important concepts Important concepts As you learn about the Dart language, keep these facts and concepts inmind: Everything you can place in a variable is an object, and eve...
Setup and Tools Choose an Editor with Dart Plugins 1. IntelliJ Idea Flutter inspector showing the widget tree — similar to view HTML in browser dev tools. 2. VS Code Pub and L...
Get started: command-line and server apps 1. Play with Dart code in DartPad 2. Install Dart 3. Get more command-line developer tools 4. Create a small app 5. Get the app’s depe...
IntelliJ & Android Studio Getting started Downloading the IDE Downloading the Dart SDK Configuring Dart support Reporting issues More information IntelliJ & Android Studi...
Dart language specification Dart 2 In-progress specification Dart 1.x Dart language specification Use this page to find the formal Dart language specification.For a gentler ...
Pub Package Registry Requirements Configuring the package registry Publish a package Install a package Pub Package Registry Publish Pub packages for your user or organizati...
Dart SDK overview What’s in the Dart SDK Filing bugs and feature requests Dart SDK overview The Dart SDK has the libraries and command-line tools that you need to develop Dar...
与 Dart 相关的书籍 Dart 2 Dart 1.x Dart: Scalable Application Development The Dart Programming Language Learning Dart - Second Edition Dart By Example Dart Essentials Web Programmi...