Skip to content

Latest commit

 

History

History
executable file
·
51 lines (43 loc) · 1.54 KB

CHANGELOG.md

File metadata and controls

executable file
·
51 lines (43 loc) · 1.54 KB

[1.1.0] - 15 September, 2020

  • Code formatted and version info fixed.

[1.0.9] - 15 September, 2020

  • Alignment support for Alert added.
  • Alert Padding paramater support added.
  • AlertDialog is scrollable now.

[1.0.8] - 10 September, 2020

  • Code formatted and version info fixed.

[1.0.7] - 10 September, 2020

  • Image paramater is not Image now, it is Widget!
  • When user provides closeFunction, user should close alert with dismiss()
  • Alert container elevation based on AlertStyle paramater now.
  • HighlightColor and SplashColor of button customization added for ripple effect.

[1.0.6] - 10 September, 2020

  • Custom Animation support
  • Fix for close icon

[1.0.5] - 09 September, 2020

  • Code formatted and version info fixed.

[1.0.4] - 09 September, 2020

  • Added hide buttons option
  • More parameters for title styling ext.
  • User can change the close button icon now.
  • Migrated to Android X
  • Fixed
    • Bottom shadow clipping
    • Example project
    • Null method call

[1.0.3] - 02 July, 2019

  • Added close callback function
  • Added size constraint
  • Added SingleChildScrollView for keyboard bug

[1.0.0] - 08 December, 2018

  • Single line basic alert
  • Adding buttons dynamically (as much as you want)
  • Predefined beautiful alert styles (success, error, warning, info)
  • Reusable alert styles
  • Super customizable
    • Change animation (fromTop, fromBottom, fromRight, fromLeft, grow, shrink)
    • Set animation duration
    • Show/hide close button
    • Set overlay tap to dismiss
    • Assign Title and desc styles
    • Change dialog border style