dialog_controller 0.1.1 copy "dialog_controller: ^0.1.1" to clipboard
dialog_controller: ^0.1.1 copied to clipboard

A Flutter package for managing complex Dialog user flows

0.1.1 #

  • Remove Broken API Documentation Links

0.1.0 #

  • Initial public release of dialog_controller.
  • Added DialogController for dialog queueing, ordering, dismissal, and typed outcomes.
  • Added DialogHost and DialogScope for app-wide and scoped dialog rendering.
  • Added custom dialog widget support through DialogRequest.widgetBuilder.
  • Added DialogOutcome<T> for confirmed, cancelled, and dismissed dialog results.
  • Added orderingData and pluggable DialogOrderStrategy support for domain-specific ordering.
  • Added example integrations for Riverpod and Flutter BLoC.
  • Added unit and widget test coverage for controller, scope, host, and example behavior.
  • Added a table of contents to the README for faster navigation of package documentation.
  • Added automated Dart API documentation publishing to GitHub Pages.
  • Updated package metadata and README to point to hosted API docs.
1
likes
160
points
147
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package for managing complex Dialog user flows

Repository (GitHub)
View/report issues
Contributing

Topics

#flutter #dialogs #overlays #state-management #navigation

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on dialog_controller