mirror of
https://github.com/kphanipavan/modal_progress_hud_nsn.git
synced 2025-10-30 07:12:49 -07:00
Test update to 0.4.0
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.walle.modal_progress_hud_nsn">
|
||||
package="boi.walle.modal_progress_hud_nsn">
|
||||
</manifest>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.walle.modal_progress_hud_nsn
|
||||
package boi.walle.modal_progress_hud_nsn
|
||||
|
||||
import androidx.annotation.NonNull
|
||||
|
||||
@@ -7,7 +7,6 @@ import io.flutter.plugin.common.MethodCall
|
||||
import io.flutter.plugin.common.MethodChannel
|
||||
import io.flutter.plugin.common.MethodChannel.MethodCallHandler
|
||||
import io.flutter.plugin.common.MethodChannel.Result
|
||||
import io.flutter.plugin.common.PluginRegistry.Registrar
|
||||
|
||||
/** ModalProgressHudNsnPlugin */
|
||||
class ModalProgressHudNsnPlugin: FlutterPlugin, MethodCallHandler {
|
||||
Reference in New Issue
Block a user