Skip to content

Commit

Permalink
feat: release v0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed Oct 17, 2023
1 parent 1452650 commit 1f78d58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.7.4
- Improved `DialogHandler` API - you can now specify the return type, e.g. `final result = await DialogHandler.showWidgetDialog<bool>(...)`
- Add `PlatformSnackApp.router` and `CupertinoSnackApp.router` to allow for using the `Router` API

## 0.7.3
- Update dependencies
- Add simple example
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: enough_platform_widgets
description: Useful platform aware widgets to bring a Material app to Cupertino.
version: 0.7.3
version: 0.7.4
homepage: https://github.com/Enough-Software/enough_platform_widgets

environment:
Expand Down

0 comments on commit 1f78d58

Please sign in to comment.