mirror of
https://github.com/kphanipavan/modal_progress_hud_nsn.git
synced 2025-10-29 06:42:50 -07:00
Minor changes
This commit is contained in:
@@ -26,7 +26,7 @@ dependencies:
|
|||||||
Next, import the library into your widget.
|
Next, import the library into your widget.
|
||||||
|
|
||||||
```dart
|
```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.
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user