voo_tokens 0.0.5
voo_tokens: ^0.0.5 copied to clipboard
Design token system for VooFlutter with responsive adaptations
0.0.3 #
- FEAT: Introduce voo_tokens package for design tokens and responsive utilities.
Changelog #
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.0.2 - 2025-01-23 #
Changed #
- Package is now properly integrated with voo_ui_core as the primary design token source
- Removed duplicate token definitions from voo_ui_core in favor of this package
- Improved integration with the VooFlutter ecosystem
Fixed #
- Fixed duplicate token system issues across packages
- Ensured consistent token usage throughout the monorepo
0.0.1 - 2025-09-22 #
Added #
- Initial release of voo_tokens package
- Design token system with responsive adaptations
- Theme extension for Flutter's Material Design
- Color system with primary, secondary, tertiary, error, warning, success, and neutral palettes
- Typography system with responsive text styles
- Spacing tokens with density variations
- Border radius tokens for consistent rounded corners
- Breakpoint definitions for responsive design
- Support for light and dark themes
- Integration with Flutter's Material 3 design system