Skip to content

Commit 1f78d58

Browse files
committed
feat: release v0.7.4
1 parent 1452650 commit 1f78d58

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.7.4
2+
- Improved `DialogHandler` API - you can now specify the return type, e.g. `final result = await DialogHandler.showWidgetDialog<bool>(...)`
3+
- Add `PlatformSnackApp.router` and `CupertinoSnackApp.router` to allow for using the `Router` API
4+
15
## 0.7.3
26
- Update dependencies
37
- Add simple example

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: enough_platform_widgets
22
description: Useful platform aware widgets to bring a Material app to Cupertino.
3-
version: 0.7.3
3+
version: 0.7.4
44
homepage: https://github.com/Enough-Software/enough_platform_widgets
55

66
environment:

0 commit comments

Comments
 (0)