File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
android/src/main/kotlin/com/myfreax/www/arp_scanner Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,11 @@ import java.util.ArrayList
15
15
import com.google.gson.Gson
16
16
import android.os.Looper
17
17
18
- const val TAG = " ArpScannerPlugin"
19
-
20
18
/* * ArpScannerPlugin */
21
19
class ArpScannerPlugin : FlutterPlugin , MethodCallHandler {
20
+ companion object {
21
+ const val TAG = " ArpScannerPlugin"
22
+ }
22
23
// / The MethodChannel that will the communication between Flutter and native Android
23
24
// /
24
25
// / This local reference serves to register the plugin with the Flutter Engine and unregister it
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ packages:
7
7
path: ".."
8
8
relative: true
9
9
source: path
10
- version: "1.2.6 "
10
+ version: "1.2.7 "
11
11
async:
12
12
dependency: transitive
13
13
description:
Original file line number Diff line number Diff line change 1
1
name : arp_scanner
2
2
description : A new flutter plugin project.
3
- version : 1.2.6
3
+ version : 1.2.7
4
4
homepage : https://www.myfreax.com/how-to-scan-the-mac-address-of-the-device-in-the-local-area-network-on-android/
5
5
repository : https://github.com/huangyanxiong01/arp_scanner
6
6
issue_tracker : https://github.com/huangyanxiong01/arp_scanner/issues
You can’t perform that action at this time.
0 commit comments