port plugin to package

This commit is contained in:
Phani Pavan K
2024-01-21 12:20:46 +05:30
parent a29f39fcfb
commit f963256834
75 changed files with 653 additions and 1243 deletions

View File

@@ -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.