extended_tabs icon indicating copy to clipboard operation
extended_tabs copied to clipboard

A powerful official extension library of Tab/TabBar/TabView, which support to scroll ancestor or child Tabs when current is overscroll, and set scroll direction and cache extent.

Results 8 extended_tabs issues
Sort by recently updated
recently updated
newest added

提供的Demo是三级Tab的,滚动切换是正常的,这是同一children仅有一个孩子有多个分页。 但是,当同一children的孩子同时有多个分页就会在最后位置卡住,滚动切换不到另一级页面。 不知道是不是真正存在这个问题? 如下是正常的: ``` 1 TAB0 1.1 - TAB00 1.1.1 - - TAB000 1.1.2 - - TAB001 1.2 - TAB01 2 TAB1 ``` 如下是会卡住的: ``` 1 TAB0 1.1 -...

### Platforms Android ### Description 在安卓手机上会出现滑动失效,或者难滑的情况,点击切换不受影响,ios上面没有问题 ### My code * ### Try do it *

### Platforms dart ### Description 我在初始化函数里面初始化代码如下: ``` tabController = TabController( initialIndex: idx, length: arr.length, // 初始长度是4 vsync: this, ); ``` 目前有这个一个需求,需要动态改变增加 TabController length的初始长度。请教一下应该如何实现。 目前尝试在逻辑中再次调用上面的代码,这次长度是8,出现报错了。 ### My code _No response_ ###...

stack overflow

### Version extended_tabs: ^4.0.2 ### Platforms Android ### Device Model galaxy tab A7 (Android 11) ### flutter info ```sh [!] Flutter (Channel unknown, 3.3.10, on Microsoft Windows [版本 10.0.19045.2965], locale...

stack overflow

### Platforms dart ### Description 目前是否选项卡文字渐变色,指示器可以自定义Indicator实现,但是选项卡文字是否支持,我尝试过一些方法都失败 ### Why ![image](https://github.com/fluttercandies/extended_tabs/assets/162903880/f5871609-5f82-43bd-bcf7-8f93cb1b0151) 参考

stack overflow

### Platforms Android, iOS ### Description It is very common for a tab view to have a vertical scrollable component as a child - a similar issue exists for the...