plinth_components 0.23.0 copy "plinth_components: ^0.23.0" to clipboard
plinth_components: ^0.23.0 copied to clipboard

A Mantine-inspired component library for Flutter: 112 themeable, accessible widgets on a shared design-token foundation, with light and dark themes and WCAG-checked colour.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add plinth_components

With Flutter:

 $ flutter pub add plinth_components

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

dependencies:
  plinth_components: ^0.23.0

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

Import it

Now in your Dart code, you can use:

import 'package:plinth_components/plinth_components.dart';
0
likes
0
points
1.41k
downloads

Publisher

unverified uploader

Weekly Downloads

A Mantine-inspired component library for Flutter: 112 themeable, accessible widgets on a shared design-token foundation, with light and dark themes and WCAG-checked colour.

Homepage
Repository (GitHub)
View/report issues

Topics

#ui #widget #design-system #components #theming

License

unknown (license)

Dependencies

flutter, plinth_core, plinth_hooks

More

Packages that depend on plinth_components