File tree Expand file tree Collapse file tree 4 files changed +16
-1
lines changed Expand file tree Collapse file tree 4 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -435,6 +435,14 @@ packages:
435
435
description: flutter
436
436
source: sdk
437
437
version: "0.0.0"
438
+ fullscreen_window:
439
+ dependency: transitive
440
+ description:
441
+ name: fullscreen_window
442
+ sha256: b3502f890a875de6cd300b06cfc542e089a324faef6c4fb5d5528f9e2ea68d8d
443
+ url: "https://pub.dev"
444
+ source: hosted
445
+ version: "1.1.0"
438
446
geolocator:
439
447
dependency: transitive
440
448
description:
@@ -1430,7 +1438,7 @@ packages:
1430
1438
source: hosted
1431
1439
version: "1.2.1"
1432
1440
web:
1433
- dependency: transitive
1441
+ dependency: "direct overridden"
1434
1442
description:
1435
1443
name: web
1436
1444
sha256: d43c1d6b787bf0afad444700ae7f4db8827f701bc61c255ac8d328c6f4d52062
Original file line number Diff line number Diff line change 7
7
#include " generated_plugin_registrant.h"
8
8
9
9
#include < audioplayers_windows/audioplayers_windows_plugin.h>
10
+ #include < fullscreen_window/fullscreen_window_plugin_c_api.h>
10
11
#include < geolocator_windows/geolocator_windows.h>
11
12
#include < media_kit_libs_windows_video/media_kit_libs_windows_video_plugin_c_api.h>
12
13
#include < media_kit_video/media_kit_video_plugin_c_api.h>
22
23
void RegisterPlugins (flutter::PluginRegistry* registry) {
23
24
AudioplayersWindowsPluginRegisterWithRegistrar (
24
25
registry->GetRegistrarForPlugin (" AudioplayersWindowsPlugin" ));
26
+ FullscreenWindowPluginCApiRegisterWithRegistrar (
27
+ registry->GetRegistrarForPlugin (" FullscreenWindowPluginCApi" ));
25
28
GeolocatorWindowsRegisterWithRegistrar (
26
29
registry->GetRegistrarForPlugin (" GeolocatorWindows" ));
27
30
MediaKitLibsWindowsVideoPluginCApiRegisterWithRegistrar (
Original file line number Diff line number Diff line change 4
4
5
5
list (APPEND FLUTTER_PLUGIN_LIST
6
6
audioplayers_windows
7
+ fullscreen_window
7
8
geolocator_windows
8
9
media_kit_libs_windows_video
9
10
media_kit_video
Original file line number Diff line number Diff line change @@ -44,6 +44,9 @@ dependencies:
44
44
fl_chart : ^0.69.0
45
45
fullscreen_window : ^1.1.0
46
46
47
+ dependency_overrides :
48
+ web : ^1.0.0
49
+
47
50
dev_dependencies :
48
51
flutter_test :
49
52
sdk : flutter
You can’t perform that action at this time.
0 commit comments