material_toolkit 0.0.3 copy "material_toolkit: ^0.0.3" to clipboard
material_toolkit: ^0.0.3 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
copied to clipboard

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

dependencies:
  material_toolkit: ^0.0.3
copied to clipboard

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';
copied to clipboard
1
likes
150
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

2024.10.05 - 2025.04.19

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

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

equatable, flutter, gap, universal_io

More

Packages that depend on material_toolkit