Skip to content

Commit

Permalink
v1.0.1 发布
Browse files Browse the repository at this point in the history
  • Loading branch information
shenyong committed May 6, 2020
1 parent 2f2864f commit d889004
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 21 deletions.
57 changes: 37 additions & 20 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Makes it easier to use assets in [Flutter][1], just like using R.drawable.xxx in
- Now you'll see the pubspec.yaml file has been updated and a res.dart file also has been created under lib.

## Change-notes
1.0.1
- Support Flutter Module, Package and Plugin project.
- Ignore .DS_Store file on Mac OS X.

1.0.0
- Implement basic functions.

Expand Down
4 changes: 4 additions & 0 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
- 打开 pubspec.yaml 看一下,你将看到文件中已经自动添加了资源文件的声明。并且在lib目录下生成了一个res.dart文件,其中包含资源文件的 String 类型使用定义。

## 更新日志
1.0.1
- 支持Flutter Module、Package、Plugin项目类型.
- 忽略Mac OS X 上的 .DS_Store 文件.

1.0.0
- 初始版本功能添加和完善

Expand Down
File renamed without changes.
Binary file added release/AssetsRefGenerator_v1.0.1.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>com.shenyong.flutter.refgenerator</id>
<name>Flutter Assets Ref Generator</name>
<version>1.0.0</version>
<version>1.0.1</version>
<vendor email="[email protected]" url="https://github.com/ChinaStyle812/AssetsRefGenerator">Andrew Shen</vendor>

<description><![CDATA[
Expand Down

0 comments on commit d889004

Please sign in to comment.