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

This library provides a customizable Flutter widget that makes it easy to display text in the middle of a Divider.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add text_divider

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

dependencies:
  text_divider: ^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_divider/text_divider.dart';
14
likes
160
points
215
downloads

Publisher

unverified uploader

Weekly Downloads

This library provides a customizable Flutter widget that makes it easy to display text in the middle of a Divider.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on text_divider