voxa_core 1.1.0+1
voxa_core: ^1.1.0+1 copied to clipboard
Voxa is an enterprise-grade Flutter foundation package. It provides a complete design system with dynamic Material 3 theming, type-safe tokens, and a robust networking stack with auto-token refresh. I [...]
1.1.0 #
- New Feature: Product Detail Screen: Added a high-fidelity detail screen showcase with Hero transitions and staggered animations.
- Enhanced Motion Engine: Upgraded
VoxaDialogwith custom scale-in transitions and elastic physics. - Advanced Responsive Utilities: Added
context.value<T>()extension for effortless adaptive layouts. - Theme Controller Optimization: Defaulting to
ThemeMode.systemfor better out-of-the-box user experience. - Documentation Upgrade: Complete README overhaul with 2026-style modern architecture guides.
- Unified Export Update: Added
dynamic_colorto core exports for a zero-config setup.
1.0.0 #
- Initial Release of Voxa Core.
- Core Foundation: Robust
VoxaBootstrapfor application initialization and error handling. - Design Tokens: Enterprise-grade spacing, radius, and typography tokens.
- Theming: Dynamic Material 3 support with
FlexColorSchemeand persistent theme controller. - Networking: Advanced Dio-based networking stack with auto-token refresh, request timing, and failure mapping.
- UI Components: Set of production-ready widgets including
VoxaButton,VoxaTextField,VoxaCard,VoxaBadge, and more. - Animations: Declarative animation extensions powered by
flutter_animate. - Logging: Environment-aware logging with sensitive data redaction.
- Responsive: Built-in responsive utilities for mobile, tablet, and desktop.