Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 258bb29

Browse files
Update README-EN.md
1 parent f866f10 commit 258bb29

File tree

1 file changed

+28
-22
lines changed

1 file changed

+28
-22
lines changed

‎README-EN.md

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

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

5+
#### [中文版文档](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/README.md) | [English Docs](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/README-EN.md)
56

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

89

910
# Introductions
1011

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+
> 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 issues.
1213
1314
![](https://img.shields.io/badge/platform-android-lightgreen.svg)![](https://img.shields.io/badge/platform-ios-lightgreen.svg)
1415

@@ -18,42 +19,46 @@
1819

1920
## 1、Flutter Resources
2021

22+
* #### :fire: [Common libraries for Flutter(Everything you want is here)](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)
23+
2124
* #### [Flutter basis](https://www.jianshu.com/p/2c9867e737a1)
2225

2326
* #### [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)
2427

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)
28+
29+
* #### :+1: [Flutter code template plugin for Android Studio, IDEA & VSCode](https://github.com/AweiLoveAndroid/Flutter-learning/tree/master/code_plugins)
2630

2731
* #### [Dart languages](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/readme/Dart%E8%AF%AD%E6%B3%95.md)
2832

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)
33+
* #### [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)
3034

3135
* #### [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)
3236

3337
* #### [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)
3438

3539
* #### [Flutter Chinese Website, written by me(Imitate flutter.io)](https://github.com/AweiLoveAndroid/FlutterWebsiteCN_Mine)
3640

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

43+
4144
## 2、Sample codes and projects
4245

46+
4347
* #### [Flutter demo codes](https://github.com/AweiLoveAndroid/Flutter-learning/tree/master/projects/flutter-demo)
4448

4549

4650
* #### [Dart grammar codes](https://github.com/AweiLoveAndroid/Flutter-learning/tree/master/projects/dart_demo/test)
4751

48-
* #### [FractionalOffsetUtil.dart](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/projects/flutter-demo/util/FractionalOffsetUtil.dart)
52+
* #### [Tools -- FractionalOffsetUtil.dart](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/projects/flutter-demo/util/FractionalOffsetUtil.dart)
4953

5054
----
5155

56+
5257
## 3、Flutter documents
5358

54-
* #### [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)
59+
* #### [Flutter translation](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)
5560

56-
* #### [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)
61+
* #### [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)
5762

5863
* #### Comparison of Flutter and other platforms
5964

@@ -65,38 +70,37 @@
6570

6671
----
6772

73+
6874
## 4、Websites for Flutter & Dart
6975

7076
### ★ About Flutter Websites
7177

72-
##### :arrow_right: [Flutter Website https://flutter.io/docs/](https://flutter.io/docs/)
78+
##### :arrow_right: [Flutter Website https://flutter.dev/docs/](https://flutter.dev/docs/)
7379
Official website,English language.
7480

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

78-
##### :arrow_right: [Flutter Website for China https://www.flutter123.com/](https://www.flutter123.com/)
79-
Chinese websites made by me. This website is updated faster, and almost sync with the official website.
80-
81-
##### :arrow_right: [Flutter Website for China https://www.flutter123.cn](https://www.flutter123.cn/)
82-
Chinese websites made by me. This website is updated faster, and almost sync with the official website.
8384

85+
##### :arrow_right: [http://www.flutterj.com/](http://www.flutterj.com/)
86+
Flutter website for develops.
8487

85-
##### :arrow_right: [Flutter Github https://github.com/flutter/flutter(https://github.com/flutter/flutter)
88+
##### :arrow_right: [Flutter Github : https://github.com/flutter/flutter(https://github.com/flutter/flutter)
8689
Flutter open source code,you can find sources and samples form github.
8790

8891
### ★ About Dart Websites
8992

90-
##### :arrow_right: [Dart Open source code librarieshttps://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`.
93+
##### :arrow_right: Dart Open source code libraries: [https://pub.dev](https://pub.dev)
94+
You can download Dart libraries here.Also You can upload open source library to `https://pub.dev`.
9295

93-
##### :arrow_right: [Dart website https://www.dartlang.org/](https://www.dartlang.org/)
96+
97+
##### :arrow_right: Dart website: [https://dart.dev](https://dart.dev)
9498
Official website,English language.
9599

96-
##### :arrow_right: [dart-pad Github https://github.com/dart-lang/dart-pad](https://github.com/dart-lang/dart-pad)
100+
##### :arrow_right: dart-pad Github: [https://github.com/dart-lang/dart-pad](https://github.com/dart-lang/dart-pad)
97101
Source code for the online editor for the Dart language.
98102

99-
##### :arrow_right: [DartPad online editor https://dartpad.dartlang.org/](https://dartpad.dartlang.org/)
103+
##### :arrow_right: DartPad online editor: [https://dartpad.dartlang.org/](https://dartpad.dartlang.org/)
100104
Dart language online editor
101105

102106
----
@@ -109,9 +113,10 @@
109113

110114
----
111115

116+
112117
# About me
113118

114-
### くろまる 微信:
119+
### くろまる Wechat:
115120

116121
> Search `wei_xing_tian_xia` and add me.
117122
@@ -121,6 +126,7 @@ Search `Flutter那些事` and follow me. For further information, please scan th
121126

122127
![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)
123128

129+
124130
----
125131

126132
# Licence

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /