Skip to content

Commit 38958c8

Browse files
Lance JohnstoneLance Johnstone
authored andcommitted
Updated CHANGELOG
1 parent 1ed6983 commit 38958c8

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [6.1.0]
2+
3+
#### (Flutter version support: v3.16.8)
4+
5+
- Platform date picker modalColor uses backgroundColor (thanks fdwl)
6+
- Added exit_to_app icon to PlatformIcons (thanks Kiruel)
7+
- Added PlatformScrollbar (thanks bookshiyi)
8+
- BREAKING CHANGE - Material 3 uses camel case rather than ALL CAPS for buttons. If you use `PlatformText` on Android the default will now be camel case, which is the equavalent to just using `Text`. It is recommended to move away from `PlatformText` nad use flutter `Text` widget as this will become deprecated and then removed in future versions. If you need to keep existing ALL CAPS behaviour, set `matchMaterialCaseForPlatformText` to `false`. `PlatformProvider(settings: PlatformSettingsData(matchMaterialCaseForPlatformText: false))`.
9+
110
## [6.0.2]
211

312
#### (Flutter version support: v3.16.0)

0 commit comments

Comments
 (0)