https://github.com/singcl/dartt
The way to dart. Dart之路.
https://github.com/singcl/dartt
dart dart2
Last synced: 2 months ago
JSON representation
The way to dart. Dart之路.
- Host: GitHub
- URL: https://github.com/singcl/dartt
- Owner: singcl
- License: bsd-3-clause
- Created: 2018-06-15T08:40:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-07T02:02:13.000Z (almost 7 years ago)
- Last Synced: 2025-06-12T23:02:43.527Z (about 1 year ago)
- Topics: dart, dart2
- Language: Dart
- Homepage:
- Size: 10.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
### Dart Learning
https://www.dartlang.org/guides/language/language-tour
### Resource
- [const 与 final 的区别](http://han.guokai.blog.163.com/blog/static/136718271201321911119331/)
### Flutter 项目一直卡在 Initializing gradle...解决方法:
1. 在项目中全局搜索 gradle 找到下面文件:

2. 手动在[gradle 服务官网](http://services.gradle.org/distributions/)下载上面指定的文件。这里是 gradle-4.10.2-all.zip
3. 在用户目录[~] 中定位到下面的目录:

4. 清空目录,将刚刚下载的 zip 文件放在这里。
5. 重新启动 Flutter 项目。
**2019-01-27**
window 上请在 cmd 中使用 pub
**https://dart.dev/**
`dart SDK 2.1.0 -> 2.5.0` 新增了一些破坏性更新。如果代码编译不通过可以检查是否 **Breaking change** 导致