We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1452650 commit 1f78d58Copy full SHA for 1f78d58
CHANGELOG.md
@@ -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
+
5
## 0.7.3
6
- Update dependencies
7
- Add simple example
pubspec.yaml
@@ -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:
0 commit comments