File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
7
## 1.0.2
2
8
FIX
3
9
- Removed ` LayoutBuilder ` from root of ` InfiniteScrollTabView ` . This change prevents some performance issue.
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ packages:
73
73
path: ".."
74
74
relative: true
75
75
source: path
76
- version: "1.0.2 "
76
+ version: "1.0.3 "
77
77
lints:
78
78
dependency: transitive
79
79
description:
Original file line number Diff line number Diff line change 1
1
name : infinite_scroll_tab_view
2
2
description : A Flutter package for tab view component that can scroll infinitely.
3
- version : 1.0.2
3
+ version : 1.0.3
4
4
repository : https://github.com/cb-cloud/flutter_infinite_scroll_tab_view
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments