mantle_core 1.1.0 copy "mantle_core: ^1.1.0" to clipboard
mantle_core: ^1.1.0 copied to clipboard

Core runtime for Mantle: design tokens, MantleTheme, MantleProvider, and the theme-owned widget architecture.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mantle_core

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

dependencies:
  mantle_core: ^1.1.0

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:mantle_core/mantle_core.dart';
1
likes
160
points
104
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Core runtime for Mantle: design tokens, MantleTheme, MantleProvider, and the theme-owned widget architecture.

Homepage
Repository (GitHub)
View/report issues

Topics

#flutter #theme #design-system #tokens #ui

License

MIT (license)

Dependencies

flutter, flutter_test, meta

More

Packages that depend on mantle_core