flutter_text_style_settings 0.2.0 copy "flutter_text_style_settings: ^0.2.0" to clipboard
flutter_text_style_settings: ^0.2.0 copied to clipboard

A package for working with text styles, providing various widgets for configuring text styles as well as a serializable `TextStyleSettings` class`.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_text_style_settings

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

dependencies:
  flutter_text_style_settings: ^0.2.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:flutter_text_style_settings/flutter_text_style_settings.dart';
1
likes
160
points
45
downloads

Publisher

verified publisherbackstreets.site

Weekly Downloads

A package for working with text styles, providing various widgets for configuring text styles as well as a serializable `TextStyleSettings` class`.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MPL-2.0 (license)

Dependencies

flutter, json_annotation

More

Packages that depend on flutter_text_style_settings