0 purchases
thememate
Thememate #
A quick, simple way to view theme color and typography data in-app while working on stylization.
Table of Contents #
Thememate
Table of Contents
Features
Getting started
Usage
ThememateWidget.colors
ThememateWidget.typography
Additional Information
Features #
Display color swatches
Display typography
Getting started #
Add the package to your pubspec.yaml file:
dependencies:
- thememate: ^0.0.2
copied to clipboard
or run flutter pub add thememate
Usage #
To create the display, create a new ThememateDisplay, passing the correct ThememateWidget enum value for the content to be shown.
ThememateWidget.colors #
const ThememateDisplay(
thememateWidget: ThememateWidget.colors,
)
copied to clipboard
ThememateWidget.typography #
const ThememateDisplay(
thememateWidget: ThememateWidget.typography,
)
copied to clipboard
Additional Information #
Issues and feature requests can be filed on the official GitLab page
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.