material_texts 1.1.1 copy "material_texts: ^1.1.1" to clipboard
material_texts: ^1.1.1 copied to clipboard

Material Texts is a package that simplifies text styling in Flutter by providing 15 different customizable text widgets based on Material Design typography.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add material_texts

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

dependencies:
  material_texts: ^1.1.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:material_texts/material_texts.dart';
1
likes
160
points
35
downloads

Publisher

unverified uploader

Weekly Downloads

Material Texts is a package that simplifies text styling in Flutter by providing 15 different customizable text widgets based on Material Design typography.

Homepage
Repository (GitHub)

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on material_texts