zeba_academy_keyboard_manager 0.0.1
zeba_academy_keyboard_manager: ^0.0.1 copied to clipboard
Smart keyboard management utilities for Flutter apps with auto scroll, focus handling, overflow prevention, and smooth animations.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
0.0.1 - 2026-05-07 #
๐ Initial Release #
โจ Added #
- Smart keyboard management utilities
- Automatic scrolling when keyboard opens
- Keyboard visibility detection
- Keyboard height helper methods
- Input focus handling utilities
- Dismiss keyboard on outside tap
- Smooth animated keyboard transitions
- Overflow prevention support
ZebaKeyboardManagerZebaKeyboardAwareScrollViewZebaKeyboardVisibilityBuilderZebaKeyboardFocusHandler
๐งช Testing #
- Added widget tests for:
- Keyboard dismissal
- Keyboard visibility builder
- Scroll view rendering
- Focus handler behavior
๐ Documentation #
- Added production-ready README
- Added usage examples
- Added API usage guide
- Added example application
โ๏ธ Developer Experience #
- Added Flutter lints
- Added clean package structure
- Added export organization
- Added MIT license support
๐ฎ Upcoming #
Planned for Future Releases #
- Keyboard height stream listener
- Smart focus traversal
- Sticky bottom input helpers
- Chat screen keyboard utilities
- Advanced keyboard animations
- Bottom sheet keyboard support
- Keyboard safe-area widgets
- Form navigation helpers