|
1 | 1 | # Flutter-learning
|
2 | 2 |
|
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) |
4 | 4 |
|
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 | + |
6 | 12 |
|
7 | 13 | ----
|
8 | 14 |
|
9 |
| -# 目录结构: |
| 15 | +# Catalog |
10 | 16 |
|
11 |
| -## 一、自己总结的Flutter有关资料 |
| 17 | +## 1、Flutter Resources |
12 | 18 |
|
13 |
| -* #### [Flutter基础全面详解](https://www.jianshu.com/p/2c9867e737a1) |
| 19 | +* #### [Flutter basis](https://www.jianshu.com/p/2c9867e737a1) |
14 | 20 |
|
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) |
16 | 22 |
|
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) |
18 | 24 |
|
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) |
20 | 26 |
|
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) |
22 | 28 |
|
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) |
24 | 30 |
|
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) |
26 | 32 |
|
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) |
28 | 34 |
|
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) |
30 | 36 |
|
31 |
| -## 二、相关示例代码和项目实战 |
| 37 | +## 2、Sample codes and projects |
32 | 38 |
|
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) |
34 | 40 |
|
35 | 41 |
|
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) |
37 | 43 |
|
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) |
39 | 45 |
|
40 |
| -## 三、Flutter相关学习文档 |
| 46 | +## 3、Flutter documents |
41 | 47 |
|
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) |
43 | 49 |
|
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) |
45 | 51 |
|
46 |
| -* #### Flutter和其他平台的对比 |
| 52 | +* #### Comparison of Flutter and other platforms |
47 | 53 |
|
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) |
49 | 55 |
|
50 |
| - * ##### [Flutter和web开发的对比]() |
| 56 | + * ##### [Flutter for Android developers]() |
51 | 57 |
|
52 |
| - * ##### [Flutter和React Native的对比]() |
| 58 | + * ##### [Flutter for React Native developers]() |
53 | 59 |
|
54 |
| -## 四、Flutter、Dart有关网站 |
| 60 | +## 4、Websites for Flutter & Dart |
55 | 61 |
|
56 |
| -#### ★ Flutter有关网站 |
| 62 | +#### ★ About Flutter Websites |
57 | 63 |
|
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. |
59 | 66 |
|
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. |
61 | 69 |
|
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. |
63 | 72 |
|
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. |
65 | 75 |
|
66 |
| -##### :arrow_right: [Flutter Github地址 https://github.com/flutter/flutter](https://github.com/flutter/flutter) |
67 | 76 |
|
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. |
69 | 79 |
|
70 |
| -##### :arrow_right: [开源代码下载库 https://pub.dartlang.org/](https://pub.dartlang.org/) 三方库都可以在这里下载。 |
| 80 | +#### ★ About Dart Websites |
71 | 81 |
|
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`. |
73 | 84 |
|
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. |
75 | 87 |
|
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. |
77 | 90 |
|
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. |
79 | 93 |
|
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. |
81 | 96 |
|
82 |
| ----- |
| 97 | +##### :arrow_right: [DartPad online editor https://dartpad.dartlang.org/](https://dartpad.dartlang.org/) |
| 98 | +Dart language online editor |
83 | 99 |
|
84 |
| -# 赞赏 |
| 100 | +---- |
85 | 101 |
|
86 |
| -如果这个库对您有很大帮助,您愿意支持这个项目的进一步开发和这个项目的持续维护。你可以扫描下面的二维码,让我喝一杯咖啡或啤酒。非常感谢您的捐赠。谢谢! |
| 102 | +# Donation |
87 | 103 |
|
88 |
| - |
| 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! |
89 | 105 |
|
| 106 | + |
90 | 107 |
|
91 | 108 | ----
|
92 | 109 |
|
93 |
| -# 联系我 |
94 |
| - |
95 |
| -> 欢迎关注我的微信:`wei_xing_tian_xia` |
| 110 | +# About me |
96 | 111 |
|
97 |
| -> 我的微信公众号也开通了,欢迎大家关注:`Flutter那些事`,扫码就可以关注了。 |
| 112 | +> Wechat:`wei_xing_tian_xia` |
98 | 113 |
|
99 |
| - |
| 114 | +> Wechat public account :`Flutter那些事` , For further information, please scan the QR code below to follow us. |
100 | 115 |
|
| 116 | + |
101 | 117 |
|
102 | 118 | ----
|
103 | 119 |
|
|
0 commit comments