Skip to content

Commit 746e357

Browse files
update readme
1 parent b1df920 commit 746e357

File tree

2 files changed

+58
-30
lines changed

2 files changed

+58
-30
lines changed

README-CN.md

Lines changed: 35 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Flutter-learning
22

3+
#### README [English](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/README.md)|[中文版请点击这里](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/README-CN.md)
4+
5+
![logo](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/pics/logo.png?raw=true)
6+
7+
38
# 介绍
49

510
> 这个库主要是一些Flutter学习资料,个人总结,项目示例代码。如果你想快速学习Flutter,欢迎查看这个库,对你很有帮助的。喜欢的话就给个`Star`,谢谢。欢迎大家多提意见,帮忙完善这个库。如果有问题,欢迎提issue
@@ -28,6 +33,8 @@
2833

2934
* #### :+1: [Flutter代码模板插件,适用于AS以及IDEA](https://github.com/AweiLoveAndroid/Flutter-learning/tree/master/code_plugins)
3035

36+
----
37+
3138
## 二、相关示例代码和项目实战
3239

3340
* #### [Flutter相关demo示例代码](https://github.com/AweiLoveAndroid/Flutter-learning/tree/master/projects/flutter-demo)
@@ -37,6 +44,8 @@
3744

3845
* #### [自己封装的一个线性渐变工具类FractionalOffsetUtil.dart](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/projects/flutter-demo/util/FractionalOffsetUtil.dart)
3946

47+
----
48+
4049
## 三、Flutter相关学习文档
4150

4251
* #### [Flutter相关译文](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/flutter-learning-doc-resources/Flutter%E7%9B%B8%E5%85%B3%E8%AF%91%E6%96%87.md)
@@ -51,33 +60,46 @@
5160

5261
* ##### [Flutter和React Native的对比]()
5362

63+
----
64+
5465
## 四、Flutter、Dart有关网站
5566

56-
#### Flutter有关网站
67+
### Flutter有关网站
5768

58-
##### :arrow_right: [Flutter官方文档 https://flutter.io/docs/](https://flutter.io/docs/) 官方主页,英文版。
69+
##### :arrow_right: [Flutter官方文档 https://flutter.io/docs/](https://flutter.io/docs/)
70+
官方主页,英文版。
5971

60-
##### :arrow_right: [Flutter中文版 http://doc.flutter-dev.cn/](http://doc.flutter-dev.cn/) 网友自制的中文网,翻译更新的比较快,基本跟官网同步,但是翻译的只有一部分。
72+
##### :arrow_right: [Flutter中文官网 https://flutter-io.cn/](https://flutter-io.cn/)
73+
官方的中文网,最新出来的,资料齐全,视频、博客、文档、最新咨询都有。
6174

62-
##### :arrow_right: [Flutter中文网 https://flutterchina.club/](https://flutterchina.club/) 网友自制的中文网,内容翻译的比较多,但是内容还比较老,还没来得及更新最新内容。
75+
##### :arrow_right: [Flutter中文版 http://doc.flutter-dev.cn/](http://doc.flutter-dev.cn/)
76+
网友自制的中文网,翻译更新的比较快,基本跟官网同步,但是翻译的只有一部分。
6377

64-
##### :arrow_right: [Flutter中文官网 https://flutter-io.cn/](https://flutter-io.cn/) 官方的中文网,最新出来的,资料齐全,视频、博客、文档、最新咨询都有。
78+
##### :arrow_right: [Flutter中文网 https://flutterchina.club/](https://flutterchina.club/)
79+
网友自制的中文网,内容翻译的比较多,但是内容还比较老,还没来得及更新最新内容。
6580

66-
##### :arrow_right: [Flutter Github地址 https://github.com/flutter/flutter](https://github.com/flutter/flutter)
81+
##### :arrow_right: [Flutter Github地址 https://github.com/flutter/flutter](https://github.com/flutter/flutter)
82+
Flutter开源库,上面有源码和示例项目。
6783

68-
#### Dart有关网站
84+
### Dart有关网站
6985

70-
##### :arrow_right: [开源代码下载库 https://pub.dartlang.org/](https://pub.dartlang.org/) 三方库都可以在这里下载。
86+
##### :arrow_right: [开源代码下载库 https://pub.dartlang.org/](https://pub.dartlang.org/)
87+
三方库都可以在这里下载。
7188

72-
##### :arrow_right: [Dart语言官方主页 https://www.dartlang.org/](https://www.dartlang.org/) 官方主页,英文版。
89+
##### :arrow_right: [Dart语言官方主页 https://www.dartlang.org/](https://www.dartlang.org/)
90+
官方主页,英文版。
7391

74-
##### :arrow_right: [国内最大的Dart语言中文社区 http://www.cndartlang.com/](http://www.cndartlang.com/) 这个网站有Flutter和Dart的学习资料,很全面。
92+
##### :arrow_right: [国内最大的Dart语言中文社区 http://www.cndartlang.com/](http://www.cndartlang.com/)
93+
这个网站有Flutter和Dart的学习资料,很全面。
7594

76-
##### :arrow_right: [Dart中文主页 https://www.dart-china.org/](https://www.dart-china.org/) Dart语言中文社区。
95+
##### :arrow_right: [Dart中文主页 https://www.dart-china.org/](https://www.dart-china.org/)
96+
Dart语言中文社区。
7797

78-
##### :arrow_right: [dart-pad Github地址 https://github.com/dart-lang/dart-pad](https://github.com/dart-lang/dart-pad) Dart语言的在线编辑器的源码。
98+
##### :arrow_right: [dart-pad Github地址 https://github.com/dart-lang/dart-pad](https://github.com/dart-lang/dart-pad)
99+
Dart语言的在线编辑器的源码。
79100

80-
##### :arrow_right: [DartPad在线编辑器 https://dartpad.dartlang.org/](https://dartpad.dartlang.org/) Dart语言的在线编辑器
101+
##### :arrow_right: [DartPad在线编辑器 https://dartpad.dartlang.org/](https://dartpad.dartlang.org/)
102+
Dart语言的在线编辑器
81103

82104
----
83105

@@ -87,7 +109,6 @@
87109

88110
![赞赏](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/pics/donation.png?raw=true)
89111

90-
91112
----
92113

93114
# 联系我
@@ -98,7 +119,6 @@
98119
99120
![我的微信公众号](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/pics/%E5%85%AC%E4%BC%97%E5%8F%B7%E4%BA%8C%E7%BB%B4%E7%A0%81.jpg?raw=true)
100121

101-
102122
----
103123

104124
# Licence

README.md

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Flutter-learning
22

3-
README [English](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/README.md)|[中文版请点击这里](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/README-CN.md)
3+
#### README [English](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/README.md)|[中文版请点击这里](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/README-CN.md)
4+
5+
6+
![logo](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/pics/logo.png?raw=true)
47

5-
[logo](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/pics/logo.png?raw=true)
68

79
# Introductions
810

@@ -34,6 +36,8 @@ README [English](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master
3436

3537
* #### :+1: [Flutter code template plugin for Android Studio, IDEA & VSCode](https://github.com/AweiLoveAndroid/Flutter-learning/tree/master/code_plugins)
3638

39+
----
40+
3741
## 2、Sample codes and projects
3842

3943
* #### [Flutter demo codes](https://github.com/AweiLoveAndroid/Flutter-learning/tree/master/projects/flutter-demo)
@@ -43,6 +47,8 @@ README [English](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master
4347

4448
* #### [FractionalOffsetUtil.dart](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/projects/flutter-demo/util/FractionalOffsetUtil.dart)
4549

50+
----
51+
4652
## 3、Flutter documents
4753

4854
* #### [Flutter translations](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/flutter-learning-doc-resources/Flutter%E7%9B%B8%E5%85%B3%E8%AF%91%E6%96%87.md)
@@ -57,45 +63,47 @@ README [English](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master
5763

5864
* ##### [Flutter for React Native developers]()
5965

66+
----
67+
6068
## 4、Websites for Flutter & Dart
6169

62-
#### About Flutter Websites
70+
### About Flutter Websites
6371

6472
##### :arrow_right: [Flutter Website https://flutter.io/docs/](https://flutter.io/docs/)
65-
Official website,English language.
73+
Official website,English language.
6674

6775
##### :arrow_right: [Flutter Chinese official website https://flutter-io.cn/](https://flutter-io.cn/)
68-
It's new, you can find videos,blogs,docs & codelabs in it.It is very comprehensive.
76+
It's new, you can find videos,blogs,docs & codelabs in it.It is very comprehensive.
6977

7078
##### :arrow_right: [Flutter Website for China http://doc.flutter-dev.cn/](http://doc.flutter-dev.cn/)
71-
Chinese websites made by Chinese developers. This website is updated faster, and almost sync with the official website, But the translation is rarely.
79+
Chinese websites made by Chinese developers. This website is updated faster, and almost sync with the official website, But the translation is rarely.
7280

7381
##### :arrow_right: [Flutter Website for China https://flutterchina.club/](https://flutterchina.club/)
74-
Chinese websites made by Chinese developers. This website is updated more slowly, but the translation is very comprehensive.
82+
Chinese websites made by Chinese developers. This website is updated more slowly, but the translation is very comprehensive.
7583

7684

7785
##### :arrow_right: [Flutter Github https://github.com/flutter/flutter(https://github.com/flutter/flutter)
78-
Flutter open source code,you can find sources and samples form github.
86+
Flutter open source code,you can find sources and samples form github.
7987

80-
#### About Dart Websites
88+
### About Dart Websites
8189

8290
##### :arrow_right: [Dart Open source code libraries https://pub.dartlang.org/](https://pub.dartlang.org/)
83-
You can download Dart libraries here.Also You can upload open source library to `https://pub.dartlang.org`.
91+
You can download Dart libraries here.Also You can upload open source library to `https://pub.dartlang.org`.
8492

8593
##### :arrow_right: [Dart website https://www.dartlang.org/](https://www.dartlang.org/)
86-
Official website,English language.
94+
Official website,English language.
8795

8896
##### :arrow_right: [The largest Dart language Chinese community in China http://www.cndartlang.com/](http://www.cndartlang.com/)
89-
The website contains a lot of learning materials for Flutter and Dart.
97+
The website contains a lot of learning materials for Flutter and Dart.
9098

9199
##### :arrow_right: [Dart website for China https://www.dart-china.org/](https://www.dart-china.org/)
92-
Dart language Chinese community.,it's another website for dart.
100+
Dart language Chinese community.,it's another website for dart.
93101

94102
##### :arrow_right: [dart-pad Github https://github.com/dart-lang/dart-pad](https://github.com/dart-lang/dart-pad)
95-
Source code for the online editor for the Dart language.
103+
Source code for the online editor for the Dart language.
96104

97105
##### :arrow_right: [DartPad online editor https://dartpad.dartlang.org/](https://dartpad.dartlang.org/)
98-
Dart language online editor
106+
Dart language online editor
99107

100108
----
101109

0 commit comments

Comments
 (0)