Skip to content

Commit e3f666a

Browse files
update
1 parent 4e6827a commit e3f666a

File tree

12 files changed

+34
-843
lines changed

12 files changed

+34
-843
lines changed

README.md

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Flutter-learning
22

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

5-
目录结构:
7+
----
8+
9+
# 目录结构:
610

711
## 一、自己总结的Flutter有关资料
812

@@ -13,15 +17,13 @@
1317
* #### [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)
1418
* #### [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)
1519

16-
----
1720

1821
## 二、相关示例代码和项目实战
1922

2023
* #### [相关示例代码](https://github.com/AweiLoveAndroid/Flutter-learning/tree/master/projects)
2124

2225
* #### [自己封装的一个工具类FractionalOffsetUtil.dart](https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/projects/util/FractionalOffsetUtil.dart)
2326

24-
----
2527

2628
## 三、Flutter相关学习文档
2729

@@ -30,3 +32,32 @@
3032
* #### [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)
3133

3234
* #### [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)
35+
36+
----
37+
38+
# 赞赏
39+
40+
如果这个库对您有很大帮助,您愿意支持这个项目的进一步开发和这个项目的持续维护。你可以扫描下面的二维码,让我喝一杯咖啡或啤酒。非常感谢您的捐赠。谢谢!
41+
42+
![赞赏](https://github.com/AweiLoveAndroid/Flutter-learning/tree/master/pics/donation.png?raw=true)
43+
44+
45+
----
46+
47+
# Licence
48+
49+
```
50+
Copyright 2018,AWeiLoveAndroid,阿韦
51+
52+
Licensed under the Apache License, Version 2.0 (the "License");
53+
you may not use this file except in compliance with the License.
54+
You may obtain a copy of the License at
55+
56+
http://www.apache.org/licenses/LICENSE-2.0
57+
58+
Unless required by applicable law or agreed to in writing, software
59+
distributed under the License is distributed on an "AS IS" BASIS,
60+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
61+
See the License for the specific language governing permissions and
62+
limitations under the License.
63+
```

pics/donation.png

153 KB
Loading

pics/线性渐变封装图示.png

-920 Bytes
Loading

projects/.idea/codeStyles/Project.xml

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

projects/.idea/libraries/Dart_Packages.xml

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

projects/.idea/libraries/Dart_SDK.xml

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

projects/.idea/libraries/Flutter_Plugins.xml

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

projects/.idea/libraries/Flutter_for_Android.xml

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

projects/.idea/misc.xml

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

projects/.idea/modules.xml

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

projects/.idea/runConfigurations/main_dart.xml

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

0 commit comments

Comments
 (0)