material_design_system 0.0.1 copy "material_design_system: ^0.0.1" to clipboard
material_design_system: ^0.0.1 copied to clipboard

A Flutter package for a consistent and easy-to-use design system based on Material Design 3 tokens.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add material_design_system

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  material_design_system: ^0.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:material_design_system/material_design_system.dart';
1
likes
130
points
8
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package for a consistent and easy-to-use design system based on Material Design 3 tokens.

License

MIT (license)

Dependencies

flutter, material_design, material_toolkit

More

Packages that depend on material_design_system