smart_lib_dialog 1.0.5
smart_lib_dialog: ^1.0.5 copied to clipboard
A Flutter library that provides custom dialogs with back button interception.
Changelog #
[1.0.3] - 2025-05-02 #
Added #
- Added usage examples to
example/lib/main.dart
to demonstrate library features.
[1.0.2] - 2025-05-02 #
Added #
- Added documentation comments (dartdoc) to public API elements to improve code clarity and pub.dev score.
[1.0.1] - 2025-05-02 #
Changed #
- Improved
README.md
documentation for better clarity and professionalism.
[1.0.0] - 2025-05-01 #
Added #
- Initial release of
smart_lib_dialog
. - Support for displaying dialogs globally, without requiring a
BuildContext
. - Simple API to configure title, description, positive and negative action buttons.
- Built-in support for showing a loading dialog.
- Highly customizable structure for advanced use cases.