easier_typography 1.0.2+1 copy "easier_typography: ^1.0.2+1" to clipboard
easier_typography: ^1.0.2+1 copied to clipboard

An easy way to use typography in Flutter. It provides a set of pre-defined text styles and a simple API for creating custom text styles.

EasierTypography #

A lightweight Flutter package that simplifies text styling using semantic widgets like DisplayLg, HeadingMd, Paragraph, and Label.

Features #

  • Predefined typography widgets based on Theme.of(context)
  • Supports optional bold and italic styling
  • Follows Material Design text styles

Usage #

import 'package:easy_typography/easy_typography.dart';

DisplayLg('Welcome');
HeadingMd('Section Title', bold: true);
Paragraph('This is body text.', italic: true);
Label('Small label text');
0
likes
0
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

An easy way to use typography in Flutter. It provides a set of pre-defined text styles and a simple API for creating custom text styles.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on easier_typography