material_toolkit 0.1.0
material_toolkit: ^0.1.0 copied to clipboard
A toolkit for building custom design systems on top of Flutter's MaterialApp, offering enhanced flexibility and scalability for your app's visual identity.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 #
Changed #
- Update the example application to align with the new library structure.
Added #
- Introduce
MaterialSurface, a new widget for creating surfaces with distinct elevation.
Removed #
- BREAKING: Remove individual custom token files (color, typography, shape, spacing) in favor of a unified theming approach.