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

outdated

A Text widget that highlights itself when getting updated.

highlight_on_update pub version #

🔦 A Text widget that highlights itself when getting updated.

Getting started #

pub #

Add packages 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),
    ),
  ],
),

For a show case, check the example.

1
likes
0
pub points
28%
popularity

Publisher

unverified uploader

A Text widget that highlights itself when getting updated.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on highlight_on_update