material_design_system 0.0.2 copy "material_design_system: ^0.0.2" to clipboard
material_design_system: ^0.0.2 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.2

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
40
points
8
downloads

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

More

Packages that depend on material_design_system