Skip to content

Commit

Permalink
Publish V3.0.0+1
Browse files Browse the repository at this point in the history
  • Loading branch information
GanZhiXiong committed Apr 6, 2021
1 parent fd4a3a0 commit 084e980
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## [3.0.0+1] - [2021-04-06]
* Fixed Dart Analysis 3 issues
* Add DartDoc comments, remove useless code, and change variable names
* README add to-do list

## [3.0.0] - [2021-04-02]
Migrate to null safety.
* Migrate to null safety.

## [2.1.0] - [2020-06-03]
### ✨ New Features
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
gzx_dropdown_menu: ^3.0.0+1
```
添加后打开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
version: 3.0.0+1
homepage: https://github.com/GanZhiXiong/gzx_dropdown_menu

environment:
Expand Down

0 comments on commit 084e980

Please sign in to comment.