Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
second_display
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dio Maulana
second_display
Commits
29d96417
Commit
29d96417
authored
Apr 07, 2022
by
Dio Maulana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
depedencies
parent
7baad67d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
123 additions
and
0 deletions
+123
-0
pubspec.lock
pubspec.lock
+119
-0
generated_plugin_registrant.cc
windows/flutter/generated_plugin_registrant.cc
+3
-0
generated_plugins.cmake
windows/flutter/generated_plugins.cmake
+1
-0
No files found.
pubspec.lock
View file @
29d96417
# 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:
...
...
windows/flutter/generated_plugin_registrant.cc
View file @
29d96417
...
...
@@ -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"
));
}
windows/flutter/generated_plugins.cmake
View file @
29d96417
...
...
@@ -3,6 +3,7 @@
#
list
(
APPEND FLUTTER_PLUGIN_LIST
network_info_plus_windows
url_launcher_windows
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment