A carefully crafted collection of reusable Flutter UI components designed to streamline the process of building modern, responsive, and visually stunning mobile apps. Whether you're developing for Android or iOS, these kits provide you with pre-built, customizable UI elements that will save you time and help you focus on delivering a great user experience. ✨
💡 What’s inside?
Pre-designed layouts for various use cases (authorize screens, animations, etc.) 🎨
Auto-hide BottomNavigationBar
AutoHideBottomNavigation is a Flutter widget that hides the bottom navigation bar when scrolling down and shows it when scrolling up, using a ScrollController to detect scroll direction. Source Code
Fluid AppBar
Appbar widget shows the offset of the page that we are scrolling like telegram new feature in web view. Source Code