Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jarontai/dart-souls
《Dart 之魂》即 Dart 编程要点,尝试使用简单的文字归纳 Dart 语言的主要知识点
https://github.com/jarontai/dart-souls
dart
Last synced: 3 months ago
JSON representation
《Dart 之魂》即 Dart 编程要点,尝试使用简单的文字归纳 Dart 语言的主要知识点
- Host: GitHub
- URL: https://github.com/jarontai/dart-souls
- Owner: jarontai
- Archived: true
- Created: 2017-09-27T15:20:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-08T11:03:54.000Z (about 4 years ago)
- Last Synced: 2024-07-13T01:02:59.111Z (4 months ago)
- Topics: dart
- Homepage: https://jarontai.github.io/dart-souls
- Size: 1.37 MB
- Stars: 31
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dart Souls -《Dart 之魂》 🎯🔥
《Dart 之魂》,即 Dart 编程要点,是一本介绍 Dart 编程的开源小书,目标是用简单的文字归纳 Dart 的主要知识点。本书面向的读者是具备一定编程经验,希望快速上手 Dart 的开发者。本书定位为入门级,想深入学习 Dart,你需要查阅 Dart [官网](https://dart.dev/)或其他进阶书籍。
## 地址
本书提供gitbook格式在线阅读,内容不定期更新,地址:[https://jarontai.github.io/dart-souls](https://jarontai.github.io/dart-souls/)
## 原文
以下是存储在Github的MarkDown原文,有需要的可以直接点击查看:
* [前言](https://github.com/jarontai/dart-souls/blob/master/foreword.md)
* [准备](https://github.com/jarontai/dart-souls/blob/master/setup.md)
* [语言](https://github.com/jarontai/dart-souls/blob/master/language/index.md)
* [变量与基本类型](https://github.com/jarontai/dart-souls/blob/master/language/basics.md)
* [运算符和流程控制](https://github.com/jarontai/dart-souls/blob/master/language/operators.md)
* [函数](https://github.com/jarontai/dart-souls/blob/master/language/function.md)
* [类 - Part I](https://github.com/jarontai/dart-souls/blob/master/language/class_i.md)
* [类 - Part II](https://github.com/jarontai/dart-souls/blob/master/language/class_ii.md)
* [库与可见性](https://github.com/jarontai/dart-souls/blob/master/language/visibility.md)
* [集合与泛型](https://github.com/jarontai/dart-souls/blob/master/language/collections.md)
* [异步](https://github.com/jarontai/dart-souls/blob/master/language/async.md)## 关于
作者:[Jaron Tai](https://github.com/jarontai) ,Dart 语言爱好者兼业余黑暗之魂玩家。本书使用 [Gitbook](https://legacy.gitbook.com/) 编写,原始内容保存在 [Github](https://github.com/jarontai/dart-souls)。
水平有限,书本内容难免存在错误,欢迎[提交issue](https://github.com/jarontai/dart-souls/issues/new)进行交流。如果希望对 Dart 进行更深入的讨论,请前往 [Dart China](http://www.dart-china.org/)。
## 协议
本书内容使用 [CC BY-NC 4.0](http://creativecommons.org/licenses/by-nc/4.0/)(署名-非商业性使用 知识共享4.0许可协议)授权。只要保持原作者署名和非商用,你可以自由地阅读、分享、修改本书。