flutter_text_helpers 1.0.1 copy "flutter_text_helpers: ^1.0.1" to clipboard
flutter_text_helpers: ^1.0.1 copied to clipboard

outdated

A widget collection which simplifies the usage of Text(). No need to use Theme.of(context) to access textTheme elements like bodytext1 or headline1, etc.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_text_helpers

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

dependencies:
  flutter_text_helpers: ^1.0.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:flutter_text_helpers/flutter_text_helpers.dart';
3
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A widget collection which simplifies the usage of Text(). No need to use Theme.of(context) to access textTheme elements like bodytext1 or headline1, etc.

Repository (GitLab)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_text_helpers