Current Version: 0.3.0
Chromia UI is currently in active development. The latest stable version is 0.3.0.Version 0.3.0 (Current)
Released: February 13, 2026New Features
Initial Component Library
Version 0.3.0 introduces the initial set of 34 production-ready components:Form Components:
ChromiaButton- Filled and outlined button variantsChromiaTextField- Text input with validation supportChromiaCheckbox- Standard and tri-state checkboxesChromiaCheckboxTile- List-style checkbox layoutsChromiaRadio- Single selection radio buttonsChromiaRadioTile- List-style radio layoutsChromiaRadioGroup- Automatic radio button groupingChromiaSwitch- Animated toggle switches (3 sizes)ChromiaSwitchTile- List-style switch layouts
ChromiaCard- Cards with header, footer, and image supportChromiaListCard- Specialized card for list itemsChromiaAppBar- Application bar with navigationChromiaDrawer- Full navigation drawerChromiaMiniDrawer- Icon-only compact drawer
ChromiaBadge- Notification badgesChromiaLabel- Text labelsChromiaStatusBadge- Status indicatorsChromiaAvatar- User avatars with images or initialsChromiaChip- Compact elements with optional delete actionChromiaTooltip- Contextual help messages
ChromiaDialog- Modal dialogsChromiaLinearProgress- Linear progress indicatorsChromiaCircularProgress- Circular progress indicatorsChromiaSteppedProgress- Multi-step progress indicators
ChromiaText- Text component with design system styles
Design Token System
Complete design token system for consistent styling:
- Color Tokens - Semantic color roles
- Typography Tokens - Text style scale (display → label)
- Spacing Tokens - Consistent spacing values
- Radius Tokens - Border radius scale
- Shadow Tokens - Elevation definitions
- Animation Tokens - Duration and curve standards
- Breakpoint Tokens - Responsive layout breakpoints
Getting Started with 0.3.0
Verify Requirements
Ensure your project meets the minimum requirements:
- Dart
>=3.10.0 <4.0.0 - Flutter
>=3.38.0
Breaking Changes
As this is the initial release (0.3.0), there are no breaking changes from previous versions.
Future Migrations
When upgrading to future versions:Read the Changelog
Always check the CHANGELOG.md for breaking changes and new features.
Common Migration Patterns
Migrating from Material Components
If you’re migrating from Flutter’s Material components to Chromia UI:Adopting the Theme System
Using Design Tokens
Getting Help
If you encounter issues during migration:GitHub Issues
Report bugs or ask questions
Example App
See working implementations
Documentation
Browse the full documentation
Changelog
View all version changes
Staying Updated
Version Status
- Current: 0.3.0
- Status: Under active development
- Stability: API may change before 1.0.0
