Skip to content

Commit 100725c

Browse files
Lance JohnstoneLance Johnstone
authored andcommitted
Bump version to 7.0.0 with flutter min version of 3.19.0
1 parent 38008b1 commit 100725c

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [7.0.0]
2+
3+
#### (Flutter version support: v3.19.6)
4+
5+
- Adds all the flutter 3.19 additional properties for platform widgets
6+
- Updated cupertino_icons to version 1.0.8
7+
- Added deprecation notice on switching between material 2 and material 3. Calling these has no effect and the method calls will be removed in a furture version
8+
19
## [6.1.0]
210

311
#### (Flutter version support: v3.16.8)

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
name: flutter_platform_widgets
22
description: Simplifying the use of both Material and Cupertino widgets with a single widget
3-
version: 6.1.0
3+
version: 7.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:
88
sdk: ">=3.2.0-0 <4.0.0"
9-
flutter: ">=3.16.0"
9+
flutter: ">=3.19.0"
1010

1111
dependencies:
1212
flutter:
1313
sdk: flutter
1414

15-
cupertino_icons: ^1.0.6
15+
cupertino_icons: ^1.0.8
1616

1717
dev_dependencies:
1818
flutter_test:

0 commit comments

Comments
 (0)