dimipay_design_kit 0.1.1 dimipay_design_kit: ^0.1.1 copied to clipboard
A design kit for Dimipay. Current version is in Alpha, and used in dimipay v2 application & dimipay pos.
THIS IS AN ALPHA-VERSION PACKAGE #
PLEASE USE WITH CAREFUL CHOICE #
Dimipay Design Kit #
Copyright (C) Dimipay Frontend Engineering Team & Dimipay Design Team - All Rights Reserved
Deisigned By #
조현우, 박지윤 in Dimipay Design Team
Created By #
김형석, 서승표, 오민용, 장인화 in Dimipay Frontend Engineering Team
Features #
Colors #
represents colors used in dimipay v2
grayscale #
- 100
- 200
- 300
- 400
- 500
- 600
- 700
- 800
- 900
- 100
primary #
- brand
- negative
Typography #
represents fonts used in dimipay v2
title #
import package:dimipay_design_kit/dimipay_design_kit.dart;
final text = Text("Hello Dimigo Students!", style: DPTypography.title());
header1 #
import package:dimipay_design_kit/dimipay_design_kit.dart;
final text = Text("Hello Dimigo Students!", style: DPTypography.header1());
header2 #
import package:dimipay_design_kit/dimipay_design_kit.dart;
final text = Text("Hello Dimigo Students!", style: DPTypography.header2());
item - title #
import package:dimipay_design_kit/dimipay_design_kit.dart;
final text = Text("Hello Dimigo Students!", style: DPTypography.itemTitle());
item - description #
import package:dimipay_design_kit/dimipay_design_kit.dart;
final text = Text("Hello Dimigo Students!", style: DPTypography.itemDescription());
description #
import package:dimipay_design_kit/dimipay_design_kit.dart;
final text = Text("Hello Dimigo Students!", style: DPTypography.description());
readable #
import package:dimipay_design_kit/dimipay_design_kit.dart;
final text = Text("Hello Dimigo Students!", style: DPTypography.readable());
token #
import package:dimipay_design_kit/dimipay_design_kit.dart;
final text = Text("Hello Dimigo Students!", style: DPTypography.token());
hint #
import package:dimipay_design_kit/dimipay_design_kit.dart;
final text = Text("Hello Dimigo Students!", style: DPTypography.hint());
paragraph1 #
import package:dimipay_design_kit/dimipay_design_kit.dart;
final text = Text("Hello Dimigo Students!", style: DPTypography.paragraph1());
paragraph2 #
import package:dimipay_design_kit/dimipay_design_kit.dart;
final text = Text("Hello Dimigo Students!", style: DPTypography.paragraph2());
paragraph1 - underlined #
import package:dimipay_design_kit/dimipay_design_kit.dart;
final text = Text("Hello Dimigo Students!", style: DPTypography.paragraph1Underlined());
paragraph2 - underlined #
import package:dimipay_design_kit/dimipay_design_kit.dart;
final text = Text("Hello Dimigo Students!", style: DPTypography.paragraph2Underlined());