- 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.
- Learn ECMAScript(Second Edition)
- MATLAB定量決策五大類問題
- Visual FoxPro程序設(shè)計
- Jupyter數(shù)據(jù)科學實戰(zhàn)
- Visual C#通用范例開發(fā)金典
- Swift語言實戰(zhàn)精講
- Python之光:Python編程入門與實戰(zhàn)
- PHP編程基礎(chǔ)與實例教程
- Rust游戲開發(fā)實戰(zhàn)
- JavaScript+jQuery網(wǎng)頁特效設(shè)計任務(wù)驅(qū)動教程
- Mastering OAuth 2.0
- 計算機程序的構(gòu)造和解釋(JavaScript版)
- 計算機軟件項目實訓指導
- Learn C Programming
- 信息學競賽寶典:基礎(chǔ)算法