zeba_academy_voting 1.0.0
zeba_academy_voting: ^1.0.0 copied to clipboard
Classroom live voting and poll system for Zeba Academy
Changelog #
All notable changes to this project will be documented in this file.
The format follows Keep a Changelog and this project follows Semantic Versioning.
1.0.0 - 2026-06-25 #
Added #
- Initial stable release of Zeba Academy Voting.
Features #
- Classroom live poll system
- Multiple choice question support
- Anonymous voting option
- Real-time voting results UI
- Dynamic vote percentage calculation
- Poll option management
- Poll history screen
- Reusable Flutter voting widgets
- Material 3 compatible UI components
Core Architecture #
- Added BLoC based state management
- Added clean package structure
- Added reusable models:
- Poll
- PollOption
Widgets #
- Added poll card component
- Added voting option tile
- Added result progress bar
- Added voting screen
- Added history screen
Developer Experience #
- Added public package exports
- Added documentation comments
- Added example usage
- Added unit tests
- Verified with:
flutter analyze
flutter test