Skip to content

Commit b1df920

Browse files
update readme
1 parent 03ede2f commit b1df920

File tree

3 files changed

+183
-47
lines changed

3 files changed

+183
-47
lines changed

README-CN.md

Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
# Flutter-learning
2+
3+
# 介绍
4+
5+
> 这个库主要是一些Flutter学习资料,个人总结,项目示例代码。如果你想快速学习Flutter,欢迎查看这个库,对你很有帮助的。喜欢的话就给个`Star`,谢谢。欢迎大家多提意见,帮忙完善这个库。如果有问题,欢迎提issue
6+
7+
----
8+
9+
# 目录结构:
10+
11+
## 一、自己总结的Flutter有关资料
12+
13+
* #### [Flutter基础全面详解](https://www.jianshu.com/p/2c9867e737a1)
14+
15+
* #### [Flutter从配置安装到填坑指南详解](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/readme/Flutter%E4%BB%8E%E9%85%8D%E7%BD%AE%E5%AE%89%E8%A3%85%E5%88%B0%E5%A1%AB%E5%9D%91%E6%8C%87%E5%8D%97%E8%AF%A6%E8%A7%A3.md)
16+
17+
* #### [Flutter和原生Android控件对比](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/readme/Flutter%E5%92%8C%E5%8E%9F%E7%94%9FAndroid%E6%8E%A7%E4%BB%B6%E5%AF%B9%E6%AF%94.md)
18+
19+
* #### [Dart语法](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/readme/Dart%E8%AF%AD%E6%B3%95.md)
20+
21+
* #### [Flutter的需要与原生交互的一些常用库](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/readme/Flutter%E7%9A%84%E9%9C%80%E8%A6%81%E4%B8%8E%E5%8E%9F%E7%94%9F%E4%BA%A4%E4%BA%92%E7%9A%84%E4%B8%80%E4%BA%9B%E5%B8%B8%E7%94%A8%E5%BA%93.md)
22+
23+
* #### [Flutter和react native的对比](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/readme/Flutter%E5%92%8Creact%20native%E7%9A%84%E5%AF%B9%E6%AF%94.md)
24+
25+
* #### [yarn,nodejs,npm,Flutter有关命令](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/readme/yarn%EF%BC%8Cnodejs%EF%BC%8Cnpm%EF%BC%8CFlutter%E6%9C%89%E5%85%B3%E5%91%BD%E4%BB%A4.md)
26+
27+
* #### [我模仿Flutter中文官网写的一个本地的html页面,同时将官网的一些**未翻译的英文**页面**翻译**成了中文。](https://github.com/AweiLoveAndroid/FlutterWebsiteCN_Mine)
28+
29+
* #### :+1: [Flutter代码模板插件,适用于AS以及IDEA](https://github.com/AweiLoveAndroid/Flutter-learning/tree/master/code_plugins)
30+
31+
## 二、相关示例代码和项目实战
32+
33+
* #### [Flutter相关demo示例代码](https://github.com/AweiLoveAndroid/Flutter-learning/tree/master/projects/flutter-demo)
34+
35+
36+
* #### [Dart语法详解相关示例代码](https://github.com/AweiLoveAndroid/Flutter-learning/tree/master/projects/dart_demo/test)
37+
38+
* #### [自己封装的一个线性渐变工具类FractionalOffsetUtil.dart](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/projects/flutter-demo/util/FractionalOffsetUtil.dart)
39+
40+
## 三、Flutter相关学习文档
41+
42+
* #### [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)
43+
44+
* #### [Flutter有关博客详解](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/flutter-learning-doc-resources/Flutter%E6%9C%89%E5%85%B3%E5%8D%9A%E5%AE%A2%E8%AE%B2%E8%A7%A3.md)
45+
46+
* #### Flutter和其他平台的对比
47+
48+
* ##### [Android开发者快速上手Flutter参考知识点](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/flutter-learning-doc-resources/%E5%AE%98%E6%96%B9%E6%96%87%E6%A1%A3%E8%AF%91%E6%96%87/Android%E5%BC%80%E5%8F%91%E8%80%85%E5%8F%82%E8%80%83.md)
49+
50+
* ##### [Flutter和web开发的对比]()
51+
52+
* ##### [Flutter和React Native的对比]()
53+
54+
## 四、Flutter、Dart有关网站
55+
56+
#### ★ Flutter有关网站
57+
58+
##### :arrow_right: [Flutter官方文档 https://flutter.io/docs/](https://flutter.io/docs/) 官方主页,英文版。
59+
60+
##### :arrow_right: [Flutter中文版 http://doc.flutter-dev.cn/](http://doc.flutter-dev.cn/) 网友自制的中文网,翻译更新的比较快,基本跟官网同步,但是翻译的只有一部分。
61+
62+
##### :arrow_right: [Flutter中文网 https://flutterchina.club/](https://flutterchina.club/) 网友自制的中文网,内容翻译的比较多,但是内容还比较老,还没来得及更新最新内容。
63+
64+
##### :arrow_right: [Flutter中文官网 https://flutter-io.cn/](https://flutter-io.cn/) 官方的中文网,最新出来的,资料齐全,视频、博客、文档、最新咨询都有。
65+
66+
##### :arrow_right: [Flutter Github地址 https://github.com/flutter/flutter](https://github.com/flutter/flutter)
67+
68+
#### ★ Dart有关网站
69+
70+
##### :arrow_right: [开源代码下载库 https://pub.dartlang.org/](https://pub.dartlang.org/) 三方库都可以在这里下载。
71+
72+
##### :arrow_right: [Dart语言官方主页 https://www.dartlang.org/](https://www.dartlang.org/) 官方主页,英文版。
73+
74+
##### :arrow_right: [国内最大的Dart语言中文社区 http://www.cndartlang.com/](http://www.cndartlang.com/) 这个网站有Flutter和Dart的学习资料,很全面。
75+
76+
##### :arrow_right: [Dart中文主页 https://www.dart-china.org/](https://www.dart-china.org/) Dart语言中文社区。
77+
78+
##### :arrow_right: [dart-pad Github地址 https://github.com/dart-lang/dart-pad](https://github.com/dart-lang/dart-pad) Dart语言的在线编辑器的源码。
79+
80+
##### :arrow_right: [DartPad在线编辑器 https://dartpad.dartlang.org/](https://dartpad.dartlang.org/) Dart语言的在线编辑器
81+
82+
----
83+
84+
# 赞赏
85+
86+
如果这个库对您有很大帮助,您愿意支持这个项目的进一步开发和这个项目的持续维护。你可以扫描下面的二维码,让我喝一杯咖啡或啤酒。非常感谢您的捐赠。谢谢!
87+
88+
![赞赏](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/pics/donation.png?raw=true)
89+
90+
91+
----
92+
93+
# 联系我
94+
95+
> 欢迎关注我的微信:`wei_xing_tian_xia`
96+
97+
> 我的微信公众号也开通了,欢迎大家关注:`Flutter那些事`,扫码就可以关注了。
98+
99+
![我的微信公众号](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)
100+
101+
102+
----
103+
104+
# Licence
105+
106+
```
107+
Copyright 2018,AWeiLoveAndroid,阿韦
108+
109+
Licensed under the Apache License, Version 2.0 (the "License");
110+
you may not use this file except in compliance with the License.
111+
You may obtain a copy of the License at
112+
113+
http://www.apache.org/licenses/LICENSE-2.0
114+
115+
Unless required by applicable law or agreed to in writing, software
116+
distributed under the License is distributed on an "AS IS" BASIS,
117+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
118+
See the License for the specific language governing permissions and
119+
limitations under the License.
120+
```

README.md

Lines changed: 63 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,103 +1,119 @@
11
# Flutter-learning
22

3-
# 介绍
3+
README [English](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/README.md)|[中文版请点击这里](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/README-CN.md)
44

5-
> 这个库主要是一些Flutter学习资料,个人总结,项目示例代码。如果你想快速学习Flutter,欢迎查看这个库,对你很有帮助的。喜欢的话就给个`Star`,谢谢。欢迎大家多提意见,帮忙完善这个库。如果有问题,欢迎提issue
5+
[logo](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/pics/logo.png?raw=true)
6+
7+
# Introductions
8+
9+
> This library is a collection of Flutter learning resources , summaries, and sample codes. If you want to learn Flutter quickly, check out this library, because this library is very helpful for you. If you like, you can give a `star`.Thank you! Welcome to comment and help improve this library. If you have any questions, please pull issue.
10+
11+
![](https://img.shields.io/badge/platform-android-lightgreen.svg)![](https://img.shields.io/badge/platform-ios-lightgreen.svg)
612

713
----
814

9-
# 目录结构:
15+
# Catalog
1016

11-
## 一、自己总结的Flutter有关资料
17+
## 1、Flutter Resources
1218

13-
* #### [Flutter基础全面详解](https://www.jianshu.com/p/2c9867e737a1)
19+
* #### [Flutter basis](https://www.jianshu.com/p/2c9867e737a1)
1420

15-
* #### [Flutter从配置安装到填坑指南详解](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/readme/Flutter%E4%BB%8E%E9%85%8D%E7%BD%AE%E5%AE%89%E8%A3%85%E5%88%B0%E5%A1%AB%E5%9D%91%E6%8C%87%E5%8D%97%E8%AF%A6%E8%A7%A3.md)
21+
* #### [Flutter tools,install and wtf problems](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/readme/Flutter%E4%BB%8E%E9%85%8D%E7%BD%AE%E5%AE%89%E8%A3%85%E5%88%B0%E5%A1%AB%E5%9D%91%E6%8C%87%E5%8D%97%E8%AF%A6%E8%A7%A3.md)
1622

17-
* #### [Flutter和原生Android控件对比](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/readme/Flutter%E5%92%8C%E5%8E%9F%E7%94%9FAndroid%E6%8E%A7%E4%BB%B6%E5%AF%B9%E6%AF%94.md)
23+
* #### [Flutter widgets VS Android widgets](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/readme/Flutter%E5%92%8C%E5%8E%9F%E7%94%9FAndroid%E6%8E%A7%E4%BB%B6%E5%AF%B9%E6%AF%94.md)
1824

19-
* #### [Dart语法](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/readme/Dart%E8%AF%AD%E6%B3%95.md)
25+
* #### [Dart languages](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/readme/Dart%E8%AF%AD%E6%B3%95.md)
2026

21-
* #### [Flutter的需要与原生交互的一些常用库](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/readme/Flutter%E7%9A%84%E9%9C%80%E8%A6%81%E4%B8%8E%E5%8E%9F%E7%94%9F%E4%BA%A4%E4%BA%92%E7%9A%84%E4%B8%80%E4%BA%9B%E5%B8%B8%E7%94%A8%E5%BA%93.md)
27+
* #### [Widely used libraries in Flutter](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/readme/Flutter%E7%9A%84%E9%9C%80%E8%A6%81%E4%B8%8E%E5%8E%9F%E7%94%9F%E4%BA%A4%E4%BA%92%E7%9A%84%E4%B8%80%E4%BA%9B%E5%B8%B8%E7%94%A8%E5%BA%93.md)
2228

23-
* #### [Flutter和react native的对比](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/readme/Flutter%E5%92%8Creact%20native%E7%9A%84%E5%AF%B9%E6%AF%94.md)
29+
* #### [Flutter widgets VS react native widgets](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/readme/Flutter%E5%92%8Creact%20native%E7%9A%84%E5%AF%B9%E6%AF%94.md)
2430

25-
* #### [yarn,nodejs,npm,Flutter有关命令](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/readme/yarn%EF%BC%8Cnodejs%EF%BC%8Cnpm%EF%BC%8CFlutter%E6%9C%89%E5%85%B3%E5%91%BD%E4%BB%A4.md)
31+
* #### [Commands of yarn,nodejs,npm & Flutter](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/readme/yarn%EF%BC%8Cnodejs%EF%BC%8Cnpm%EF%BC%8CFlutter%E6%9C%89%E5%85%B3%E5%91%BD%E4%BB%A4.md)
2632

27-
* #### [我模仿Flutter中文官网写的一个本地的html页面,同时将官网的一些**未翻译的英文**页面**翻译**成了中文。](https://github.com/AweiLoveAndroid/FlutterWebsiteCN_Mine)
33+
* #### [Flutter Chinese Website, written by me(Imitate flutter.io)](https://github.com/AweiLoveAndroid/FlutterWebsiteCN_Mine)
2834

29-
* #### :+1: [Flutter代码模板插件,适用于AS以及IDEA](https://github.com/AweiLoveAndroid/Flutter-learning/tree/master/code_plugins)
35+
* #### :+1: [Flutter code template plugin for Android Studio, IDEA & VSCode](https://github.com/AweiLoveAndroid/Flutter-learning/tree/master/code_plugins)
3036

31-
## 二、相关示例代码和项目实战
37+
## 2、Sample codes and projects
3238

33-
* #### [Flutter相关demo示例代码](https://github.com/AweiLoveAndroid/Flutter-learning/tree/master/projects/flutter-demo)
39+
* #### [Flutter demo codes](https://github.com/AweiLoveAndroid/Flutter-learning/tree/master/projects/flutter-demo)
3440

3541

36-
* #### [Dart语法详解相关示例代码](https://github.com/AweiLoveAndroid/Flutter-learning/tree/master/projects/dart_demo/test)
42+
* #### [Dart grammar codes](https://github.com/AweiLoveAndroid/Flutter-learning/tree/master/projects/dart_demo/test)
3743

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

40-
## 三、Flutter相关学习文档
46+
## 3、Flutter documents
4147

42-
* #### [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)
48+
* #### [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)
4349

44-
* #### [Flutter有关博客详解](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/flutter-learning-doc-resources/Flutter%E6%9C%89%E5%85%B3%E5%8D%9A%E5%AE%A2%E8%AE%B2%E8%A7%A3.md)
50+
* #### [Flutter blogs](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/flutter-learning-doc-resources/Flutter%E6%9C%89%E5%85%B3%E5%8D%9A%E5%AE%A2%E8%AE%B2%E8%A7%A3.md)
4551

46-
* #### Flutter和其他平台的对比
52+
* #### Comparison of Flutter and other platforms
4753

48-
* ##### [Android开发者快速上手Flutter参考知识点](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/flutter-learning-doc-resources/%E5%AE%98%E6%96%B9%E6%96%87%E6%A1%A3%E8%AF%91%E6%96%87/Android%E5%BC%80%E5%8F%91%E8%80%85%E5%8F%82%E8%80%83.md)
54+
* ##### [Flutter for Android developers](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/flutter-learning-doc-resources/%E5%AE%98%E6%96%B9%E6%96%87%E6%A1%A3%E8%AF%91%E6%96%87/Android%E5%BC%80%E5%8F%91%E8%80%85%E5%8F%82%E8%80%83.md)
4955

50-
* ##### [Flutter和web开发的对比]()
56+
* ##### [Flutter for Android developers]()
5157

52-
* ##### [Flutter和React Native的对比]()
58+
* ##### [Flutter for React Native developers]()
5359

54-
## 四、Flutter、Dart有关网站
60+
## 4、Websites for Flutter & Dart
5561

56-
#### Flutter有关网站
62+
#### About Flutter Websites
5763

58-
##### :arrow_right: [Flutter官方文档 https://flutter.io/docs/](https://flutter.io/docs/) 官方主页,英文版。
64+
##### :arrow_right: [Flutter Website https://flutter.io/docs/](https://flutter.io/docs/)
65+
Official website,English language.
5966

60-
##### :arrow_right: [Flutter中文版 http://doc.flutter-dev.cn/](http://doc.flutter-dev.cn/) 网友自制的中文网,翻译更新的比较快,基本跟官网同步,但是翻译的只有一部分。
67+
##### :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.
6169

62-
##### :arrow_right: [Flutter中文网 https://flutterchina.club/](https://flutterchina.club/) 网友自制的中文网,内容翻译的比较多,但是内容还比较老,还没来得及更新最新内容。
70+
##### :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.
6372

64-
##### :arrow_right: [Flutter中文官网 https://flutter-io.cn/](https://flutter-io.cn/) 官方的中文网,最新出来的,资料齐全,视频、博客、文档、最新咨询都有。
73+
##### :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.
6575

66-
##### :arrow_right: [Flutter Github地址 https://github.com/flutter/flutter](https://github.com/flutter/flutter)
6776

68-
#### ★ Dart有关网站
77+
##### :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.
6979

70-
##### :arrow_right: [开源代码下载库 https://pub.dartlang.org/](https://pub.dartlang.org/) 三方库都可以在这里下载。
80+
#### ★ About Dart Websites
7181

72-
##### :arrow_right: [Dart语言官方主页 https://www.dartlang.org/](https://www.dartlang.org/) 官方主页,英文版。
82+
##### :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`.
7384

74-
##### :arrow_right: [国内最大的Dart语言中文社区 http://www.cndartlang.com/](http://www.cndartlang.com/) 这个网站有Flutter和Dart的学习资料,很全面。
85+
##### :arrow_right: [Dart website https://www.dartlang.org/](https://www.dartlang.org/)
86+
Official website,English language.
7587

76-
##### :arrow_right: [Dart中文主页 https://www.dart-china.org/](https://www.dart-china.org/) Dart语言中文社区。
88+
##### :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.
7790

78-
##### :arrow_right: [dart-pad Github地址 https://github.com/dart-lang/dart-pad](https://github.com/dart-lang/dart-pad) Dart语言的在线编辑器的源码。
91+
##### :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.
7993

80-
##### :arrow_right: [DartPad在线编辑器 https://dartpad.dartlang.org/](https://dartpad.dartlang.org/) Dart语言的在线编辑器
94+
##### :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.
8196

82-
----
97+
##### :arrow_right: [DartPad online editor https://dartpad.dartlang.org/](https://dartpad.dartlang.org/)
98+
Dart language online editor
8399

84-
# 赞赏
100+
----
85101

86-
如果这个库对您有很大帮助,您愿意支持这个项目的进一步开发和这个项目的持续维护。你可以扫描下面的二维码,让我喝一杯咖啡或啤酒。非常感谢您的捐赠。谢谢!
102+
# Donation
87103

88-
![赞赏](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/pics/donation.png?raw=true)
104+
> If this library is very helpful to you, you are willing to support the further development of this project and the continuous maintenance of this project. You can scan the following QR code, let me have a cup of coffee or beer. Thank you very much for your donation. Thank you!
89105
106+
![donation](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/pics/donation.png?raw=true)
90107

91108
----
92109

93-
# 联系我
94-
95-
> 欢迎关注我的微信:`wei_xing_tian_xia`
110+
# About me
96111

97-
> 我的微信公众号也开通了,欢迎大家关注:`Flutter那些事`,扫码就可以关注了。
112+
> Wechat:`wei_xing_tian_xia`
98113
99-
![我的微信公众号](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)
114+
> Wechat public account :`Flutter那些事` , For further information, please scan the QR code below to follow us.
100115
116+
![Wechat public account](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)
101117

102118
----
103119

pics/logo.png

52.1 KB
Loading

0 commit comments

Comments
 (0)