Skip to content

Commit 28cad56

Browse files
Lance JohnstoneLance Johnstone
authored andcommitted
Bump version to 8.0.0
1 parent 82acb19 commit 28cad56

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
## [7.0.1]
29

310
#### (Flutter version support: v3.19.6)

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: flutter_platform_widgets
22
description: Simplifying the use of both Material and Cupertino widgets with a single widget
3-
version: 7.0.1
3+
version: 8.0.0
44
homepage: https://github.com/stryder-dev/flutter_platform_widgets
55
documentation: https://github.com/stryder-dev/flutter_platform_widgets/wiki
66

77
environment:
8-
sdk: ">=3.2.0-0 <4.0.0"
9-
flutter: ">=3.19.0"
8+
sdk: ">=3.7.0-0 <4.0.0"
9+
flutter: ">=3.29.0"
1010

1111
dependencies:
1212
flutter:

0 commit comments

Comments
 (0)