Quick Start
This guide will help you create a complete working application with Chromia UI, demonstrating theme setup, component usage, and basic navigation.Your First Chromia UI App
Set up the theme provider
Wrap your
MaterialApp with ChromiaTheme to provide the design system throughout your widget tree:main.dart
Build your home page
Create a home page that demonstrates several Chromia UI components:
home_page.dart
Accessing Theme Values
Chromia UI provides convenient extension methods to access theme values anywhere in your widget tree:Theme Variants
Chromia UI supports multiple theme configurations:Common Components
Here are some of the most commonly used Chromia UI components:Buttons
Text Fields
Cards
Checkboxes and Radio Buttons
Progress Indicators
Dynamic Theme Switching
To implement runtime theme switching, use state management:Next Steps
Now that you have a working Chromia UI app, explore more features:Components
Explore all UI components
Theming
Customize themes and colors
Design Tokens
Learn about design tokens
Theming
Learn advanced theming and customization
Design Tokens
Understand the design token system
Example App
View the complete example application
Need Help?
If you encounter any issues:- Check the GitHub repository for examples
- Open an issue if you find a bug
- Review the example app for complete implementation patterns
