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

A lightweight Flutter utility to show a progress overlay while a `Future` runs, with optional error/success builders.

Changelog #

1.0.0 #

  • Changed onDismissed signature to include contextual result data:
    • wasSuccessful (true, false, or null when dismissed before completion)
    • error and stackTrace when the Future fails
  • Docs Added README usage and callback semantics.
  • Added SStandby.dismiss(id) for programmatic dismissal (cancels in-flight work).
  • Added timeout support via timeout and optional timeoutBuilder.
  • Added success auto-dismiss via successAutoDismissAfter (when using successBuilder).
  • Added basic accessibility support (semanticsLabel*, announceTransitions).
  • Tests Added widget tests covering success/error/cancel/timeout.
1
likes
0
points
294
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight Flutter utility to show a progress overlay while a `Future` runs, with optional error/success builders.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

async, flutter, pop_overlay, ticker_free_circular_progress_indicator

More

Packages that depend on s_standby