material_toolkit
is a tool that helps you build custom design systems based on Flutter's MaterialApp
. It offers greater flexibility and scalability to define and implement the visual identity of your app, allowing you to efficiently and consistently tailor the design.
- Build custom design systems on top of
MaterialApp
. - Easily integrates with various Flutter projects.
- Flexible enough to adapt themes and layouts to your project's needs.
- Supports both light and dark themes.
- Scalable for different app types, from prototypes to final products.
Add material_toolkit
to your pubspec.yaml
file:
dependencies:
material_toolkit: ^0.0.1