easier_typography 1.0.4+1 copy "easier_typography: ^1.0.4+1" to clipboard
easier_typography: ^1.0.4+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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add easier_typography

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

dependencies:
  easier_typography: ^1.0.4+1

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:easier_typography/easier_typography.dart';
0
likes
150
points
1
downloads

Documentation

API reference

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

MIT (license)

Dependencies

flutter

More

Packages that depend on easier_typography