Skip to content

iChenLei/effective-dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Style Guide💅 Usage Guide🔖 Documentation Guide📃 Design Guide💎

What is the project ?

	// dart language 
	void main() {
		Map repo = new Map()
		  ..addAll({'name':'Effective Dart 中文版'})
		  ..addAll({'author':'雷仔'})
                  ..allAll({'lang':'中文'})
		  ..adddAll({'status':'work in progress'});
		print(repo);
	}

Table of contents

🔥 Effective Dart: Style 🔥

  1. 标识符命名
  2. 代码顺序
  3. 格式化

Effective Dart: Usage

Effective Dart: Documentation

Effective Dart: Design

WIP (work in progress)

Find a job?(:office: : Shanghai,China):point_down:

上海寻梦科技(拼多多) 高速上升期,招聘算法-前端-客户端-Java开发-Python开发-Golang开发等 如果你正在寻找合适的工作,内推请联系我投递简历(E-Mail: eXVubGVpQHBpbmR1b2R1by5jb20=)

License

MIT

Copyright (c) 2018-present, @iChenLei

About

The chinese version dartlang guide for you, include style doc usage and design

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published