Skip to content

Commit 181e5ec

Browse files
update
1 parent 0295520 commit 181e5ec

File tree

3 files changed

+225
-200
lines changed

3 files changed

+225
-200
lines changed

README-CN.md

Lines changed: 0 additions & 140 deletions
This file was deleted.

README-EN.md

Lines changed: 148 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,148 @@
1+
# Flutter-learning
2+
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)
7+
8+
9+
# Introductions
10+
11+
> 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.
12+
13+
![](https://img.shields.io/badge/platform-android-lightgreen.svg)![](https://img.shields.io/badge/platform-ios-lightgreen.svg)
14+
15+
----
16+
17+
# Catalog
18+
19+
## 1、Flutter Resources
20+
21+
* #### [Flutter basis](https://www.jianshu.com/p/2c9867e737a1)
22+
23+
* #### [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)
24+
25+
* #### [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)
26+
27+
* #### [Dart languages](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/readme/Dart%E8%AF%AD%E6%B3%95.md)
28+
29+
* #### [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)
30+
31+
* #### [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)
32+
33+
* #### [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)
34+
35+
* #### [Flutter Chinese Website, written by me(Imitate flutter.io)](https://github.com/AweiLoveAndroid/FlutterWebsiteCN_Mine)
36+
37+
* #### :+1: [Flutter code template plugin for Android Studio, IDEA & VSCode](https://github.com/AweiLoveAndroid/Flutter-learning/tree/master/code_plugins)
38+
39+
----
40+
41+
## 2、Sample codes and projects
42+
43+
* #### [Flutter demo codes](https://github.com/AweiLoveAndroid/Flutter-learning/tree/master/projects/flutter-demo)
44+
45+
46+
* #### [Dart grammar codes](https://github.com/AweiLoveAndroid/Flutter-learning/tree/master/projects/dart_demo/test)
47+
48+
* #### [FractionalOffsetUtil.dart](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/projects/flutter-demo/util/FractionalOffsetUtil.dart)
49+
50+
----
51+
52+
## 3、Flutter documents
53+
54+
* #### [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)
55+
56+
* #### [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)
57+
58+
* #### Comparison of Flutter and other platforms
59+
60+
* ##### [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)
61+
62+
* ##### [Flutter for Android developers]()
63+
64+
* ##### [Flutter for React Native developers]()
65+
66+
----
67+
68+
## 4、Websites for Flutter & Dart
69+
70+
### ★ About Flutter Websites
71+
72+
##### :arrow_right: [Flutter Website https://flutter.io/docs/](https://flutter.io/docs/)
73+
Official website,English language.
74+
75+
##### :arrow_right: [Flutter Chinese official website https://flutter-io.cn/](https://flutter-io.cn/)
76+
It's new, you can find videos,blogs,docs & codelabs in it.It is very comprehensive.
77+
78+
##### :arrow_right: [Flutter Website for China http://doc.flutter-dev.cn/](http://doc.flutter-dev.cn/)
79+
Chinese websites made by Chinese developers. This website is updated faster, and almost sync with the official website, But the translation is rarely.
80+
81+
##### :arrow_right: [Flutter Website for China https://flutterchina.club/](https://flutterchina.club/)
82+
Chinese websites made by Chinese developers. This website is updated more slowly, but the translation is very comprehensive.
83+
84+
85+
##### :arrow_right: [Flutter Github https://github.com/flutter/flutter(https://github.com/flutter/flutter)
86+
Flutter open source code,you can find sources and samples form github.
87+
88+
### ★ About Dart Websites
89+
90+
##### :arrow_right: [Dart Open source code libraries https://pub.dartlang.org/](https://pub.dartlang.org/)
91+
You can download Dart libraries here.Also You can upload open source library to `https://pub.dartlang.org`.
92+
93+
##### :arrow_right: [Dart website https://www.dartlang.org/](https://www.dartlang.org/)
94+
Official website,English language.
95+
96+
##### :arrow_right: [The largest Dart language Chinese community in China http://www.cndartlang.com/](http://www.cndartlang.com/)
97+
The website contains a lot of learning materials for Flutter and Dart.
98+
99+
##### :arrow_right: [Dart website for China https://www.dart-china.org/](https://www.dart-china.org/)
100+
Dart language Chinese community.,it's another website for dart.
101+
102+
##### :arrow_right: [dart-pad Github https://github.com/dart-lang/dart-pad](https://github.com/dart-lang/dart-pad)
103+
Source code for the online editor for the Dart language.
104+
105+
##### :arrow_right: [DartPad online editor https://dartpad.dartlang.org/](https://dartpad.dartlang.org/)
106+
Dart language online editor
107+
108+
----
109+
110+
# Donation
111+
112+
> 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!
113+
114+
![donation](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/pics/donation.png?raw=true)
115+
116+
----
117+
118+
# About me
119+
120+
### ● 微信:
121+
122+
> Search `wei_xing_tian_xia` and add me.
123+
124+
### ● Wechat public account :
125+
126+
Search `Flutter那些事` and follow me. For further information, please scan the QR code below to follow us.
127+
128+
![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)
129+
130+
----
131+
132+
# Licence
133+
134+
```
135+
Copyright 2018,AWeiLoveAndroid,阿韦
136+
137+
Licensed under the Apache License, Version 2.0 (the "License");
138+
you may not use this file except in compliance with the License.
139+
You may obtain a copy of the License at
140+
141+
http://www.apache.org/licenses/LICENSE-2.0
142+
143+
Unless required by applicable law or agreed to in writing, software
144+
distributed under the License is distributed on an "AS IS" BASIS,
145+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
146+
See the License for the specific language governing permissions and
147+
limitations under the License.
148+
```

0 commit comments

Comments
 (0)