Skip to content

Commit

Permalink
Merge pull request #9 from cb-cloud/version_1.0.3
Browse files Browse the repository at this point in the history
bump up to 1.0.3
  • Loading branch information
Kurogoma4D authored Aug 19, 2021
2 parents 57f2cc2 + d0cfcb6 commit a8864e2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.0.3
FEAT
- Added `forceFixedTabWidth` `fixedTabWidthFraction` properties.
- `forceFixedTabWidth` makes the Widget force to use fixed-size tab.
- `fixedTabWidthFraction` determines tab width fraction from Widget size when using fixed-size tab.

## 1.0.2
FIX
- Removed `LayoutBuilder` from root of `InfiniteScrollTabView`. This change prevents some performance issue.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.2"
version: "1.0.3"
lints:
dependency: transitive
description:
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: infinite_scroll_tab_view
description: A Flutter package for tab view component that can scroll infinitely.
version: 1.0.2
version: 1.0.3
repository: https://github.com/cb-cloud/flutter_infinite_scroll_tab_view

environment:
Expand Down

0 comments on commit a8864e2

Please sign in to comment.