Skip to content

Commit a8864e2

Browse files
authored
Merge pull request #9 from cb-cloud/version_1.0.3
bump up to 1.0.3
2 parents 57f2cc2 + d0cfcb6 commit a8864e2

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.0.3
2+
FEAT
3+
- Added `forceFixedTabWidth` `fixedTabWidthFraction` properties.
4+
- `forceFixedTabWidth` makes the Widget force to use fixed-size tab.
5+
- `fixedTabWidthFraction` determines tab width fraction from Widget size when using fixed-size tab.
6+
17
## 1.0.2
28
FIX
39
- Removed `LayoutBuilder` from root of `InfiniteScrollTabView`. This change prevents some performance issue.

Diff for: example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ packages:
7373
path: ".."
7474
relative: true
7575
source: path
76-
version: "1.0.2"
76+
version: "1.0.3"
7777
lints:
7878
dependency: transitive
7979
description:

Diff for: pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: infinite_scroll_tab_view
22
description: A Flutter package for tab view component that can scroll infinitely.
3-
version: 1.0.2
3+
version: 1.0.3
44
repository: https://github.com/cb-cloud/flutter_infinite_scroll_tab_view
55

66
environment:

0 commit comments

Comments
 (0)