Minor changes

This commit is contained in:
Phani Pavan K
2021-02-18 15:48:29 +05:30
parent 92343d19e3
commit e70f6dda00

View File

@@ -26,7 +26,7 @@ dependencies:
Next, import the library into your widget.
```dart
import 'package:modal_progress_hud/modal_progress_hud.dart';
import 'package:modal_progress_hud_nsn/modal_progress_hud_nsn.dart';
```
Now, all you have to do is simply wrap your widget as a child of `ModalProgressHUD`, typically a form, together with a boolean that is maintained in local state.