text_theme_extensions 1.0.0 copy "text_theme_extensions: ^1.0.0" to clipboard
text_theme_extensions: ^1.0.0 copied to clipboard

Helpers for removing boilerplate code on Flutter's TextTheme

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add text_theme_extensions

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

dependencies:
  text_theme_extensions: ^1.0.0

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:text_theme_extensions/text_theme_extensions.dart';
2
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Helpers for removing boilerplate code on Flutter's TextTheme

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on text_theme_extensions