material_texts 1.1.1
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';