Skip to content

Commit

Permalink
Version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rares45 committed Oct 25, 2022
1 parent 9522e53 commit 40aa5d0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.2.0
* Added subtitles for masterItem
* You can now also customize the app bar size in master view when collapsed
* New example

## 2.1.0
* Create new header and divider widgets

Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.1.0"
version: "2.2.0"
material_color_utilities:
dependency: transitive
description:
Expand Down Expand Up @@ -83,4 +83,4 @@ packages:
version: "2.1.4"
sdks:
dart: ">=2.19.0-25.0.dev <3.0.0"
flutter: ">=3.0.4"
flutter: ">=3.2.0"
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: master_detail_flow
description: A package that provides a simple master-detail-flow with material 3
version: 2.1.0
version: 2.2.0
repository: https://github.com/2-5-perceivers/flutter-master-detail-flow

environment:
sdk: ">=2.17.0 <3.0.0"
# TODO: bump to 3.2.0 when available
flutter: ">=3.0.4"
flutter: ">=3.2.0"

dependencies:
animations: ^2.0.7
Expand Down

0 comments on commit 40aa5d0

Please sign in to comment.