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

A customizable bordered progress card widget for Flutter.

Changelog #

0.2.0 #

  • Breaking: progressColor internal field replaced by a true linear gradient shader. The visible API (progressStartColor / progressEndColor) is unchanged, but the gradient is now painted along the stroke rather than being a single interpolated flat colour.
  • Added gap parameter to BorderProgressCard (default 2.0) — controls the spacing between the progress stroke and the inner card surface.
  • Fixed shouldRepaint to compare progressStartColor and progressEndColor separately (previously only compared a pre-computed single colour).
  • Fixed example app: step-text field now calls setState so the label updates live.
  • Fixed example app: the third slider is now connected to a visible BorderProgressCard.
  • Expanded test suite: boundary values (0 % / 100 %), custom styling params, assertion checks, and golden-test stubs.

0.1.0 #

  • Initial release of progress_card.
  • Added BorderProgressCard widget with configurable:
    • progress start/end colors
    • track color
    • surface and inner border colors
    • stroke width and corner radius
  • Added example showcase app under example/.
  • Added tests, documentation, and CI workflows.
3
likes
0
points
8
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

A customizable bordered progress card widget for Flutter.

Repository (GitHub)
View/report issues

Topics

#flutter #progress #card #custom-painter #ui-widget

License

unknown (license)

Dependencies

flutter

More

Packages that depend on progress_card