-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from emreesen27/v114
v114 is completed
- Loading branch information
Showing
11 changed files
with
106 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,85 @@ | ||
## [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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.