Skip to content

Commit

Permalink
Fixing tabbed_view and multi_split_view versions. #28
Browse files Browse the repository at this point in the history
  • Loading branch information
caduandrade committed Jul 14, 2023
1 parent ff3cf71 commit 20a348e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.11.1

* Bugfix
* Newer tabbed_view dependency being used causing incompatibility.

## 1.11.0

* `DockingLayout`
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: docking
description: Flutter layout for placing widgets in docking areas and arrange them into split and tabbed views.
version: 1.11.0
version: 1.11.1
homepage: https://caduandrade.github.io/docking_flutter/
repository: https://github.com/caduandrade/docking_flutter

Expand All @@ -12,9 +12,9 @@ dependencies:
flutter:
sdk: flutter
meta: ^1.7.0
tabbed_view: ^1.16.0
tabbed_view: 1.16.0+1
#path: ../tabbed_view/
multi_split_view: ^2.4.0
multi_split_view: 2.4.0
#path: ../multi_split_view/

dev_dependencies:
Expand Down

0 comments on commit 20a348e

Please sign in to comment.