dialog_controller 0.1.1
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
DialogControllerfor dialog queueing, ordering, dismissal, and typed outcomes. - Added
DialogHostandDialogScopefor 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
orderingDataand pluggableDialogOrderStrategysupport 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.