material_toolkit 0.2.1 copy "material_toolkit: ^0.2.1" to clipboard
material_toolkit: ^0.2.1 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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add material_toolkit

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

dependencies:
  material_toolkit: ^0.2.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_toolkit/material_toolkit.dart';
3
likes
100
points
4
downloads

Publisher

unverified uploader

Weekly Downloads

A toolkit for building custom design systems on top of Flutter's MaterialApp, offering enhanced flexibility and scalability for your app's visual identity.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

animations, flutter, material_design

More

Packages that depend on material_toolkit