Commit 29d96417 authored by Dio Maulana's avatar Dio Maulana

depedencies

parent 7baad67d
# Generated by pub
# See https://dart.dev/tools/pub/glossary#lockfile
packages:
args:
dependency: transitive
description:
name: args
url: "https://pub.dartlang.org"
source: hosted
version: "2.3.0"
async:
dependency: transitive
description:
......@@ -85,6 +92,69 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.4"
dart_ipify:
dependency: "direct main"
description:
name: dart_ipify
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.1"
dbus:
dependency: transitive
description:
name: dbus
url: "https://pub.dartlang.org"
source: hosted
version: "0.7.3"
device_info_plus:
dependency: "direct main"
description:
name: device_info_plus
url: "https://pub.dartlang.org"
source: hosted
version: "3.2.2"
device_info_plus_linux:
dependency: transitive
description:
name: device_info_plus_linux
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.1"
device_info_plus_macos:
dependency: transitive
description:
name: device_info_plus_macos
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.2"
device_info_plus_platform_interface:
dependency: transitive
description:
name: device_info_plus_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "2.3.0+1"
device_info_plus_web:
dependency: transitive
description:
name: device_info_plus_web
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
device_info_plus_windows:
dependency: transitive
description:
name: device_info_plus_windows
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.1"
double_back_to_close:
dependency: "direct main"
description:
name: double_back_to_close
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
fake_async:
dependency: transitive
description:
......@@ -247,6 +317,55 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
network_info_plus:
dependency: "direct main"
description:
name: network_info_plus
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.3"
network_info_plus_linux:
dependency: transitive
description:
name: network_info_plus_linux
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.2"
network_info_plus_macos:
dependency: transitive
description:
name: network_info_plus_macos
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.0"
network_info_plus_platform_interface:
dependency: transitive
description:
name: network_info_plus_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.2"
network_info_plus_web:
dependency: transitive
description:
name: network_info_plus_web
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.1"
network_info_plus_windows:
dependency: transitive
description:
name: network_info_plus_windows
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.2"
nm:
dependency: transitive
description:
name: nm
url: "https://pub.dartlang.org"
source: hosted
version: "0.5.0"
numerus:
dependency: transitive
description:
......
......@@ -6,9 +6,12 @@
#include "generated_plugin_registrant.h"
#include <network_info_plus_windows/network_info_plus_windows_plugin.h>
#include <url_launcher_windows/url_launcher_windows.h>
void RegisterPlugins(flutter::PluginRegistry* registry) {
NetworkInfoPlusWindowsPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("NetworkInfoPlusWindowsPlugin"));
UrlLauncherWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
}
......@@ -3,6 +3,7 @@
#
list(APPEND FLUTTER_PLUGIN_LIST
network_info_plus_windows
url_launcher_windows
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment