mirror of
https://github.com/kphanipavan/modal_progress_hud_nsn.git
synced 2025-10-28 22:32:50 -07:00
Formatting and changelog mods
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
- Fixed 
|
- Fixed 
|
||||||
- Updated to work with Flutter 3.7.9
|
- Updated to work with Flutter 3.7.9
|
||||||
|
- Added web support
|
||||||
|
|
||||||
## 0.3.0
|
## 0.3.0
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,8 @@ class MethodChannelModalProgressHudNsn extends ModalProgressHudNsnPlatform {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
Future<String?> getPlatformVersion() async {
|
Future<String?> getPlatformVersion() async {
|
||||||
final version = await methodChannel.invokeMethod<String>('getPlatformVersion');
|
final version =
|
||||||
|
await methodChannel.invokeMethod<String>('getPlatformVersion');
|
||||||
return version;
|
return version;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,7 +8,8 @@ abstract class ModalProgressHudNsnPlatform extends PlatformInterface {
|
|||||||
|
|
||||||
static final Object _token = Object();
|
static final Object _token = Object();
|
||||||
|
|
||||||
static ModalProgressHudNsnPlatform _instance = MethodChannelModalProgressHudNsn();
|
static ModalProgressHudNsnPlatform _instance =
|
||||||
|
MethodChannelModalProgressHudNsn();
|
||||||
|
|
||||||
/// The default instance of [ModalProgressHudNsnPlatform] to use.
|
/// The default instance of [ModalProgressHudNsnPlatform] to use.
|
||||||
///
|
///
|
||||||
|
|||||||
Reference in New Issue
Block a user