We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94be7a5 commit 34686f7Copy full SHA for 34686f7
readme/Flutter的需要与原生交互的一些常用库.md
@@ -2,6 +2,7 @@
2
3
【说明】由于这些库一直在更新,请自己选择合适的稳定版本下载。
4
5
+
6
----
7
8
## 谷歌官方的针对Dart语言的一些实用性的功能以及扩展的库 -- Quiver
@@ -19,6 +20,23 @@ dependencies:
19
20
21
22
23
+## 根据pubspec.yaml中设置的目录模板自动向其中添加文件记录的脚本 `asset_generator`
24
25
+好多人都说
26
27
+ **这个脚本的作用:利用`asset_generator`脚本生成r.dart 资源文件,方便在代码中引用资源。**
28
29
+github地址: https://github.com/flutter-dev/asset_generator
30
31
+使用方式:
32
33
+```
34
+1.下载 asset_generator.dart 脚本文件。
35
+2.找到自己Flutter的安装目录,将脚本放在Flutter的根目录下。
36
37
38
+----
39
40
## 常用开源包:
41
42
0 commit comments