smart_tab_scroll 1.0.0
smart_tab_scroll: ^1.0.0 copied to clipboard
A Flutter SDK for building smart-scrolling screens with a liquid-glass app bar and auto-managed tab bar.
1.0.0 #
- Initial release.
SectionConfig— model for declaring scrollable sections.SmartScrollController— manages scroll tracking, section measurement, and parallel tab resolution.SmartScrollView— main SDK widget with liquid-glass app bar and auto-managed tab bar.LiquidGlassAppBar— frosted-glass app bar, usable standalone.LiquidGlassTabBar— frosted-glass tab bar with full-width tabs and rounded-top border indicator.- Customisable glass effect:
appBarGlassColor,tabBarGlassColor,appBarBlurSigma,tabBarBlurSigma. - Tabs appear incrementally as
hasDataCheckfutures resolve — each tab is independent and does not wait for others.