We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82acb19 commit 28cad56Copy full SHA for 28cad56
2 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [8.0.0]
2
+
3
+#### (Flutter version support: v3.29.0)
4
5
+- Adds all the flutter 3.29 additional properties for platform widgets
6
+- Removed deprecated parameters
7
8
## [7.0.1]
9
10
#### (Flutter version support: v3.19.6)
pubspec.yaml
@@ -1,12 +1,12 @@
name: flutter_platform_widgets
description: Simplifying the use of both Material and Cupertino widgets with a single widget
-version: 7.0.1
+version: 8.0.0
homepage: https://github.com/stryder-dev/flutter_platform_widgets
documentation: https://github.com/stryder-dev/flutter_platform_widgets/wiki
environment:
- sdk: ">=3.2.0-0 <4.0.0"
- flutter: ">=3.19.0"
+ sdk: ">=3.7.0-0 <4.0.0"
+ flutter: ">=3.29.0"
11
dependencies:
12
flutter:
0 commit comments