Skip to content

Commit 928d728

Browse files
committed
readme
1 parent a0606e7 commit 928d728

File tree

4 files changed

+17
-1
lines changed

4 files changed

+17
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* ### [Flutter 完整开发实战详解(五、深入探索)](https://juejin.im/post/5bc450dff265da0a951f032b )
4141
* ### [Flutter 完整开发实战详解(六、 深入Widget原理)](https://juejin.im/post/5c7e853151882549664b0543 )
4242
* ### [Flutter 完整开发实战详解(七、 深入布局原理)](https://juejin.im/post/5c8c6ef7e51d450ba7233f51 )
43-
43+
* ### [Flutter 完整开发实战详解(八、 实用技巧与填坑)](https://juejin.im/post/5c9e328251882567b91e1cfb)
4444

4545

4646
[![GitHub stars](https://img.shields.io/github/stars/CarGuo/GSYGithubAppFlutter.svg)](https://github.com/CarGuo/GSYGithubAppFlutter/stargazers)

README_EN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ With the use and feedback of the project, will user experience and function opti
2727
* ### [Flutter 完整开发实战详解(五、深入探索)](https://juejin.im/post/5bc450dff265da0a951f032b )
2828
* ### [Flutter 完整开发实战详解(六、 深入Widget原理)](https://juejin.im/post/5c7e853151882549664b0543 )
2929
* ### [Flutter 完整开发实战详解(七、 深入布局原理)](https://juejin.im/post/5c8c6ef7e51d450ba7233f51 )
30+
* ### [Flutter 完整开发实战详解(八、 实用技巧与填坑)](https://juejin.im/post/5c9e328251882567b91e1cfb)
3031

3132

3233

pubspec.lock

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ packages:
1515
url: "https://pub.flutter-io.cn"
1616
source: hosted
1717
version: "0.35.3"
18+
android_intent:
19+
dependency: "direct main"
20+
description:
21+
name: android_intent
22+
url: "https://pub.flutter-io.cn"
23+
source: hosted
24+
version: "0.3.0+1"
1825
args:
1926
dependency: transitive
2027
description:
@@ -459,6 +466,13 @@ packages:
459466
url: "https://pub.flutter-io.cn"
460467
source: hosted
461468
version: "0.2.1"
469+
platform:
470+
dependency: transitive
471+
description:
472+
name: platform
473+
url: "https://pub.flutter-io.cn"
474+
source: hosted
475+
version: "2.2.0"
462476
plugin:
463477
dependency: transitive
464478
description:

pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ dependencies:
3535
scoped_model: ^1.0.1
3636
package_info: ^0.4.0+1
3737
rxdart: ^0.21.0
38+
android_intent: ^0.3.0
3839

3940
dev_dependencies:
4041
build_runner: ^1.2.8

0 commit comments

Comments
 (0)