Skip to content

Commit

Permalink
Bump version to 4.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lance Johnstone authored and Lance Johnstone committed Jul 2, 2023
1 parent 63eccd8 commit 3b89f46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
- Added to `PlatformTheme` the ability to switch between material2 and material3
- Fixed the `PlatformApp.router` properties as they were not setting the super props correctly (thanks nikeorever)
- Added NavigationBar to `PlatformTabScaffold` when the theme is set to material3 `Theme.of(context).useMaterial3`
- Added `PlatformRadio` (thanks bookshiyi)
- Added `PlatformCheckbox` (thanks bookshiyi)

## [3.3.5]

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_platform_widgets
description: Simplifying the use of both Material and Cupertino widgets with a single widget
version: 4.0.0-beta.2
version: 4.0.0-beta.3
homepage: https://github.com/stryder-dev/flutter_platform_widgets
documentation: https://github.com/stryder-dev/flutter_platform_widgets/wiki

Expand Down

0 comments on commit 3b89f46

Please sign in to comment.