Skip to content

Commit

Permalink
Publish V3.0.0+2
Browse files Browse the repository at this point in the history
  • Loading branch information
GanZhiXiong committed Apr 6, 2021
1 parent 1933f2a commit 4b21249
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [3.0.0+2] - [2021-04-07]
* Using trailing commas and Format code

## [3.0.0+1] - [2021-04-06]
* Fixed Dart Analysis 3 issues
* Add DartDoc comments, remove useless code, and change variable names
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ A custom is strong dropdown menu for Flutter. Easy to use and powerful for custo
打开pubspec.yaml文件
添加如下代码
``` dart
gzx_dropdown_menu: ^3.0.0+1
gzx_dropdown_menu: ^3.0.0+2
```
添加后打开Terminal,执行flutter packages get

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: gzx_dropdown_menu
description: A custom is strong dropdown menu for Flutter. Easy to use and powerful for customization, it's up to you what you want to display in the dropdown menu!
version: 3.0.0+1
version: 3.0.0+2
homepage: https://github.com/GanZhiXiong/gzx_dropdown_menu

environment:
Expand Down

0 comments on commit 4b21249

Please sign in to comment.