-
Notifications
You must be signed in to change notification settings - Fork 12
/
pubspec.yaml
39 lines (35 loc) · 919 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: get_mac_address
description: get device mac address for linux windows android macos.
version: 0.0.2
homepage: https://github.com/vickyleu/get_mac_address
repository: https://github.com/vickyleu/get_mac_address
environment:
sdk: ">=2.17.5 <3.0.0"
flutter: ">=2.5.0"
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
plugin_platform_interface: ^2.1.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
flutter:
plugin:
platforms:
android:
package: com.example.get_mac_address
pluginClass: GetMacAddressPlugin
ios:
pluginClass: GetMacAddressPlugin
linux:
pluginClass: GetMacAddressPlugin
macos:
pluginClass: GetMacAddressPlugin
windows:
pluginClass: GetMacAddressPluginCApi
web:
pluginClass: GetMacAddressWeb
fileName: get_mac_address_web.dart