Skip to content

Commit

Permalink
force web 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FeodorFitsner authored and bl1nch committed Nov 26, 2024
1 parent aa85834 commit f0d8ab5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
10 changes: 9 additions & 1 deletion client/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,14 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
fullscreen_window:
dependency: transitive
description:
name: fullscreen_window
sha256: b3502f890a875de6cd300b06cfc542e089a324faef6c4fb5d5528f9e2ea68d8d
url: "https://pub.dev"
source: hosted
version: "1.1.0"
geolocator:
dependency: transitive
description:
Expand Down Expand Up @@ -1430,7 +1438,7 @@ packages:
source: hosted
version: "1.2.1"
web:
dependency: transitive
dependency: "direct overridden"
description:
name: web
sha256: d43c1d6b787bf0afad444700ae7f4db8827f701bc61c255ac8d328c6f4d52062
Expand Down
3 changes: 3 additions & 0 deletions client/windows/flutter/generated_plugin_registrant.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include "generated_plugin_registrant.h"

#include <audioplayers_windows/audioplayers_windows_plugin.h>
#include <fullscreen_window/fullscreen_window_plugin_c_api.h>
#include <geolocator_windows/geolocator_windows.h>
#include <media_kit_libs_windows_video/media_kit_libs_windows_video_plugin_c_api.h>
#include <media_kit_video/media_kit_video_plugin_c_api.h>
Expand All @@ -22,6 +23,8 @@
void RegisterPlugins(flutter::PluginRegistry* registry) {
AudioplayersWindowsPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("AudioplayersWindowsPlugin"));
FullscreenWindowPluginCApiRegisterWithRegistrar(
registry->GetRegistrarForPlugin("FullscreenWindowPluginCApi"));
GeolocatorWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("GeolocatorWindows"));
MediaKitLibsWindowsVideoPluginCApiRegisterWithRegistrar(
Expand Down
1 change: 1 addition & 0 deletions client/windows/flutter/generated_plugins.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

list(APPEND FLUTTER_PLUGIN_LIST
audioplayers_windows
fullscreen_window
geolocator_windows
media_kit_libs_windows_video
media_kit_video
Expand Down
3 changes: 3 additions & 0 deletions packages/flet/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ dependencies:
fl_chart: ^0.69.0
fullscreen_window: ^1.1.0

dependency_overrides:
web: ^1.0.0

dev_dependencies:
flutter_test:
sdk: flutter
Expand Down

0 comments on commit f0d8ab5

Please sign in to comment.