dialog_kit_widget 0.0.2
dialog_kit_widget: ^0.0.2 copied to clipboard
A Flutter Package of Dialog and BottomSheet widget such as StatelessWidget and StatefulWidget.
0.0.2 #
- Added
DialogWidgetabstract base class for self-presenting dialog/bottom-sheet widgets. - Added
WidgetExtensionwith.openDialog(),.openSimpleDialog(), and.openBottomSheet()methods on everyWidget. - Global context support via
DialogKitWidget.setContext— no need to passBuildContexton every call. - Default barrier color, shape, and drag behavior configurable per call.
- Comprehensive README with API reference and usage examples.
0.0.1 #
- Initial release.