- Dart:Scalable Application Development
- Davy Mitchell Sergey Akopkokhyants Ivo Balbaert
- 209字
- 2021-07-09 18:56:15
Summary
This chapter was focused on giving you the background story of Dart and getting to work with the SDK to produce a useful application.
We have discovered how the JavaScript language and its development limits, leading to the creation of the Dart open source project (centered around the https://www.dartlang.org website), which is being developed as an ECMA standard and can be used to write a range of application types from client to server and command line.
We have seen that Dart has a familiar syntax and powerful package management tool called pub
. WebStorm can be used to create, launch, and debug different types of applications, and other IDEs and text editors have Dart language support, too.
We have worked through setting up a Dart development environment and wrote our first application using HTML5 features. We saw how to navigate the structure of a client-side web project and carry out debugging and development.
I am certain that the simple text editor that we have created is firing off ideas in your mind of what to do next! In the next chapter, we will continue to look at client-side Dart and add more features to the text editor, including some that will help us write more, and better, Dart code.
- MySQL數(shù)據(jù)庫管理實戰(zhàn)
- Learn Type:Driven Development
- Java完全自學教程
- 算法基礎(chǔ):打開程序設計之門
- Scala Design Patterns
- Building Mapping Applications with QGIS
- Visual Basic學習手冊
- Easy Web Development with WaveMaker
- Mastering Apache Maven 3
- Java Web程序設計任務教程
- 常用工具軟件立體化教程(微課版)
- 零基礎(chǔ)學Kotlin之Android項目開發(fā)實戰(zhàn)
- Clojure for Machine Learning
- Spring Boot實戰(zhàn)
- Canvas Cookbook