-
Notifications
You must be signed in to change notification settings - Fork 2
/
pubspec.yaml
44 lines (40 loc) · 1.18 KB
/
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
40
41
42
43
44
name: network_info_plus_apple_tv
description: Flutter plugin for discovering information (e.g. WiFi details) of the network.
version: 1.0.3
homepage: https://github.com/epam-cross-platform-lab/network_info_plus_apple_tv
repository: https://github.com/epam-cross-platform-lab/network_info_plus_apple_tv
flutter:
plugin:
platforms:
android:
package: dev.fluttercommunity.plus.network_info
pluginClass: NetworkInfoPlusPlugin
ios:
pluginClass: FLTNetworkInfoPlusPlugin
linux:
default_package: network_info_plus_linux
macos:
default_package: network_info_plus_macos
windows:
default_package: network_info_plus_windows
web:
default_package: network_info_plus_web
dependencies:
flutter:
sdk: flutter
meta: ^1.3.0
network_info_plus_platform_interface: ^1.0.0
network_info_plus_linux: ^1.0.0
network_info_plus_macos: ^1.0.0
network_info_plus_windows: ^1.0.0
network_info_plus_web: ^1.0.0
dev_dependencies:
flutter_test:
sdk: flutter
test: ^1.16.4
mockito: ^5.0.0
plugin_platform_interface: ^2.0.0
pedantic: ^1.10.0
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5"