Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Nov 17, 2021
1 parent 017633b commit d737071
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.1

* [linux] Remove `<uuid/uuid.h>` dependency

## 0.1.0

* Support sub menu.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Add this to your package's pubspec.yaml file:

```yaml
dependencies:
tray_manager: ^0.1.0
tray_manager: ^0.1.1
```
Or
Expand Down
1 change: 1 addition & 0 deletions example/lib/pages/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ class _HomePageState extends State<HomePage> with TrayListener {
if (_timer != null && _timer!.isActive) {
_timer!.cancel();
}
setState(() {});
}

Widget _buildBody(BuildContext context) {
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.0"
version: "0.1.1"
typed_data:
dependency: transitive
description:
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: tray_manager
description: This plugin allows Flutter desktop apps to defines system tray.
version: 0.1.0
version: 0.1.1
homepage: https:/leanflutter/tray_manager

environment:
Expand Down

0 comments on commit d737071

Please sign in to comment.