dialog_kit_widget 0.0.3
dialog_kit_widget: ^0.0.3 copied to clipboard
A Flutter Package of Dialog and BottomSheet widget such as StatelessWidget and StatefulWidget.
0.0.3 #
- Added full Dialog customization support to openSimpleDialog()
- Added:
- backgroundColor
- elevation
- shadowColor
- surfaceTintColor
- insetAnimationDuration
- insetAnimationCurve
- insetPadding
- clipBehavior
- shape
- alignment
- constraints
- Added customizable dialog animation support
- Improved flexibility for desktop/tablet responsive dialogs
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.