highlight_on_update 0.0.1+3 copy "highlight_on_update: ^0.0.1+3" to clipboard
highlight_on_update: ^0.0.1+3 copied to clipboard

A text widget that is getting highlighted when the text is updated.

highlight_on_update pub version #

🔦 A text widget that is getting highlighted when the text is updated.

Example #

Check out the example.

Getting started #

pub #

Add the package to pubspec.yaml:

dependencies:
  highlight_on_update:

Use it! #

Row(
  children: [
    const Text(
      'Current price: \$',
      style: TextStyle(fontSize: 20),
    ),
    HighlightOnUpdateText(
      _priceText, // This text will be highlighted when updated.
      style: const TextStyle(fontSize: 20),
    ),
  ],
),

TODO: Describe params and theming...

1
likes
160
pub points
28%
popularity

Publisher

unverified uploader

A text widget that is getting highlighted when the text is updated.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on highlight_on_update