diff --git a/CHANGELOG.md b/CHANGELOG.md index dacb1fc..a4df903 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## 0.4.0 -- Fixed ![#6](https://github.com/kphanipavan/modal_progress_hud_nsn/issues/6) +- Fixed [#6](https://github.com/kphanipavan/modal_progress_hud_nsn/issues/6) - Updated to work with Flutter 3.7.9 - Added web support diff --git a/README.md b/README.md index 2f530df..c2e5d48 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,8 @@ ModalProgressHUD( * [modal_progress_hud](https://pub.dev/packages/modal_progress_hud) : Original * [modal_progress_hud_alt](https://pub.dev/packages/modal_progress_hud_alt) : Alternative * [blurry_modal_progress_hud](https://pub.dev/packages/blurry_modal_progress_hud) : With blur -* [flutter_progress_hud](https://pub.dev/packages/flutter_progress_hud) : With fade +* [flutter_progress_hud](https://pub.dev/packages/flutter_progress_hud) : Light weight and with fade +* [loading_overlay](https://pub.dev/packages/loading_overlay) : Another fork of original with fade ## Example