mirror of
https://github.com/kphanipavan/modal_progress_hud_nsn.git
synced 2025-10-28 22:32:50 -07:00
port plugin to package
This commit is contained in:
@@ -1,15 +1,8 @@
|
||||
library modal_progress_hud_nsn;
|
||||
|
||||
import "modal_progress_hud_nsn_platform_interface.dart";
|
||||
import "package:flutter/material.dart";
|
||||
import "dart:ui";
|
||||
|
||||
class ModalProgressHudNsn {
|
||||
Future<String?> getPlatformVersion() {
|
||||
return ModalProgressHudNsnPlatform.instance.getPlatformVersion();
|
||||
}
|
||||
}
|
||||
|
||||
///
|
||||
/// Wrap around any widget that makes an async call to show a modal progress
|
||||
/// indicator while the async call is in progress.
|
||||
|
||||
Reference in New Issue
Block a user