Skip to content

Latest commit

 

History

History
85 lines (50 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

85 lines (50 loc) · 1.36 KB

[1.1.4] - 09.03.2024

  • Added support for useRootNavigator parameter in the ProgressDialog constructor.
  • WillPopScope usage has been deprecated in favor of PopScope
  • SurfaceTintColor now customizable

[1.1.3] - 08.02.2023

  • Issues 22 and 28 fix.
  • Readme edited.
  • Removed required fields in update method

[1.1.2] - 22.01.2023

  • Auto hidden added.
  • Readme edited.

[1.1.1] - 21.01.2023

  • Readme edited.

[1.1.0] - 21.01.2023

  • Bug Fix.
  • Cancel option added.
  • Dialog status callback added.

[1.0.9] - 09.12.2022

  • Assets path edited.
  • The close function can be used with delay.
  • closeWithDelay property added.

[1.0.8] - 20.05.2022

  • Bug Fix.

[1.0.7] - 01.05.2022

  • Bug Fix.

[1.0.6] - 28.03.2022

  • Readme edited.
  • Completed type added.

[1.0.3] - 15.08.2021

  • Bug fix

[1.0.2] - 04.05.2021

  • The back button was prevented from closing the dialog.
  • Border radius added.

[1.0.1] - 01.04.2021

  • Example edited.
  • Readme edited.

[1.0.0] - 31.03.2021

  • Null Safety migrated.
  • Bug fix.

[0.0.5] - 14.02.2021

  • New properties added.

[0.0.4] - 29.01.2021

  • Progress Type added.
  • Documentation and example codes edited.

[0.0.3] - 21.01.2021

  • Msg added to update method.

[0.0.2] - 16.01.2021

  • Readme and description edited.

[0.0.1] - 16.01.2021

  • Initial build for flutter sn_progress_dialog package.