Skip to content

Commit

Permalink
Merge branch 'master' into stryder-dev#425-PlatformSliverAppBar
Browse files Browse the repository at this point in the history
  • Loading branch information
bookshiyi authored Jan 24, 2024
2 parents fcedd7c + fdce610 commit 8c9d1b5
Show file tree
Hide file tree
Showing 26 changed files with 776 additions and 418 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [6.0.2]

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

- Adds all the flutter 3.16 additional properties for platform widgets

## [6.0.1]

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

- Upgrade to flutter version 3.16.0 and sets the Dart min value to 3.2
- Fixed `PlatformTextField` that had a breaking argument due to Flutter 3.16 (thanks kishormainali)

## [5.0.0]

#### (Flutter version support: v3.13.0 - 3.13.9)

- Upgrade to flutter version 3.13.0 and sets the Dart min value to 3.1
- Adds all the flutter 3.13 additional properties for platform widgets

## [4.0.0-beta.2]

#### (Flutter version support: v3.10.0)
Expand Down
2 changes: 1 addition & 1 deletion example/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
97C146E61CF9000F007C117D /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1300;
LastUpgradeCheck = 1430;
ORGANIZATIONNAME = "";
TargetAttributes = {
97C146ED1CF9000F007C117D = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1300"
LastUpgradeVersion = "1430"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Loading

0 comments on commit 8c9d1b5

Please sign in to comment.