dialog_kit_widget 0.0.3 copy "dialog_kit_widget: ^0.0.3" to clipboard
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 DialogWidget abstract base class for self-presenting dialog/bottom-sheet widgets.
  • Added WidgetExtension with .openDialog(), .openSimpleDialog(), and .openBottomSheet() methods on every Widget.
  • Global context support via DialogKitWidget.setContext — no need to pass BuildContext on 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.
0
likes
150
points
27
downloads

Documentation

API reference

Publisher

verified publishermustafaturkmen.dev

Weekly Downloads

A Flutter Package of Dialog and BottomSheet widget such as StatelessWidget and StatefulWidget.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on dialog_kit_widget