diff --git a/add_to_app/android_view/flutter_module_using_plugin/pubspec.lock b/add_to_app/android_view/flutter_module_using_plugin/pubspec.lock index deaebfc12..955e029ee 100644 --- a/add_to_app/android_view/flutter_module_using_plugin/pubspec.lock +++ b/add_to_app/android_view/flutter_module_using_plugin/pubspec.lock @@ -93,6 +93,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.12.11" + material_color_utilities: + dependency: transitive + description: + name: material_color_utilities + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.3" meta: dependency: transitive description: @@ -120,14 +127,14 @@ packages: name: plugin_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "2.1.2" provider: dependency: "direct main" description: name: provider url: "https://pub.dartlang.org" source: hosted - version: "5.0.0" + version: "6.0.2" sensors: dependency: "direct main" description: @@ -181,7 +188,7 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.4.3" + version: "0.4.8" typed_data: dependency: transitive description: @@ -195,56 +202,56 @@ packages: name: url_launcher url: "https://pub.dartlang.org" source: hosted - version: "6.0.17" + version: "6.0.20" url_launcher_android: dependency: transitive description: name: url_launcher_android url: "https://pub.dartlang.org" source: hosted - version: "6.0.13" + version: "6.0.15" url_launcher_ios: dependency: transitive description: name: url_launcher_ios url: "https://pub.dartlang.org" source: hosted - version: "6.0.13" + version: "6.0.15" url_launcher_linux: dependency: transitive description: name: url_launcher_linux url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "3.0.0" url_launcher_macos: dependency: transitive description: name: url_launcher_macos url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "3.0.0" url_launcher_platform_interface: dependency: transitive description: name: url_launcher_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "2.0.4" + version: "2.0.5" url_launcher_web: dependency: transitive description: name: url_launcher_web url: "https://pub.dartlang.org" source: hosted - version: "2.0.5" + version: "2.0.9" url_launcher_windows: dependency: transitive description: name: url_launcher_windows url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "3.0.0" vector_math: dependency: transitive description: @@ -254,4 +261,4 @@ packages: version: "2.1.1" sdks: dart: ">=2.14.0 <3.0.0" - flutter: ">=2.5.0" + flutter: ">=2.10.0" diff --git a/add_to_app/android_view/flutter_module_using_plugin/pubspec.yaml b/add_to_app/android_view/flutter_module_using_plugin/pubspec.yaml index 1ca57c552..5972c4e73 100644 --- a/add_to_app/android_view/flutter_module_using_plugin/pubspec.yaml +++ b/add_to_app/android_view/flutter_module_using_plugin/pubspec.yaml @@ -9,7 +9,7 @@ environment: dependencies: flutter: sdk: flutter - provider: ^5.0.0 + provider: ^6.0.2 url_launcher: ^6.0.6 sensors: ^2.0.3 diff --git a/add_to_app/books/flutter_module_books/pubspec.lock b/add_to_app/books/flutter_module_books/pubspec.lock index f8b88e94a..be03bc9f4 100644 --- a/add_to_app/books/flutter_module_books/pubspec.lock +++ b/add_to_app/books/flutter_module_books/pubspec.lock @@ -137,6 +137,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.12.11" + material_color_utilities: + dependency: transitive + description: + name: material_color_utilities + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.3" meta: dependency: transitive description: @@ -164,14 +171,14 @@ packages: name: pigeon url: "https://pub.dartlang.org" source: hosted - version: "1.0.12" + version: "2.0.2" pub_semver: dependency: transitive description: name: pub_semver url: "https://pub.dartlang.org" source: hosted - version: "2.1.0" + version: "2.1.1" sky_engine: dependency: transitive description: flutter @@ -218,7 +225,7 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.4.3" + version: "0.4.8" typed_data: dependency: transitive description: diff --git a/add_to_app/books/flutter_module_books/pubspec.yaml b/add_to_app/books/flutter_module_books/pubspec.yaml index 48cd41dbb..9fd9919fb 100644 --- a/add_to_app/books/flutter_module_books/pubspec.yaml +++ b/add_to_app/books/flutter_module_books/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: sdk: flutter dev_dependencies: - pigeon: ^1.0.2 + pigeon: ^2.0.2 flutter_test: sdk: flutter flutter_lints: ^1.0.4 diff --git a/add_to_app/fullscreen/flutter_module/pubspec.lock b/add_to_app/fullscreen/flutter_module/pubspec.lock index 96315b2df..e722e2f6e 100644 --- a/add_to_app/fullscreen/flutter_module/pubspec.lock +++ b/add_to_app/fullscreen/flutter_module/pubspec.lock @@ -167,7 +167,7 @@ packages: name: provider url: "https://pub.dartlang.org" source: hosted - version: "5.0.0" + version: "6.0.2" sky_engine: dependency: transitive description: flutter diff --git a/add_to_app/fullscreen/flutter_module/pubspec.yaml b/add_to_app/fullscreen/flutter_module/pubspec.yaml index e32396e4e..3b6a0c927 100644 --- a/add_to_app/fullscreen/flutter_module/pubspec.yaml +++ b/add_to_app/fullscreen/flutter_module/pubspec.yaml @@ -9,7 +9,7 @@ environment: dependencies: flutter: sdk: flutter - provider: ^5.0.0 + provider: ^6.0.2 dev_dependencies: flutter_test: diff --git a/add_to_app/multiple_flutters/multiple_flutters_module/pubspec.lock b/add_to_app/multiple_flutters/multiple_flutters_module/pubspec.lock index 64b97e4c5..af07b70d2 100644 --- a/add_to_app/multiple_flutters/multiple_flutters_module/pubspec.lock +++ b/add_to_app/multiple_flutters/multiple_flutters_module/pubspec.lock @@ -127,7 +127,7 @@ packages: name: plugin_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "2.1.2" sky_engine: dependency: transitive description: flutter @@ -188,56 +188,56 @@ packages: name: url_launcher url: "https://pub.dartlang.org" source: hosted - version: "6.0.17" + version: "6.0.20" url_launcher_android: dependency: transitive description: name: url_launcher_android url: "https://pub.dartlang.org" source: hosted - version: "6.0.13" + version: "6.0.15" url_launcher_ios: dependency: transitive description: name: url_launcher_ios url: "https://pub.dartlang.org" source: hosted - version: "6.0.13" + version: "6.0.15" url_launcher_linux: dependency: transitive description: name: url_launcher_linux url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "3.0.0" url_launcher_macos: dependency: transitive description: name: url_launcher_macos url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "3.0.0" url_launcher_platform_interface: dependency: transitive description: name: url_launcher_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "2.0.4" + version: "2.0.5" url_launcher_web: dependency: transitive description: name: url_launcher_web url: "https://pub.dartlang.org" source: hosted - version: "2.0.5" + version: "2.0.9" url_launcher_windows: dependency: transitive description: name: url_launcher_windows url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "3.0.0" vector_math: dependency: transitive description: @@ -247,4 +247,4 @@ packages: version: "2.1.1" sdks: dart: ">=2.14.0 <3.0.0" - flutter: ">=2.5.0" + flutter: ">=2.10.0" diff --git a/add_to_app/plugin/flutter_module_using_plugin/pubspec.lock b/add_to_app/plugin/flutter_module_using_plugin/pubspec.lock index 8007613af..955e029ee 100644 --- a/add_to_app/plugin/flutter_module_using_plugin/pubspec.lock +++ b/add_to_app/plugin/flutter_module_using_plugin/pubspec.lock @@ -127,21 +127,21 @@ packages: name: plugin_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "1.0.3" + version: "2.1.2" provider: dependency: "direct main" description: name: provider url: "https://pub.dartlang.org" source: hosted - version: "4.3.3" + version: "6.0.2" sensors: dependency: "direct main" description: name: sensors url: "https://pub.dartlang.org" source: hosted - version: "0.4.2+6" + version: "2.0.3" sky_engine: dependency: transitive description: flutter @@ -202,42 +202,56 @@ packages: name: url_launcher url: "https://pub.dartlang.org" source: hosted - version: "5.7.10" + version: "6.0.20" + url_launcher_android: + dependency: transitive + description: + name: url_launcher_android + url: "https://pub.dartlang.org" + source: hosted + version: "6.0.15" + url_launcher_ios: + dependency: transitive + description: + name: url_launcher_ios + url: "https://pub.dartlang.org" + source: hosted + version: "6.0.15" url_launcher_linux: dependency: transitive description: name: url_launcher_linux url: "https://pub.dartlang.org" source: hosted - version: "0.0.1+4" + version: "3.0.0" url_launcher_macos: dependency: transitive description: name: url_launcher_macos url: "https://pub.dartlang.org" source: hosted - version: "0.0.1+9" + version: "3.0.0" url_launcher_platform_interface: dependency: transitive description: name: url_launcher_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "1.0.9" + version: "2.0.5" url_launcher_web: dependency: transitive description: name: url_launcher_web url: "https://pub.dartlang.org" source: hosted - version: "0.1.5+3" + version: "2.0.9" url_launcher_windows: dependency: transitive description: name: url_launcher_windows url: "https://pub.dartlang.org" source: hosted - version: "0.0.1+3" + version: "3.0.0" vector_math: dependency: transitive description: @@ -247,4 +261,4 @@ packages: version: "2.1.1" sdks: dart: ">=2.14.0 <3.0.0" - flutter: ">=1.22.0" + flutter: ">=2.10.0" diff --git a/add_to_app/plugin/flutter_module_using_plugin/pubspec.yaml b/add_to_app/plugin/flutter_module_using_plugin/pubspec.yaml index e8a1fe0fe..b5e10a79c 100644 --- a/add_to_app/plugin/flutter_module_using_plugin/pubspec.yaml +++ b/add_to_app/plugin/flutter_module_using_plugin/pubspec.yaml @@ -9,9 +9,9 @@ environment: dependencies: flutter: sdk: flutter - provider: ^4.1.0 - url_launcher: ^5.2.5 - sensors: ^0.4.2 + provider: ^6.0.2 + url_launcher: ^6.0.20 + sensors: ^2.0.3 dev_dependencies: flutter_test: diff --git a/add_to_app/prebuilt_module/flutter_module/pubspec.lock b/add_to_app/prebuilt_module/flutter_module/pubspec.lock index 01f8f220f..e722e2f6e 100644 --- a/add_to_app/prebuilt_module/flutter_module/pubspec.lock +++ b/add_to_app/prebuilt_module/flutter_module/pubspec.lock @@ -63,7 +63,7 @@ packages: name: espresso url: "https://pub.dartlang.org" source: hosted - version: "0.0.1+7" + version: "0.1.0+4" fake_async: dependency: transitive description: @@ -167,7 +167,7 @@ packages: name: provider url: "https://pub.dartlang.org" source: hosted - version: "4.3.3" + version: "6.0.2" sky_engine: dependency: transitive description: flutter @@ -252,4 +252,4 @@ packages: version: "3.0.0" sdks: dart: ">=2.14.0 <3.0.0" - flutter: ">=1.16.0" + flutter: ">=2.0.0" diff --git a/add_to_app/prebuilt_module/flutter_module/pubspec.yaml b/add_to_app/prebuilt_module/flutter_module/pubspec.yaml index ea9a4ba93..ce18372be 100644 --- a/add_to_app/prebuilt_module/flutter_module/pubspec.yaml +++ b/add_to_app/prebuilt_module/flutter_module/pubspec.yaml @@ -9,14 +9,14 @@ environment: dependencies: flutter: sdk: flutter - provider: ^4.0.2 + provider: ^6.0.2 dev_dependencies: flutter_test: sdk: flutter flutter_driver: sdk: flutter - espresso: ^0.0.1+2 + espresso: ^0.1.0+4 flutter_lints: ^1.0.0 flutter: diff --git a/animations/pubspec.lock b/animations/pubspec.lock index c150246fc..5f5b10fc6 100644 --- a/animations/pubspec.lock +++ b/animations/pubspec.lock @@ -174,8 +174,8 @@ packages: dependency: "direct dev" description: path: "plugins/window_size" - ref: "03d957e8b5c99fc83cd4a781031b154ab3de8753" - resolved-ref: "03d957e8b5c99fc83cd4a781031b154ab3de8753" + ref: HEAD + resolved-ref: "5c51870ced62a00e809ba4b81a846a052d241c9f" url: "https://github.com/google/flutter-desktop-embedding.git" source: git version: "0.1.0" diff --git a/animations/pubspec.yaml b/animations/pubspec.yaml index 6a417e96b..001f48415 100644 --- a/animations/pubspec.yaml +++ b/animations/pubspec.yaml @@ -21,7 +21,6 @@ dev_dependencies: git: url: https://github.com/google/flutter-desktop-embedding.git path: plugins/window_size - ref: 03d957e8b5c99fc83cd4a781031b154ab3de8753 flutter: uses-material-design: true diff --git a/desktop_photo_search/fluent_ui/lib/src/widgets/photo_details.dart b/desktop_photo_search/fluent_ui/lib/src/widgets/photo_details.dart index 736b209bc..89a05c8fc 100644 --- a/desktop_photo_search/fluent_ui/lib/src/widgets/photo_details.dart +++ b/desktop_photo_search/fluent_ui/lib/src/widgets/photo_details.dart @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -import 'package:fluent_ui/fluent_ui.dart' hide FluentIcons; +import 'package:fluent_ui/fluent_ui.dart' hide Card, FluentIcons; import 'package:fluentui_system_icons/fluentui_system_icons.dart'; import 'package:flutter/material.dart' show Card, BorderSide; import 'package:transparent_image/transparent_image.dart'; diff --git a/desktop_photo_search/fluent_ui/pubspec.lock b/desktop_photo_search/fluent_ui/pubspec.lock index cfce57202..eb7d67a8e 100644 --- a/desktop_photo_search/fluent_ui/pubspec.lock +++ b/desktop_photo_search/fluent_ui/pubspec.lock @@ -7,28 +7,21 @@ packages: name: _fe_analyzer_shared url: "https://pub.dartlang.org" source: hosted - version: "34.0.0" + version: "36.0.0" analyzer: dependency: transitive description: name: analyzer url: "https://pub.dartlang.org" source: hosted - version: "3.2.0" - ansicolor: - dependency: transitive - description: - name: ansicolor - url: "https://pub.dartlang.org" - source: hosted - version: "2.0.1" + version: "3.3.1" archive: dependency: transitive description: name: archive url: "https://pub.dartlang.org" source: hosted - version: "3.1.11" + version: "3.2.2" args: dependency: transitive description: @@ -84,7 +77,7 @@ packages: name: build_runner url: "https://pub.dartlang.org" source: hosted - version: "2.1.7" + version: "2.1.8" build_runner_core: dependency: transitive description: @@ -134,6 +127,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.0.1" + cli_dialog: + dependency: transitive + description: + name: cli_dialog + url: "https://pub.dartlang.org" + source: hosted + version: "0.5.0" cli_util: dependency: transitive description: @@ -190,13 +190,20 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.0.4" + dart_console: + dependency: transitive + description: + name: dart_console + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.0" dart_style: dependency: transitive description: name: dart_style url: "https://pub.dartlang.org" source: hosted - version: "2.2.1" + version: "2.2.2" fake_async: dependency: transitive description: @@ -204,6 +211,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.2.0" + ffi: + dependency: transitive + description: + name: ffi + url: "https://pub.dartlang.org" + source: hosted + version: "1.1.2" file: dependency: transitive description: @@ -217,7 +231,7 @@ packages: name: file_selector url: "https://pub.dartlang.org" source: hosted - version: "0.8.3" + version: "0.8.4+1" file_selector_linux: dependency: "direct main" description: @@ -231,7 +245,7 @@ packages: name: file_selector_macos url: "https://pub.dartlang.org" source: hosted - version: "0.0.4+1" + version: "0.8.2" file_selector_platform_interface: dependency: transitive description: @@ -266,14 +280,14 @@ packages: name: fluent_ui url: "https://pub.dartlang.org" source: hosted - version: "3.7.0" + version: "3.9.1" fluentui_system_icons: dependency: "direct main" description: name: fluentui_system_icons url: "https://pub.dartlang.org" source: hosted - version: "1.1.157" + version: "1.1.162" flutter: dependency: "direct main" description: flutter @@ -337,7 +351,7 @@ packages: name: http_multi_server url: "https://pub.dartlang.org" source: hosted - version: "3.0.1" + version: "3.2.0" http_parser: dependency: transitive description: @@ -351,7 +365,7 @@ packages: name: image url: "https://pub.dartlang.org" source: hosted - version: "3.1.1" + version: "3.1.3" intl: dependency: transitive description: @@ -413,7 +427,7 @@ packages: description: path: "plugins/menubar" ref: HEAD - resolved-ref: "89c350f787e1d7bff12b3517e5671146211ee70e" + resolved-ref: "5c51870ced62a00e809ba4b81a846a052d241c9f" url: "https://github.com/google/flutter-desktop-embedding.git" source: git version: "0.1.0" @@ -437,7 +451,7 @@ packages: name: msix url: "https://pub.dartlang.org" source: hosted - version: "2.8.5" + version: "3.4.0" nested: dependency: transitive description: @@ -493,7 +507,7 @@ packages: name: pub_semver url: "https://pub.dartlang.org" source: hosted - version: "2.1.0" + version: "2.1.1" pubspec_parse: dependency: transitive description: @@ -624,35 +638,35 @@ packages: name: url_launcher url: "https://pub.dartlang.org" source: hosted - version: "6.0.18" + version: "6.0.20" url_launcher_android: dependency: transitive description: name: url_launcher_android url: "https://pub.dartlang.org" source: hosted - version: "6.0.14" + version: "6.0.15" url_launcher_ios: dependency: transitive description: name: url_launcher_ios url: "https://pub.dartlang.org" source: hosted - version: "6.0.14" + version: "6.0.15" url_launcher_linux: dependency: transitive description: name: url_launcher_linux url: "https://pub.dartlang.org" source: hosted - version: "2.0.3" + version: "3.0.0" url_launcher_macos: dependency: transitive description: name: url_launcher_macos url: "https://pub.dartlang.org" source: hosted - version: "2.0.3" + version: "3.0.0" url_launcher_platform_interface: dependency: transitive description: @@ -666,21 +680,21 @@ packages: name: url_launcher_web url: "https://pub.dartlang.org" source: hosted - version: "2.0.6" + version: "2.0.9" url_launcher_windows: dependency: transitive description: name: url_launcher_windows url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "3.0.0" uuid: dependency: "direct main" description: name: uuid url: "https://pub.dartlang.org" source: hosted - version: "3.0.5" + version: "3.0.6" vector_math: dependency: transitive description: @@ -702,12 +716,19 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.1.0" + win32: + dependency: transitive + description: + name: win32 + url: "https://pub.dartlang.org" + source: hosted + version: "2.4.1" window_size: dependency: "direct main" description: path: "plugins/window_size" - ref: "03d957e8b5c99fc83cd4a781031b154ab3de8753" - resolved-ref: "03d957e8b5c99fc83cd4a781031b154ab3de8753" + ref: HEAD + resolved-ref: "5c51870ced62a00e809ba4b81a846a052d241c9f" url: "https://github.com/google/flutter-desktop-embedding.git" source: git version: "0.1.0" @@ -727,4 +748,4 @@ packages: version: "3.1.0" sdks: dart: ">=2.15.0 <3.0.0" - flutter: ">=2.8.0" + flutter: ">=2.10.0" diff --git a/desktop_photo_search/fluent_ui/pubspec.yaml b/desktop_photo_search/fluent_ui/pubspec.yaml index f4dc58732..922a6cd29 100644 --- a/desktop_photo_search/fluent_ui/pubspec.yaml +++ b/desktop_photo_search/fluent_ui/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: cupertino_icons: ^1.0.2 file_selector: ^0.8.3 file_selector_linux: ^0.0.2+1 - file_selector_macos: ^0.0.4+1 + file_selector_macos: ^0.8.2 file_selector_windows: ^0.8.2 fluent_ui: ^3.7.0 fluentui_system_icons: ^1.1.157 @@ -28,7 +28,6 @@ dependencies: git: url: https://github.com/google/flutter-desktop-embedding.git path: plugins/window_size - ref: 03d957e8b5c99fc83cd4a781031b154ab3de8753 provider: ^6.0.2 transparent_image: ^2.0.0 url_launcher: ^6.0.18 @@ -42,7 +41,7 @@ dev_dependencies: flutter_test: sdk: flutter grinder: ^0.9.0 - msix: ^2.8.5 + msix: ^3.4.0 flutter: uses-material-design: true diff --git a/desktop_photo_search/fluent_ui/windows/flutter/generated_plugin_registrant.cc b/desktop_photo_search/fluent_ui/windows/flutter/generated_plugin_registrant.cc index b16c80c6e..ccdf1d8f7 100644 --- a/desktop_photo_search/fluent_ui/windows/flutter/generated_plugin_registrant.cc +++ b/desktop_photo_search/fluent_ui/windows/flutter/generated_plugin_registrant.cc @@ -9,6 +9,7 @@ #include #include #include +#include void RegisterPlugins(flutter::PluginRegistry* registry) { FileSelectorWindowsRegisterWithRegistrar( @@ -17,4 +18,6 @@ void RegisterPlugins(flutter::PluginRegistry* registry) { registry->GetRegistrarForPlugin("MenubarPlugin")); UrlLauncherWindowsRegisterWithRegistrar( registry->GetRegistrarForPlugin("UrlLauncherWindows")); + WindowSizePluginRegisterWithRegistrar( + registry->GetRegistrarForPlugin("WindowSizePlugin")); } diff --git a/desktop_photo_search/fluent_ui/windows/flutter/generated_plugins.cmake b/desktop_photo_search/fluent_ui/windows/flutter/generated_plugins.cmake index 50ab93cd5..af19be875 100644 --- a/desktop_photo_search/fluent_ui/windows/flutter/generated_plugins.cmake +++ b/desktop_photo_search/fluent_ui/windows/flutter/generated_plugins.cmake @@ -6,6 +6,7 @@ list(APPEND FLUTTER_PLUGIN_LIST file_selector_windows menubar url_launcher_windows + window_size ) set(PLUGIN_BUNDLED_LIBRARIES) diff --git a/desktop_photo_search/material/pubspec.lock b/desktop_photo_search/material/pubspec.lock index 49d3d73b2..70db31593 100644 --- a/desktop_photo_search/material/pubspec.lock +++ b/desktop_photo_search/material/pubspec.lock @@ -7,28 +7,21 @@ packages: name: _fe_analyzer_shared url: "https://pub.dartlang.org" source: hosted - version: "34.0.0" + version: "36.0.0" analyzer: dependency: transitive description: name: analyzer url: "https://pub.dartlang.org" source: hosted - version: "3.2.0" - ansicolor: - dependency: transitive - description: - name: ansicolor - url: "https://pub.dartlang.org" - source: hosted - version: "2.0.1" + version: "3.3.1" archive: dependency: transitive description: name: archive url: "https://pub.dartlang.org" source: hosted - version: "3.1.11" + version: "3.2.2" args: dependency: transitive description: @@ -84,7 +77,7 @@ packages: name: build_runner url: "https://pub.dartlang.org" source: hosted - version: "2.1.7" + version: "2.1.8" build_runner_core: dependency: transitive description: @@ -134,6 +127,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.0.1" + cli_dialog: + dependency: transitive + description: + name: cli_dialog + url: "https://pub.dartlang.org" + source: hosted + version: "0.5.0" cli_util: dependency: transitive description: @@ -190,13 +190,20 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.0.4" + dart_console: + dependency: transitive + description: + name: dart_console + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.0" dart_style: dependency: transitive description: name: dart_style url: "https://pub.dartlang.org" source: hosted - version: "2.2.1" + version: "2.2.2" fake_async: dependency: transitive description: @@ -204,6 +211,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.2.0" + ffi: + dependency: transitive + description: + name: ffi + url: "https://pub.dartlang.org" + source: hosted + version: "1.1.2" file: dependency: transitive description: @@ -217,7 +231,7 @@ packages: name: file_selector url: "https://pub.dartlang.org" source: hosted - version: "0.8.3" + version: "0.8.4+1" file_selector_linux: dependency: "direct main" description: @@ -231,7 +245,7 @@ packages: name: file_selector_macos url: "https://pub.dartlang.org" source: hosted - version: "0.0.4+1" + version: "0.8.2" file_selector_platform_interface: dependency: transitive description: @@ -278,7 +292,7 @@ packages: name: flutter_simple_treeview url: "https://pub.dartlang.org" source: hosted - version: "3.0.0-nullsafety.1" + version: "3.0.1" flutter_test: dependency: "direct dev" description: flutter @@ -330,7 +344,7 @@ packages: name: http_multi_server url: "https://pub.dartlang.org" source: hosted - version: "3.0.1" + version: "3.2.0" http_parser: dependency: transitive description: @@ -344,7 +358,7 @@ packages: name: image url: "https://pub.dartlang.org" source: hosted - version: "3.1.1" + version: "3.1.3" io: dependency: transitive description: @@ -399,7 +413,7 @@ packages: description: path: "plugins/menubar" ref: HEAD - resolved-ref: "89c350f787e1d7bff12b3517e5671146211ee70e" + resolved-ref: "5c51870ced62a00e809ba4b81a846a052d241c9f" url: "https://github.com/google/flutter-desktop-embedding.git" source: git version: "0.1.0" @@ -423,7 +437,7 @@ packages: name: msix url: "https://pub.dartlang.org" source: hosted - version: "2.8.5" + version: "3.4.0" nested: dependency: transitive description: @@ -479,7 +493,7 @@ packages: name: pub_semver url: "https://pub.dartlang.org" source: hosted - version: "2.1.0" + version: "2.1.1" pubspec_parse: dependency: transitive description: @@ -596,35 +610,35 @@ packages: name: url_launcher url: "https://pub.dartlang.org" source: hosted - version: "6.0.18" + version: "6.0.20" url_launcher_android: dependency: transitive description: name: url_launcher_android url: "https://pub.dartlang.org" source: hosted - version: "6.0.14" + version: "6.0.15" url_launcher_ios: dependency: transitive description: name: url_launcher_ios url: "https://pub.dartlang.org" source: hosted - version: "6.0.14" + version: "6.0.15" url_launcher_linux: dependency: transitive description: name: url_launcher_linux url: "https://pub.dartlang.org" source: hosted - version: "2.0.3" + version: "3.0.0" url_launcher_macos: dependency: transitive description: name: url_launcher_macos url: "https://pub.dartlang.org" source: hosted - version: "2.0.3" + version: "3.0.0" url_launcher_platform_interface: dependency: transitive description: @@ -638,21 +652,21 @@ packages: name: url_launcher_web url: "https://pub.dartlang.org" source: hosted - version: "2.0.6" + version: "2.0.9" url_launcher_windows: dependency: transitive description: name: url_launcher_windows url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "3.0.0" uuid: dependency: "direct main" description: name: uuid url: "https://pub.dartlang.org" source: hosted - version: "3.0.5" + version: "3.0.6" vector_math: dependency: transitive description: @@ -674,12 +688,19 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.1.0" + win32: + dependency: transitive + description: + name: win32 + url: "https://pub.dartlang.org" + source: hosted + version: "2.4.1" window_size: dependency: "direct main" description: path: "plugins/window_size" - ref: "03d957e8b5c99fc83cd4a781031b154ab3de8753" - resolved-ref: "03d957e8b5c99fc83cd4a781031b154ab3de8753" + ref: HEAD + resolved-ref: "5c51870ced62a00e809ba4b81a846a052d241c9f" url: "https://github.com/google/flutter-desktop-embedding.git" source: git version: "0.1.0" @@ -699,4 +720,4 @@ packages: version: "3.1.0" sdks: dart: ">=2.15.0 <3.0.0" - flutter: ">=2.5.0" + flutter: ">=2.10.0" diff --git a/desktop_photo_search/material/pubspec.yaml b/desktop_photo_search/material/pubspec.yaml index 36a03bc0e..6a046059c 100644 --- a/desktop_photo_search/material/pubspec.yaml +++ b/desktop_photo_search/material/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: cupertino_icons: ^1.0.2 file_selector: ^0.8.3 file_selector_linux: ^0.0.2+1 - file_selector_macos: ^0.0.4+1 + file_selector_macos: ^0.8.2 file_selector_windows: ^0.8.2 flutter: sdk: flutter @@ -31,7 +31,6 @@ dependencies: git: url: https://github.com/google/flutter-desktop-embedding.git path: plugins/window_size - ref: 03d957e8b5c99fc83cd4a781031b154ab3de8753 dev_dependencies: build: ^2.2.1 @@ -41,7 +40,7 @@ dev_dependencies: flutter_test: sdk: flutter grinder: ^0.9.0 - msix: ^2.8.5 + msix: ^3.4.0 flutter: uses-material-design: true diff --git a/desktop_photo_search/material/windows/flutter/generated_plugin_registrant.cc b/desktop_photo_search/material/windows/flutter/generated_plugin_registrant.cc index b16c80c6e..ccdf1d8f7 100644 --- a/desktop_photo_search/material/windows/flutter/generated_plugin_registrant.cc +++ b/desktop_photo_search/material/windows/flutter/generated_plugin_registrant.cc @@ -9,6 +9,7 @@ #include #include #include +#include void RegisterPlugins(flutter::PluginRegistry* registry) { FileSelectorWindowsRegisterWithRegistrar( @@ -17,4 +18,6 @@ void RegisterPlugins(flutter::PluginRegistry* registry) { registry->GetRegistrarForPlugin("MenubarPlugin")); UrlLauncherWindowsRegisterWithRegistrar( registry->GetRegistrarForPlugin("UrlLauncherWindows")); + WindowSizePluginRegisterWithRegistrar( + registry->GetRegistrarForPlugin("WindowSizePlugin")); } diff --git a/desktop_photo_search/material/windows/flutter/generated_plugins.cmake b/desktop_photo_search/material/windows/flutter/generated_plugins.cmake index 50ab93cd5..af19be875 100644 --- a/desktop_photo_search/material/windows/flutter/generated_plugins.cmake +++ b/desktop_photo_search/material/windows/flutter/generated_plugins.cmake @@ -6,6 +6,7 @@ list(APPEND FLUTTER_PLUGIN_LIST file_selector_windows menubar url_launcher_windows + window_size ) set(PLUGIN_BUNDLED_LIBRARIES) diff --git a/experimental/federated_plugin/federated_plugin/example/pubspec.lock b/experimental/federated_plugin/federated_plugin/example/pubspec.lock index 7ce0a133d..e9c0b72b1 100644 --- a/experimental/federated_plugin/federated_plugin/example/pubspec.lock +++ b/experimental/federated_plugin/federated_plugin/example/pubspec.lock @@ -135,6 +135,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.12.11" + material_color_utilities: + dependency: transitive + description: + name: material_color_utilities + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.3" meta: dependency: transitive description: @@ -155,7 +162,7 @@ packages: name: plugin_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "2.1.2" sky_engine: dependency: transitive description: flutter @@ -202,7 +209,7 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.4.3" + version: "0.4.8" typed_data: dependency: transitive description: diff --git a/experimental/federated_plugin/federated_plugin/pubspec.lock b/experimental/federated_plugin/federated_plugin/pubspec.lock index 488c80c02..3d0565b49 100644 --- a/experimental/federated_plugin/federated_plugin/pubspec.lock +++ b/experimental/federated_plugin/federated_plugin/pubspec.lock @@ -121,6 +121,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.12.11" + material_color_utilities: + dependency: transitive + description: + name: material_color_utilities + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.3" meta: dependency: transitive description: @@ -141,7 +148,7 @@ packages: name: plugin_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "2.1.2" sky_engine: dependency: transitive description: flutter @@ -188,7 +195,7 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.4.3" + version: "0.4.8" typed_data: dependency: transitive description: diff --git a/experimental/federated_plugin/federated_plugin_macos/pubspec.lock b/experimental/federated_plugin/federated_plugin_macos/pubspec.lock index 7079fb95d..31b15c16a 100644 --- a/experimental/federated_plugin/federated_plugin_macos/pubspec.lock +++ b/experimental/federated_plugin/federated_plugin_macos/pubspec.lock @@ -81,6 +81,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.12.11" + material_color_utilities: + dependency: transitive + description: + name: material_color_utilities + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.3" meta: dependency: transitive description: @@ -141,7 +148,7 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.4.3" + version: "0.4.8" typed_data: dependency: transitive description: diff --git a/experimental/federated_plugin/federated_plugin_platform_interface/pubspec.lock b/experimental/federated_plugin/federated_plugin_platform_interface/pubspec.lock index 3fbbd8e84..19c806131 100644 --- a/experimental/federated_plugin/federated_plugin_platform_interface/pubspec.lock +++ b/experimental/federated_plugin/federated_plugin_platform_interface/pubspec.lock @@ -81,6 +81,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.12.11" + material_color_utilities: + dependency: transitive + description: + name: material_color_utilities + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.3" meta: dependency: transitive description: @@ -101,7 +108,7 @@ packages: name: plugin_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "2.1.2" sky_engine: dependency: transitive description: flutter @@ -148,7 +155,7 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.4.3" + version: "0.4.8" typed_data: dependency: transitive description: diff --git a/experimental/federated_plugin/federated_plugin_web/pubspec.lock b/experimental/federated_plugin/federated_plugin_web/pubspec.lock index b19da762f..167c3180d 100644 --- a/experimental/federated_plugin/federated_plugin_web/pubspec.lock +++ b/experimental/federated_plugin/federated_plugin_web/pubspec.lock @@ -7,14 +7,14 @@ packages: name: _fe_analyzer_shared url: "https://pub.dartlang.org" source: hosted - version: "32.0.0" + version: "36.0.0" analyzer: dependency: transitive description: name: analyzer url: "https://pub.dartlang.org" source: hosted - version: "3.0.0" + version: "3.3.1" archive: dependency: transitive description: @@ -63,7 +63,7 @@ packages: name: built_value url: "https://pub.dartlang.org" source: hosted - version: "8.1.3" + version: "8.1.4" characters: dependency: transitive description: @@ -78,13 +78,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.3.1" - cli_util: - dependency: transitive - description: - name: cli_util - url: "https://pub.dartlang.org" - source: hosted - version: "0.3.5" clock: dependency: transitive description: @@ -126,7 +119,7 @@ packages: name: dart_style url: "https://pub.dartlang.org" source: hosted - version: "2.2.1" + version: "2.2.2" fake_async: dependency: transitive description: @@ -227,6 +220,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.12.11" + material_color_utilities: + dependency: transitive + description: + name: material_color_utilities + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.3" meta: dependency: transitive description: @@ -240,7 +240,7 @@ packages: name: mockito url: "https://pub.dartlang.org" source: hosted - version: "5.0.17" + version: "5.1.0" package_config: dependency: transitive description: @@ -261,14 +261,14 @@ packages: name: platform url: "https://pub.dartlang.org" source: hosted - version: "3.0.2" + version: "3.1.0" plugin_platform_interface: dependency: transitive description: name: plugin_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "2.1.2" process: dependency: transitive description: @@ -282,7 +282,7 @@ packages: name: pub_semver url: "https://pub.dartlang.org" source: hosted - version: "2.1.0" + version: "2.1.1" sky_engine: dependency: transitive description: flutter @@ -343,7 +343,7 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.4.3" + version: "0.4.8" typed_data: dependency: transitive description: @@ -364,7 +364,7 @@ packages: name: vm_service url: "https://pub.dartlang.org" source: hosted - version: "7.3.0" + version: "7.5.0" watcher: dependency: transitive description: @@ -387,5 +387,5 @@ packages: source: hosted version: "3.1.0" sdks: - dart: ">=2.14.0 <3.0.0" + dart: ">=2.15.1 <3.0.0" flutter: ">=1.17.0" diff --git a/experimental/federated_plugin/federated_plugin_windows/pubspec.lock b/experimental/federated_plugin/federated_plugin_windows/pubspec.lock index 7079fb95d..31b15c16a 100644 --- a/experimental/federated_plugin/federated_plugin_windows/pubspec.lock +++ b/experimental/federated_plugin/federated_plugin_windows/pubspec.lock @@ -81,6 +81,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.12.11" + material_color_utilities: + dependency: transitive + description: + name: material_color_utilities + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.3" meta: dependency: transitive description: @@ -141,7 +148,7 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.4.3" + version: "0.4.8" typed_data: dependency: transitive description: diff --git a/experimental/linting_tool/pubspec.lock b/experimental/linting_tool/pubspec.lock index fd012713b..5c17650af 100644 --- a/experimental/linting_tool/pubspec.lock +++ b/experimental/linting_tool/pubspec.lock @@ -7,7 +7,7 @@ packages: name: _fe_analyzer_shared url: "https://pub.dartlang.org" source: hosted - version: "31.0.0" + version: "36.0.0" adaptive_breakpoints: dependency: "direct main" description: @@ -21,7 +21,7 @@ packages: name: analyzer url: "https://pub.dartlang.org" source: hosted - version: "2.8.0" + version: "3.3.1" args: dependency: transitive description: @@ -70,21 +70,21 @@ packages: name: build_resolvers url: "https://pub.dartlang.org" source: hosted - version: "2.0.4" + version: "2.0.6" build_runner: dependency: "direct dev" description: name: build_runner url: "https://pub.dartlang.org" source: hosted - version: "2.1.7" + version: "2.1.8" build_runner_core: dependency: transitive description: name: build_runner_core url: "https://pub.dartlang.org" source: hosted - version: "7.2.2" + version: "7.2.3" built_collection: dependency: transitive description: @@ -98,7 +98,7 @@ packages: name: built_value url: "https://pub.dartlang.org" source: hosted - version: "8.1.3" + version: "8.1.4" characters: dependency: transitive description: @@ -120,13 +120,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.0.1" - cli_util: - dependency: transitive - description: - name: cli_util - url: "https://pub.dartlang.org" - source: hosted - version: "0.3.5" clock: dependency: transitive description: @@ -154,7 +147,7 @@ packages: name: context_menus url: "https://pub.dartlang.org" source: hosted - version: "0.1.0+5" + version: "1.0.1" convert: dependency: transitive description: @@ -189,7 +182,7 @@ packages: name: dart_style url: "https://pub.dartlang.org" source: hosted - version: "2.1.1" + version: "2.2.2" equatable: dependency: "direct main" description: @@ -224,7 +217,7 @@ packages: name: file_selector url: "https://pub.dartlang.org" source: hosted - version: "0.8.2+1" + version: "0.8.4+1" file_selector_linux: dependency: "direct main" description: @@ -238,28 +231,28 @@ packages: name: file_selector_macos url: "https://pub.dartlang.org" source: hosted - version: "0.0.4+1" + version: "0.8.2" file_selector_platform_interface: dependency: transitive description: name: file_selector_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "2.0.4" file_selector_web: dependency: "direct main" description: name: file_selector_web url: "https://pub.dartlang.org" source: hosted - version: "0.8.1+2" + version: "0.8.1+3" file_selector_windows: dependency: "direct main" description: name: file_selector_windows url: "https://pub.dartlang.org" source: hosted - version: "0.0.2+1" + version: "0.8.2" fixnum: dependency: transitive description: @@ -316,7 +309,7 @@ packages: name: google_fonts url: "https://pub.dartlang.org" source: hosted - version: "2.2.0" + version: "2.3.1" graphs: dependency: transitive description: @@ -330,7 +323,7 @@ packages: name: hive url: "https://pub.dartlang.org" source: hosted - version: "2.0.5" + version: "2.0.6" hive_flutter: dependency: "direct main" description: @@ -344,7 +337,7 @@ packages: name: hive_generator url: "https://pub.dartlang.org" source: hosted - version: "1.1.1" + version: "1.1.2" http: dependency: "direct main" description: @@ -358,7 +351,7 @@ packages: name: http_multi_server url: "https://pub.dartlang.org" source: hosted - version: "3.0.1" + version: "3.2.0" http_parser: dependency: transitive description: @@ -400,7 +393,7 @@ packages: name: json_serializable url: "https://pub.dartlang.org" source: hosted - version: "6.1.3" + version: "6.1.5" lints: dependency: transitive description: @@ -435,7 +428,7 @@ packages: name: material_color_utilities url: "https://pub.dartlang.org" source: hosted - version: "0.1.2" + version: "0.1.3" meta: dependency: transitive description: @@ -456,7 +449,7 @@ packages: name: mockito url: "https://pub.dartlang.org" source: hosted - version: "5.0.15" + version: "5.1.0" nested: dependency: transitive description: @@ -484,56 +477,49 @@ packages: name: path_provider url: "https://pub.dartlang.org" source: hosted - version: "2.0.8" + version: "2.0.9" path_provider_android: dependency: transitive description: name: path_provider_android url: "https://pub.dartlang.org" source: hosted - version: "2.0.11" + version: "2.0.12" path_provider_ios: dependency: transitive description: name: path_provider_ios url: "https://pub.dartlang.org" source: hosted - version: "2.0.7" + version: "2.0.8" path_provider_linux: dependency: transitive description: name: path_provider_linux url: "https://pub.dartlang.org" source: hosted - version: "2.1.4" + version: "2.1.5" path_provider_macos: dependency: transitive description: name: path_provider_macos url: "https://pub.dartlang.org" source: hosted - version: "2.0.4" + version: "2.0.5" path_provider_platform_interface: dependency: transitive description: name: path_provider_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "2.0.1" + version: "2.0.3" path_provider_windows: dependency: transitive description: name: path_provider_windows url: "https://pub.dartlang.org" source: hosted - version: "2.0.4" - pedantic: - dependency: transitive - description: - name: pedantic - url: "https://pub.dartlang.org" - source: hosted - version: "1.11.1" + version: "2.0.5" platform: dependency: transitive description: @@ -547,7 +533,7 @@ packages: name: plugin_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "2.1.2" pool: dependency: transitive description: @@ -575,14 +561,14 @@ packages: name: pub_semver url: "https://pub.dartlang.org" source: hosted - version: "2.1.0" + version: "2.1.1" pubspec_parse: dependency: transitive description: name: pubspec_parse url: "https://pub.dartlang.org" source: hosted - version: "1.1.0" + version: "1.2.0" shelf: dependency: transitive description: @@ -608,14 +594,14 @@ packages: name: source_gen url: "https://pub.dartlang.org" source: hosted - version: "1.0.3" + version: "1.2.1" source_helper: dependency: transitive description: name: source_helper url: "https://pub.dartlang.org" source: hosted - version: "1.3.0" + version: "1.3.1" source_span: dependency: transitive description: @@ -685,56 +671,56 @@ packages: name: url_launcher url: "https://pub.dartlang.org" source: hosted - version: "6.0.17" + version: "6.0.20" url_launcher_android: dependency: transitive description: name: url_launcher_android url: "https://pub.dartlang.org" source: hosted - version: "6.0.13" + version: "6.0.15" url_launcher_ios: dependency: transitive description: name: url_launcher_ios url: "https://pub.dartlang.org" source: hosted - version: "6.0.13" + version: "6.0.15" url_launcher_linux: dependency: transitive description: name: url_launcher_linux url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "3.0.0" url_launcher_macos: dependency: transitive description: name: url_launcher_macos url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "3.0.0" url_launcher_platform_interface: dependency: transitive description: name: url_launcher_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "2.0.4" + version: "2.0.5" url_launcher_web: dependency: transitive description: name: url_launcher_web url: "https://pub.dartlang.org" source: hosted - version: "2.0.5" + version: "2.0.9" url_launcher_windows: dependency: transitive description: name: url_launcher_windows url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "3.0.0" vector_math: dependency: transitive description: @@ -762,14 +748,14 @@ packages: name: win32 url: "https://pub.dartlang.org" source: hosted - version: "2.3.3" + version: "2.4.1" window_size: dependency: "direct main" description: path: "plugins/window_size" - ref: e48abe7c3e9ebfe0b81622167c5201d4e783bb81 - resolved-ref: e48abe7c3e9ebfe0b81622167c5201d4e783bb81 - url: "git://github.com/google/flutter-desktop-embedding.git" + ref: HEAD + resolved-ref: "5c51870ced62a00e809ba4b81a846a052d241c9f" + url: "https://github.com/google/flutter-desktop-embedding.git" source: git version: "0.1.0" xdg_directories: @@ -778,7 +764,7 @@ packages: name: xdg_directories url: "https://pub.dartlang.org" source: hosted - version: "0.2.0" + version: "0.2.0+1" yaml: dependency: "direct main" description: @@ -788,4 +774,4 @@ packages: version: "3.1.0" sdks: dart: ">=2.15.0 <3.0.0" - flutter: ">=2.5.0" + flutter: ">=2.10.0" diff --git a/experimental/linting_tool/pubspec.yaml b/experimental/linting_tool/pubspec.yaml index 45975c248..a37b7e56d 100644 --- a/experimental/linting_tool/pubspec.yaml +++ b/experimental/linting_tool/pubspec.yaml @@ -16,9 +16,9 @@ dependencies: equatable: ^2.0.3 file_selector: ^0.8.2 file_selector_linux: ^0.0.2+1 - file_selector_macos: ^0.0.4+1 + file_selector_macos: ^0.8.2 file_selector_web: ^0.8.1+1 - file_selector_windows: ^0.0.2+1 + file_selector_windows: ^0.8.2 flutter_markdown: ^0.6.2 google_fonts: ^2.1.0 hive: ^2.0.4 @@ -29,12 +29,11 @@ dependencies: mockito: ^5.0.13 provider: ^6.0.2 yaml: ^3.1.0 - context_menus: ^0.1.0+5 + context_menus: ^1.0.1 window_size: git: - url: git://github.com/google/flutter-desktop-embedding.git + url: https://github.com/google/flutter-desktop-embedding.git path: plugins/window_size - ref: e48abe7c3e9ebfe0b81622167c5201d4e783bb81 dev_dependencies: flutter_test: diff --git a/experimental/linting_tool/windows/flutter/generated_plugin_registrant.cc b/experimental/linting_tool/windows/flutter/generated_plugin_registrant.cc index 0e70fe474..cd2d5c198 100644 --- a/experimental/linting_tool/windows/flutter/generated_plugin_registrant.cc +++ b/experimental/linting_tool/windows/flutter/generated_plugin_registrant.cc @@ -6,13 +6,13 @@ #include "generated_plugin_registrant.h" -#include +#include #include #include void RegisterPlugins(flutter::PluginRegistry* registry) { - FileSelectorPluginRegisterWithRegistrar( - registry->GetRegistrarForPlugin("FileSelectorPlugin")); + FileSelectorWindowsRegisterWithRegistrar( + registry->GetRegistrarForPlugin("FileSelectorWindows")); UrlLauncherWindowsRegisterWithRegistrar( registry->GetRegistrarForPlugin("UrlLauncherWindows")); WindowSizePluginRegisterWithRegistrar( diff --git a/experimental/web_dashboard/pubspec.lock b/experimental/web_dashboard/pubspec.lock index e5dbba7fe..dd468b8fc 100644 --- a/experimental/web_dashboard/pubspec.lock +++ b/experimental/web_dashboard/pubspec.lock @@ -7,14 +7,14 @@ packages: name: _fe_analyzer_shared url: "https://pub.dartlang.org" source: hosted - version: "31.0.0" + version: "36.0.0" analyzer: dependency: transitive description: name: analyzer url: "https://pub.dartlang.org" source: hosted - version: "2.8.0" + version: "3.3.1" args: dependency: transitive description: @@ -70,14 +70,14 @@ packages: name: build_runner url: "https://pub.dartlang.org" source: hosted - version: "2.1.7" + version: "2.1.8" build_runner_core: dependency: transitive description: name: build_runner_core url: "https://pub.dartlang.org" source: hosted - version: "7.2.2" + version: "7.2.3" built_collection: dependency: transitive description: @@ -91,7 +91,7 @@ packages: name: built_value url: "https://pub.dartlang.org" source: hosted - version: "8.1.3" + version: "8.1.4" characters: dependency: transitive description: @@ -147,21 +147,21 @@ packages: name: cloud_firestore url: "https://pub.dartlang.org" source: hosted - version: "2.5.4" + version: "3.1.10" cloud_firestore_platform_interface: dependency: transitive description: name: cloud_firestore_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "5.4.10" + version: "5.5.1" cloud_firestore_web: dependency: transitive description: name: cloud_firestore_web url: "https://pub.dartlang.org" source: hosted - version: "2.6.5" + version: "2.6.10" code_builder: dependency: transitive description: @@ -203,7 +203,7 @@ packages: name: dart_style url: "https://pub.dartlang.org" source: hosted - version: "2.2.1" + version: "2.2.2" fake_async: dependency: transitive description: @@ -224,42 +224,42 @@ packages: name: firebase_auth url: "https://pub.dartlang.org" source: hosted - version: "3.3.4" + version: "3.3.11" firebase_auth_platform_interface: dependency: transitive description: name: firebase_auth_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "6.1.9" + version: "6.2.1" firebase_auth_web: dependency: transitive description: name: firebase_auth_web url: "https://pub.dartlang.org" source: hosted - version: "3.3.5" + version: "3.3.9" firebase_core: dependency: "direct main" description: name: firebase_core url: "https://pub.dartlang.org" source: hosted - version: "1.10.6" + version: "1.13.1" firebase_core_platform_interface: dependency: transitive description: name: firebase_core_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "4.2.3" + version: "4.2.5" firebase_core_web: dependency: transitive description: name: firebase_core_web url: "https://pub.dartlang.org" source: hosted - version: "1.5.3" + version: "1.6.1" fixnum: dependency: transitive description: @@ -309,21 +309,21 @@ packages: name: google_sign_in url: "https://pub.dartlang.org" source: hosted - version: "5.2.1" + version: "5.2.4" google_sign_in_platform_interface: dependency: transitive description: name: google_sign_in_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "2.1.0" + version: "2.1.2" google_sign_in_web: dependency: transitive description: name: google_sign_in_web url: "https://pub.dartlang.org" source: hosted - version: "0.10.0+3" + version: "0.10.0+5" graphs: dependency: transitive description: @@ -344,7 +344,7 @@ packages: name: http_multi_server url: "https://pub.dartlang.org" source: hosted - version: "3.0.1" + version: "3.2.0" http_parser: dependency: transitive description: @@ -379,14 +379,14 @@ packages: name: json_annotation url: "https://pub.dartlang.org" source: hosted - version: "4.1.0" + version: "4.4.0" json_serializable: dependency: "direct dev" description: name: json_serializable url: "https://pub.dartlang.org" source: hosted - version: "5.0.2" + version: "6.1.5" lints: dependency: transitive description: @@ -408,6 +408,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.12.11" + material_color_utilities: + dependency: transitive + description: + name: material_color_utilities + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.3" meta: dependency: transitive description: @@ -449,7 +456,7 @@ packages: name: plugin_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "2.1.2" pool: dependency: transitive description: @@ -470,14 +477,14 @@ packages: name: pub_semver url: "https://pub.dartlang.org" source: hosted - version: "2.1.0" + version: "2.1.1" pubspec_parse: dependency: transitive description: name: pubspec_parse url: "https://pub.dartlang.org" source: hosted - version: "1.1.0" + version: "1.2.0" quiver: dependency: transitive description: @@ -566,7 +573,7 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.4.3" + version: "0.4.8" timing: dependency: transitive description: @@ -587,7 +594,7 @@ packages: name: uuid url: "https://pub.dartlang.org" source: hosted - version: "3.0.5" + version: "3.0.6" vector_math: dependency: transitive description: @@ -617,5 +624,5 @@ packages: source: hosted version: "3.1.0" sdks: - dart: ">=2.14.0 <3.0.0" + dart: ">=2.16.0 <3.0.0" flutter: ">=2.5.0" diff --git a/experimental/web_dashboard/pubspec.yaml b/experimental/web_dashboard/pubspec.yaml index 85537e1ce..c2ebb4837 100644 --- a/experimental/web_dashboard/pubspec.yaml +++ b/experimental/web_dashboard/pubspec.yaml @@ -7,7 +7,7 @@ environment: dependencies: flutter: sdk: flutter - cloud_firestore: ^2.5.0 + cloud_firestore: ^3.1.10 cupertino_icons: ^1.0.0 firebase_auth: ^3.1.0 firebase_core: ^1.7.0 @@ -20,7 +20,7 @@ dev_dependencies: flutter_test: sdk: flutter build_runner: ^2.1.0 - json_serializable: ^5.0.0 + json_serializable: ^6.1.5 grinder: ^0.9.0 flutter_lints: ^1.0.0 flutter: diff --git a/flutter_maps_firestore/pubspec.lock b/flutter_maps_firestore/pubspec.lock index d3ee1e5ba..8c7a94ec4 100644 --- a/flutter_maps_firestore/pubspec.lock +++ b/flutter_maps_firestore/pubspec.lock @@ -42,21 +42,21 @@ packages: name: cloud_firestore url: "https://pub.dartlang.org" source: hosted - version: "2.5.4" + version: "3.1.10" cloud_firestore_platform_interface: dependency: transitive description: name: cloud_firestore_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "5.4.10" + version: "5.5.1" cloud_firestore_web: dependency: transitive description: name: cloud_firestore_web url: "https://pub.dartlang.org" source: hosted - version: "2.6.5" + version: "2.6.10" collection: dependency: transitive description: @@ -77,21 +77,21 @@ packages: name: firebase_core url: "https://pub.dartlang.org" source: hosted - version: "1.10.6" + version: "1.13.1" firebase_core_platform_interface: dependency: transitive description: name: firebase_core_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "4.2.3" + version: "4.2.5" firebase_core_web: dependency: transitive description: name: firebase_core_web url: "https://pub.dartlang.org" source: hosted - version: "1.5.3" + version: "1.6.1" flutter: dependency: "direct main" description: flutter @@ -127,14 +127,14 @@ packages: name: google_maps_flutter url: "https://pub.dartlang.org" source: hosted - version: "2.1.1" + version: "2.1.2" google_maps_flutter_platform_interface: dependency: transitive description: name: google_maps_flutter_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "2.1.3" + version: "2.1.5" google_maps_webservice: dependency: "direct main" description: @@ -205,6 +205,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.12.11" + material_color_utilities: + dependency: transitive + description: + name: material_color_utilities + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.3" meta: dependency: transitive description: @@ -225,7 +232,7 @@ packages: name: plugin_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "2.1.2" sky_engine: dependency: transitive description: flutter @@ -279,7 +286,7 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.4.3" + version: "0.4.8" typed_data: dependency: transitive description: @@ -295,5 +302,5 @@ packages: source: hosted version: "2.1.1" sdks: - dart: ">=2.14.0 <3.0.0" + dart: ">=2.16.0 <3.0.0" flutter: ">=2.5.0" diff --git a/flutter_maps_firestore/pubspec.yaml b/flutter_maps_firestore/pubspec.yaml index 85eb994b1..460889de5 100644 --- a/flutter_maps_firestore/pubspec.yaml +++ b/flutter_maps_firestore/pubspec.yaml @@ -8,7 +8,7 @@ environment: dependencies: flutter: sdk: flutter - cloud_firestore: ^2.2.0 + cloud_firestore: ^3.1.10 firebase_core: ^1.2.0 google_maps_flutter: ^2.0.0 google_maps_webservice: ^0.0.20-nullsafety.0 diff --git a/form_app/pubspec.lock b/form_app/pubspec.lock index 6bc552c08..9dd4460dd 100644 --- a/form_app/pubspec.lock +++ b/form_app/pubspec.lock @@ -7,14 +7,14 @@ packages: name: _fe_analyzer_shared url: "https://pub.dartlang.org" source: hosted - version: "22.0.0" + version: "36.0.0" analyzer: dependency: transitive description: name: analyzer url: "https://pub.dartlang.org" source: hosted - version: "1.7.2" + version: "3.3.1" args: dependency: transitive description: @@ -42,42 +42,42 @@ packages: name: build url: "https://pub.dartlang.org" source: hosted - version: "2.0.3" + version: "2.2.1" build_config: dependency: transitive description: name: build_config url: "https://pub.dartlang.org" source: hosted - version: "0.4.7" + version: "1.0.0" build_daemon: dependency: transitive description: name: build_daemon url: "https://pub.dartlang.org" source: hosted - version: "2.1.10" + version: "3.0.1" build_resolvers: dependency: transitive description: name: build_resolvers url: "https://pub.dartlang.org" source: hosted - version: "2.0.4" + version: "2.0.6" build_runner: dependency: "direct dev" description: name: build_runner url: "https://pub.dartlang.org" source: hosted - version: "1.12.2" + version: "2.1.8" build_runner_core: dependency: transitive description: name: build_runner_core url: "https://pub.dartlang.org" source: hosted - version: "6.1.12" + version: "7.2.3" built_collection: dependency: transitive description: @@ -91,7 +91,7 @@ packages: name: built_value url: "https://pub.dartlang.org" source: hosted - version: "8.1.3" + version: "8.1.4" characters: dependency: transitive description: @@ -113,13 +113,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.0.1" - cli_util: - dependency: transitive - description: - name: cli_util - url: "https://pub.dartlang.org" - source: hosted - version: "0.3.5" clock: dependency: transitive description: @@ -133,7 +126,7 @@ packages: name: code_builder url: "https://pub.dartlang.org" source: hosted - version: "3.7.0" + version: "4.1.0" collection: dependency: transitive description: @@ -168,7 +161,7 @@ packages: name: dart_style url: "https://pub.dartlang.org" source: hosted - version: "2.1.1" + version: "2.2.2" english_words: dependency: "direct main" description: @@ -214,6 +207,13 @@ packages: description: flutter source: sdk version: "0.0.0" + frontend_server_client: + dependency: transitive + description: + name: frontend_server_client + url: "https://pub.dartlang.org" + source: hosted + version: "2.1.2" glob: dependency: transitive description: @@ -227,7 +227,7 @@ packages: name: graphs url: "https://pub.dartlang.org" source: hosted - version: "1.0.0" + version: "2.1.0" http: dependency: "direct main" description: @@ -241,7 +241,7 @@ packages: name: http_multi_server url: "https://pub.dartlang.org" source: hosted - version: "3.0.1" + version: "3.2.0" http_parser: dependency: transitive description: @@ -269,21 +269,21 @@ packages: name: js url: "https://pub.dartlang.org" source: hosted - version: "0.6.3" + version: "0.6.4" json_annotation: dependency: "direct main" description: name: json_annotation url: "https://pub.dartlang.org" source: hosted - version: "4.1.0" + version: "4.4.0" json_serializable: dependency: "direct dev" description: name: json_serializable url: "https://pub.dartlang.org" source: hosted - version: "4.1.4" + version: "6.1.5" lints: dependency: transitive description: @@ -340,13 +340,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.8.0" - pedantic: - dependency: transitive - description: - name: pedantic - url: "https://pub.dartlang.org" - source: hosted - version: "1.11.1" pool: dependency: transitive description: @@ -360,14 +353,14 @@ packages: name: pub_semver url: "https://pub.dartlang.org" source: hosted - version: "2.1.0" + version: "2.1.1" pubspec_parse: dependency: transitive description: name: pubspec_parse url: "https://pub.dartlang.org" source: hosted - version: "1.1.0" + version: "1.2.0" shelf: dependency: transitive description: @@ -393,7 +386,14 @@ packages: name: source_gen url: "https://pub.dartlang.org" source: hosted - version: "1.0.3" + version: "1.2.1" + source_helper: + dependency: transitive + description: + name: source_helper + url: "https://pub.dartlang.org" + source: hosted + version: "1.3.1" source_span: dependency: transitive description: @@ -482,8 +482,8 @@ packages: dependency: "direct main" description: path: "plugins/window_size" - ref: "03d957e8b5c99fc83cd4a781031b154ab3de8753" - resolved-ref: "03d957e8b5c99fc83cd4a781031b154ab3de8753" + ref: HEAD + resolved-ref: "5c51870ced62a00e809ba4b81a846a052d241c9f" url: "https://github.com/google/flutter-desktop-embedding.git" source: git version: "0.1.0" @@ -495,4 +495,4 @@ packages: source: hosted version: "3.1.0" sdks: - dart: ">=2.14.0 <3.0.0" + dart: ">=2.16.0-100.0.dev <3.0.0" diff --git a/form_app/pubspec.yaml b/form_app/pubspec.yaml index d0219ec94..d2546d9f9 100644 --- a/form_app/pubspec.yaml +++ b/form_app/pubspec.yaml @@ -18,13 +18,12 @@ dependencies: git: url: https://github.com/google/flutter-desktop-embedding.git path: plugins/window_size - ref: 03d957e8b5c99fc83cd4a781031b154ab3de8753 dev_dependencies: flutter_test: sdk: flutter - json_serializable: ^4.0.0 - build_runner: ^1.11.0 + json_serializable: ^6.1.5 + build_runner: ^2.1.8 flutter_lints: ^1.0.0 flutter: diff --git a/infinite_list/pubspec.lock b/infinite_list/pubspec.lock index 2c31eee46..e7f0d366d 100644 --- a/infinite_list/pubspec.lock +++ b/infinite_list/pubspec.lock @@ -122,7 +122,7 @@ packages: name: provider url: "https://pub.dartlang.org" source: hosted - version: "5.0.0" + version: "6.0.2" sky_engine: dependency: transitive description: flutter @@ -188,8 +188,8 @@ packages: dependency: "direct main" description: path: "plugins/window_size" - ref: "03d957e8b5c99fc83cd4a781031b154ab3de8753" - resolved-ref: "03d957e8b5c99fc83cd4a781031b154ab3de8753" + ref: HEAD + resolved-ref: "5c51870ced62a00e809ba4b81a846a052d241c9f" url: "https://github.com/google/flutter-desktop-embedding.git" source: git version: "0.1.0" diff --git a/infinite_list/pubspec.yaml b/infinite_list/pubspec.yaml index 448f49eed..57e0efd61 100644 --- a/infinite_list/pubspec.yaml +++ b/infinite_list/pubspec.yaml @@ -14,12 +14,11 @@ dependencies: cupertino_icons: ^1.0.2 meta: ^1.3.0 - provider: ^5.0.0 + provider: ^6.0.2 window_size: git: url: https://github.com/google/flutter-desktop-embedding.git path: plugins/window_size - ref: 03d957e8b5c99fc83cd4a781031b154ab3de8753 dev_dependencies: flutter_test: diff --git a/ios_app_clip/pubspec.lock b/ios_app_clip/pubspec.lock index 024938686..a43f5e40b 100644 --- a/ios_app_clip/pubspec.lock +++ b/ios_app_clip/pubspec.lock @@ -56,14 +56,14 @@ packages: name: device_info url: "https://pub.dartlang.org" source: hosted - version: "1.0.0" + version: "2.0.3" device_info_platform_interface: dependency: transitive description: name: device_info_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "1.0.1" + version: "2.0.1" fake_async: dependency: transitive description: @@ -102,6 +102,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.12.11" + material_color_utilities: + dependency: transitive + description: + name: material_color_utilities + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.3" meta: dependency: transitive description: @@ -122,7 +129,7 @@ packages: name: plugin_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "1.0.3" + version: "2.1.2" sky_engine: dependency: transitive description: flutter @@ -169,7 +176,7 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.4.3" + version: "0.4.8" typed_data: dependency: transitive description: diff --git a/ios_app_clip/pubspec.yaml b/ios_app_clip/pubspec.yaml index 34359fce1..b81f8b7a7 100644 --- a/ios_app_clip/pubspec.yaml +++ b/ios_app_clip/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: sdk: flutter cupertino_icons: ^1.0.0 - device_info: ">=0.4.2+7 <2.0.0" + device_info: ^2.0.3 dev_dependencies: flutter_test: diff --git a/isolate_example/pubspec.lock b/isolate_example/pubspec.lock index 8845d786b..36a527d69 100644 --- a/isolate_example/pubspec.lock +++ b/isolate_example/pubspec.lock @@ -115,7 +115,7 @@ packages: name: provider url: "https://pub.dartlang.org" source: hosted - version: "5.0.0" + version: "6.0.2" sky_engine: dependency: transitive description: flutter @@ -181,8 +181,8 @@ packages: dependency: "direct main" description: path: "plugins/window_size" - ref: "03d957e8b5c99fc83cd4a781031b154ab3de8753" - resolved-ref: "03d957e8b5c99fc83cd4a781031b154ab3de8753" + ref: HEAD + resolved-ref: "5c51870ced62a00e809ba4b81a846a052d241c9f" url: "https://github.com/google/flutter-desktop-embedding.git" source: git version: "0.1.0" diff --git a/isolate_example/pubspec.yaml b/isolate_example/pubspec.yaml index e02fabba3..d05c3ed20 100644 --- a/isolate_example/pubspec.yaml +++ b/isolate_example/pubspec.yaml @@ -9,12 +9,11 @@ environment: dependencies: flutter: sdk: flutter - provider: ^5.0.0 + provider: ^6.0.2 window_size: git: url: https://github.com/google/flutter-desktop-embedding.git path: plugins/window_size - ref: 03d957e8b5c99fc83cd4a781031b154ab3de8753 dev_dependencies: flutter_test: diff --git a/isolate_example/windows/flutter/generated_plugin_registrant.cc b/isolate_example/windows/flutter/generated_plugin_registrant.cc index 8b6d4680a..9372fc507 100644 --- a/isolate_example/windows/flutter/generated_plugin_registrant.cc +++ b/isolate_example/windows/flutter/generated_plugin_registrant.cc @@ -6,6 +6,9 @@ #include "generated_plugin_registrant.h" +#include void RegisterPlugins(flutter::PluginRegistry* registry) { + WindowSizePluginRegisterWithRegistrar( + registry->GetRegistrarForPlugin("WindowSizePlugin")); } diff --git a/isolate_example/windows/flutter/generated_plugins.cmake b/isolate_example/windows/flutter/generated_plugins.cmake index 4d10c2518..154f23857 100644 --- a/isolate_example/windows/flutter/generated_plugins.cmake +++ b/isolate_example/windows/flutter/generated_plugins.cmake @@ -3,6 +3,7 @@ # list(APPEND FLUTTER_PLUGIN_LIST + window_size ) set(PLUGIN_BUNDLED_LIBRARIES) diff --git a/jsonexample/pubspec.lock b/jsonexample/pubspec.lock index 3c9cda4be..34ac2d50a 100644 --- a/jsonexample/pubspec.lock +++ b/jsonexample/pubspec.lock @@ -7,14 +7,14 @@ packages: name: _fe_analyzer_shared url: "https://pub.dartlang.org" source: hosted - version: "22.0.0" + version: "36.0.0" analyzer: dependency: transitive description: name: analyzer url: "https://pub.dartlang.org" source: hosted - version: "1.7.2" + version: "3.3.1" args: dependency: transitive description: @@ -63,21 +63,21 @@ packages: name: build_resolvers url: "https://pub.dartlang.org" source: hosted - version: "2.0.4" + version: "2.0.6" build_runner: dependency: "direct dev" description: name: build_runner url: "https://pub.dartlang.org" source: hosted - version: "2.1.7" + version: "2.1.8" build_runner_core: dependency: transitive description: name: build_runner_core url: "https://pub.dartlang.org" source: hosted - version: "7.2.2" + version: "7.2.3" built_collection: dependency: "direct main" description: @@ -91,14 +91,14 @@ packages: name: built_value url: "https://pub.dartlang.org" source: hosted - version: "8.1.3" + version: "8.1.4" built_value_generator: dependency: "direct dev" description: name: built_value_generator url: "https://pub.dartlang.org" source: hosted - version: "8.1.1" + version: "8.1.4" characters: dependency: transitive description: @@ -120,13 +120,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.0.1" - cli_util: - dependency: transitive - description: - name: cli_util - url: "https://pub.dartlang.org" - source: hosted - version: "0.3.5" clock: dependency: transitive description: @@ -168,7 +161,7 @@ packages: name: dart_style url: "https://pub.dartlang.org" source: hosted - version: "2.1.1" + version: "2.2.2" fake_async: dependency: transitive description: @@ -234,7 +227,7 @@ packages: name: http_multi_server url: "https://pub.dartlang.org" source: hosted - version: "3.0.1" + version: "3.2.0" http_parser: dependency: transitive description: @@ -255,21 +248,21 @@ packages: name: js url: "https://pub.dartlang.org" source: hosted - version: "0.6.3" + version: "0.6.4" json_annotation: dependency: "direct main" description: name: json_annotation url: "https://pub.dartlang.org" source: hosted - version: "4.1.0" + version: "4.4.0" json_serializable: dependency: "direct dev" description: name: json_serializable url: "https://pub.dartlang.org" source: hosted - version: "4.1.4" + version: "6.1.5" lints: dependency: transitive description: @@ -326,13 +319,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.8.0" - pedantic: - dependency: transitive - description: - name: pedantic - url: "https://pub.dartlang.org" - source: hosted - version: "1.11.1" pool: dependency: transitive description: @@ -346,14 +332,14 @@ packages: name: pub_semver url: "https://pub.dartlang.org" source: hosted - version: "2.1.0" + version: "2.1.1" pubspec_parse: dependency: transitive description: name: pubspec_parse url: "https://pub.dartlang.org" source: hosted - version: "1.1.0" + version: "1.2.0" quiver: dependency: transitive description: @@ -386,7 +372,14 @@ packages: name: source_gen url: "https://pub.dartlang.org" source: hosted - version: "1.0.3" + version: "1.2.1" + source_helper: + dependency: transitive + description: + name: source_helper + url: "https://pub.dartlang.org" + source: hosted + version: "1.3.1" source_span: dependency: transitive description: @@ -475,8 +468,8 @@ packages: dependency: "direct main" description: path: "plugins/window_size" - ref: "03d957e8b5c99fc83cd4a781031b154ab3de8753" - resolved-ref: "03d957e8b5c99fc83cd4a781031b154ab3de8753" + ref: HEAD + resolved-ref: "5c51870ced62a00e809ba4b81a846a052d241c9f" url: "https://github.com/google/flutter-desktop-embedding.git" source: git version: "0.1.0" @@ -488,4 +481,4 @@ packages: source: hosted version: "3.1.0" sdks: - dart: ">=2.14.0 <3.0.0" + dart: ">=2.16.0-100.0.dev <3.0.0" diff --git a/jsonexample/pubspec.yaml b/jsonexample/pubspec.yaml index 2d1e16d31..1082542f2 100644 --- a/jsonexample/pubspec.yaml +++ b/jsonexample/pubspec.yaml @@ -17,14 +17,13 @@ dependencies: git: url: https://github.com/google/flutter-desktop-embedding.git path: plugins/window_size - ref: 03d957e8b5c99fc83cd4a781031b154ab3de8753 dev_dependencies: flutter_test: sdk: flutter build_runner: ^2.0.4 built_value_generator: ^8.0.0 - json_serializable: ^4.0.0 + json_serializable: ^6.1.5 flutter_lints: ^1.0.0 flutter: diff --git a/jsonexample/windows/flutter/generated_plugin_registrant.cc b/jsonexample/windows/flutter/generated_plugin_registrant.cc index 8b6d4680a..9372fc507 100644 --- a/jsonexample/windows/flutter/generated_plugin_registrant.cc +++ b/jsonexample/windows/flutter/generated_plugin_registrant.cc @@ -6,6 +6,9 @@ #include "generated_plugin_registrant.h" +#include void RegisterPlugins(flutter::PluginRegistry* registry) { + WindowSizePluginRegisterWithRegistrar( + registry->GetRegistrarForPlugin("WindowSizePlugin")); } diff --git a/jsonexample/windows/flutter/generated_plugins.cmake b/jsonexample/windows/flutter/generated_plugins.cmake index 4d10c2518..154f23857 100644 --- a/jsonexample/windows/flutter/generated_plugins.cmake +++ b/jsonexample/windows/flutter/generated_plugins.cmake @@ -3,6 +3,7 @@ # list(APPEND FLUTTER_PLUGIN_LIST + window_size ) set(PLUGIN_BUNDLED_LIBRARIES) diff --git a/navigation_and_routing/pubspec.lock b/navigation_and_routing/pubspec.lock index b7a53bed3..114f3c9fe 100644 --- a/navigation_and_routing/pubspec.lock +++ b/navigation_and_routing/pubspec.lock @@ -169,7 +169,7 @@ packages: name: http_multi_server url: "https://pub.dartlang.org" source: hosted - version: "3.0.1" + version: "3.2.0" http_parser: dependency: transitive description: @@ -267,7 +267,7 @@ packages: name: plugin_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "2.1.2" pool: dependency: transitive description: @@ -281,7 +281,7 @@ packages: name: pub_semver url: "https://pub.dartlang.org" source: hosted - version: "2.1.0" + version: "2.1.1" quiver: dependency: "direct main" description: @@ -405,56 +405,56 @@ packages: name: url_launcher url: "https://pub.dartlang.org" source: hosted - version: "6.0.17" + version: "6.0.20" url_launcher_android: dependency: transitive description: name: url_launcher_android url: "https://pub.dartlang.org" source: hosted - version: "6.0.13" + version: "6.0.15" url_launcher_ios: dependency: transitive description: name: url_launcher_ios url: "https://pub.dartlang.org" source: hosted - version: "6.0.13" + version: "6.0.15" url_launcher_linux: dependency: transitive description: name: url_launcher_linux url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "3.0.0" url_launcher_macos: dependency: transitive description: name: url_launcher_macos url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "3.0.0" url_launcher_platform_interface: dependency: transitive description: name: url_launcher_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "2.0.4" + version: "2.0.5" url_launcher_web: dependency: transitive description: name: url_launcher_web url: "https://pub.dartlang.org" source: hosted - version: "2.0.5" + version: "2.0.9" url_launcher_windows: dependency: transitive description: name: url_launcher_windows url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "3.0.0" url_strategy: dependency: "direct main" description: @@ -501,8 +501,8 @@ packages: dependency: "direct main" description: path: "plugins/window_size" - ref: "03d957e8b5c99fc83cd4a781031b154ab3de8753" - resolved-ref: "03d957e8b5c99fc83cd4a781031b154ab3de8753" + ref: HEAD + resolved-ref: "5c51870ced62a00e809ba4b81a846a052d241c9f" url: "https://github.com/google/flutter-desktop-embedding.git" source: git version: "0.1.0" @@ -515,4 +515,4 @@ packages: version: "3.1.0" sdks: dart: ">=2.14.0 <3.0.0" - flutter: ">=2.5.0" + flutter: ">=2.10.0" diff --git a/navigation_and_routing/pubspec.yaml b/navigation_and_routing/pubspec.yaml index a110620fa..bf76f425e 100644 --- a/navigation_and_routing/pubspec.yaml +++ b/navigation_and_routing/pubspec.yaml @@ -18,7 +18,6 @@ dependencies: git: url: https://github.com/google/flutter-desktop-embedding.git path: plugins/window_size - ref: 03d957e8b5c99fc83cd4a781031b154ab3de8753 dev_dependencies: flutter_lints: ^1.0.0 flutter_test: diff --git a/null_safety/null_safe_app/pubspec.lock b/null_safety/null_safe_app/pubspec.lock index f9e9e5214..91b5cc170 100644 --- a/null_safety/null_safe_app/pubspec.lock +++ b/null_safety/null_safe_app/pubspec.lock @@ -174,8 +174,8 @@ packages: dependency: "direct main" description: path: "plugins/window_size" - ref: "03d957e8b5c99fc83cd4a781031b154ab3de8753" - resolved-ref: "03d957e8b5c99fc83cd4a781031b154ab3de8753" + ref: HEAD + resolved-ref: "5c51870ced62a00e809ba4b81a846a052d241c9f" url: "https://github.com/google/flutter-desktop-embedding.git" source: git version: "0.1.0" diff --git a/null_safety/null_safe_app/pubspec.yaml b/null_safety/null_safe_app/pubspec.yaml index 6db71ac2c..dcf3fad70 100644 --- a/null_safety/null_safe_app/pubspec.yaml +++ b/null_safety/null_safe_app/pubspec.yaml @@ -15,7 +15,6 @@ dependencies: git: url: https://github.com/google/flutter-desktop-embedding.git path: plugins/window_size - ref: 03d957e8b5c99fc83cd4a781031b154ab3de8753 dev_dependencies: flutter_test: diff --git a/null_safety/null_unsafe_app/pubspec.lock b/null_safety/null_unsafe_app/pubspec.lock index 5724a4484..6d07d58cb 100644 --- a/null_safety/null_unsafe_app/pubspec.lock +++ b/null_safety/null_unsafe_app/pubspec.lock @@ -174,8 +174,8 @@ packages: dependency: "direct main" description: path: "plugins/window_size" - ref: "03d957e8b5c99fc83cd4a781031b154ab3de8753" - resolved-ref: "03d957e8b5c99fc83cd4a781031b154ab3de8753" + ref: HEAD + resolved-ref: "5c51870ced62a00e809ba4b81a846a052d241c9f" url: "https://github.com/google/flutter-desktop-embedding.git" source: git version: "0.1.0" diff --git a/null_safety/null_unsafe_app/pubspec.yaml b/null_safety/null_unsafe_app/pubspec.yaml index c27cdd0b0..fafb7d447 100644 --- a/null_safety/null_unsafe_app/pubspec.yaml +++ b/null_safety/null_unsafe_app/pubspec.yaml @@ -14,7 +14,6 @@ dependencies: git: url: https://github.com/google/flutter-desktop-embedding.git path: plugins/window_size - ref: 03d957e8b5c99fc83cd4a781031b154ab3de8753 dev_dependencies: flutter_test: diff --git a/place_tracker/pubspec.lock b/place_tracker/pubspec.lock index 526b3b0e8..81f5387e7 100644 --- a/place_tracker/pubspec.lock +++ b/place_tracker/pubspec.lock @@ -113,21 +113,21 @@ packages: name: google_maps_flutter url: "https://pub.dartlang.org" source: hosted - version: "2.1.1" + version: "2.1.2" google_maps_flutter_platform_interface: dependency: transitive description: name: google_maps_flutter_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "2.1.3" + version: "2.1.5" google_maps_flutter_web: dependency: "direct main" description: name: google_maps_flutter_web url: "https://pub.dartlang.org" source: hosted - version: "0.3.2" + version: "0.3.2+1" html: dependency: transitive description: @@ -148,7 +148,7 @@ packages: name: js_wrapping url: "https://pub.dartlang.org" source: hosted - version: "0.7.3" + version: "0.7.4" lints: dependency: transitive description: @@ -163,6 +163,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.12.11" + material_color_utilities: + dependency: transitive + description: + name: material_color_utilities + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.3" meta: dependency: transitive description: @@ -184,20 +191,27 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.8.0" + pedantic: + dependency: transitive + description: + name: pedantic + url: "https://pub.dartlang.org" + source: hosted + version: "1.11.1" plugin_platform_interface: dependency: transitive description: name: plugin_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "2.1.2" provider: dependency: "direct main" description: name: provider url: "https://pub.dartlang.org" source: hosted - version: "5.0.0" + version: "6.0.2" sanitize_html: dependency: transitive description: @@ -258,7 +272,7 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.4.3" + version: "0.4.8" typed_data: dependency: transitive description: @@ -272,7 +286,7 @@ packages: name: uuid url: "https://pub.dartlang.org" source: hosted - version: "3.0.5" + version: "3.0.6" vector_math: dependency: transitive description: diff --git a/place_tracker/pubspec.yaml b/place_tracker/pubspec.yaml index 9d7d412db..d4d64eee9 100644 --- a/place_tracker/pubspec.yaml +++ b/place_tracker/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: cupertino_icons: ^1.0.0 google_maps_flutter: ^2.0.6 google_maps_flutter_web: ^0.3.0+1 - provider: ^5.0.0 + provider: ^6.0.2 uuid: ^3.0.4 dev_dependencies: diff --git a/platform_channels/pubspec.lock b/platform_channels/pubspec.lock index 76fa57f52..25f311b6e 100644 --- a/platform_channels/pubspec.lock +++ b/platform_channels/pubspec.lock @@ -88,6 +88,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.12.11" + material_color_utilities: + dependency: transitive + description: + name: material_color_utilities + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.3" meta: dependency: transitive description: @@ -148,7 +155,7 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.4.3" + version: "0.4.8" typed_data: dependency: transitive description: diff --git a/platform_design/pubspec.lock b/platform_design/pubspec.lock index 0a4632cec..b072817e5 100644 --- a/platform_design/pubspec.lock +++ b/platform_design/pubspec.lock @@ -102,6 +102,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.12.11" + material_color_utilities: + dependency: transitive + description: + name: material_color_utilities + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.3" meta: dependency: transitive description: @@ -162,7 +169,7 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.4.3" + version: "0.4.8" typed_data: dependency: transitive description: diff --git a/platform_view_swift/pubspec.lock b/platform_view_swift/pubspec.lock index c88ce5592..25f311b6e 100644 --- a/platform_view_swift/pubspec.lock +++ b/platform_view_swift/pubspec.lock @@ -49,7 +49,7 @@ packages: name: cupertino_icons url: "https://pub.dartlang.org" source: hosted - version: "0.1.3" + version: "1.0.4" fake_async: dependency: transitive description: @@ -88,6 +88,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.12.11" + material_color_utilities: + dependency: transitive + description: + name: material_color_utilities + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.3" meta: dependency: transitive description: @@ -148,7 +155,7 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.4.3" + version: "0.4.8" typed_data: dependency: transitive description: diff --git a/platform_view_swift/pubspec.yaml b/platform_view_swift/pubspec.yaml index 1016acaa1..c81908100 100644 --- a/platform_view_swift/pubspec.yaml +++ b/platform_view_swift/pubspec.yaml @@ -10,7 +10,7 @@ dependencies: flutter: sdk: flutter - cupertino_icons: ^0.1.3 + cupertino_icons: ^1.0.4 dev_dependencies: flutter_test: diff --git a/provider_counter/pubspec.lock b/provider_counter/pubspec.lock index df5d72d32..5435494f5 100644 --- a/provider_counter/pubspec.lock +++ b/provider_counter/pubspec.lock @@ -122,7 +122,7 @@ packages: name: provider url: "https://pub.dartlang.org" source: hosted - version: "5.0.0" + version: "6.0.2" sky_engine: dependency: transitive description: flutter @@ -188,8 +188,8 @@ packages: dependency: "direct main" description: path: "plugins/window_size" - ref: "03d957e8b5c99fc83cd4a781031b154ab3de8753" - resolved-ref: "03d957e8b5c99fc83cd4a781031b154ab3de8753" + ref: HEAD + resolved-ref: "5c51870ced62a00e809ba4b81a846a052d241c9f" url: "https://github.com/google/flutter-desktop-embedding.git" source: git version: "0.1.0" diff --git a/provider_counter/pubspec.yaml b/provider_counter/pubspec.yaml index ee2db2528..f5bac73cc 100644 --- a/provider_counter/pubspec.yaml +++ b/provider_counter/pubspec.yaml @@ -12,13 +12,12 @@ dependencies: flutter: sdk: flutter - provider: ^5.0.0 + provider: ^6.0.2 cupertino_icons: ^1.0.3 window_size: git: url: https://github.com/google/flutter-desktop-embedding.git path: plugins/window_size - ref: 03d957e8b5c99fc83cd4a781031b154ab3de8753 dev_dependencies: flutter_test: diff --git a/provider_shopper/pubspec.lock b/provider_shopper/pubspec.lock index be47c9280..36a527d69 100644 --- a/provider_shopper/pubspec.lock +++ b/provider_shopper/pubspec.lock @@ -108,14 +108,14 @@ packages: name: path url: "https://pub.dartlang.org" source: hosted - version: "1.8.1" + version: "1.8.0" provider: dependency: "direct main" description: name: provider url: "https://pub.dartlang.org" source: hosted - version: "5.0.0" + version: "6.0.2" sky_engine: dependency: transitive description: flutter @@ -162,7 +162,7 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.4.9" + version: "0.4.8" typed_data: dependency: transitive description: @@ -181,8 +181,8 @@ packages: dependency: "direct main" description: path: "plugins/window_size" - ref: "03d957e8b5c99fc83cd4a781031b154ab3de8753" - resolved-ref: "03d957e8b5c99fc83cd4a781031b154ab3de8753" + ref: HEAD + resolved-ref: "5c51870ced62a00e809ba4b81a846a052d241c9f" url: "https://github.com/google/flutter-desktop-embedding.git" source: git version: "0.1.0" diff --git a/provider_shopper/pubspec.yaml b/provider_shopper/pubspec.yaml index 13cfc8226..58bbcc03f 100644 --- a/provider_shopper/pubspec.yaml +++ b/provider_shopper/pubspec.yaml @@ -12,14 +12,13 @@ dependencies: sdk: flutter # Import the provider package. - provider: ^5.0.0 + provider: ^6.0.2 # plugin is not yet part of the flutter framework window_size: git: url: https://github.com/google/flutter-desktop-embedding.git path: plugins/window_size - ref: 03d957e8b5c99fc83cd4a781031b154ab3de8753 dev_dependencies: flutter_test: diff --git a/provider_shopper/windows/flutter/generated_plugins.cmake b/provider_shopper/windows/flutter/generated_plugins.cmake index ff2147b2c..154f23857 100644 --- a/provider_shopper/windows/flutter/generated_plugins.cmake +++ b/provider_shopper/windows/flutter/generated_plugins.cmake @@ -6,9 +6,6 @@ list(APPEND FLUTTER_PLUGIN_LIST window_size ) -list(APPEND FLUTTER_FFI_PLUGIN_LIST -) - set(PLUGIN_BUNDLED_LIBRARIES) foreach(plugin ${FLUTTER_PLUGIN_LIST}) @@ -17,8 +14,3 @@ foreach(plugin ${FLUTTER_PLUGIN_LIST}) list(APPEND PLUGIN_BUNDLED_LIBRARIES $) list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${plugin}_bundled_libraries}) endforeach(plugin) - -foreach(ffi_plugin ${FLUTTER_FFI_PLUGIN_LIST}) - add_subdirectory(flutter/ephemeral/.plugin_symlinks/${ffi_plugin}/windows plugins/${ffi_plugin}) - list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${ffi_plugin}_bundled_libraries}) -endforeach(ffi_plugin) diff --git a/simplistic_calculator/pubspec.lock b/simplistic_calculator/pubspec.lock index 27d17a1d4..f59cdc10e 100644 --- a/simplistic_calculator/pubspec.lock +++ b/simplistic_calculator/pubspec.lock @@ -77,7 +77,7 @@ packages: name: fluentui_system_icons url: "https://pub.dartlang.org" source: hosted - version: "1.1.161" + version: "1.1.162" flutter: dependency: "direct main" description: flutter @@ -89,7 +89,7 @@ packages: name: flutter_layout_grid url: "https://pub.dartlang.org" source: hosted - version: "1.0.3" + version: "1.0.6" flutter_lints: dependency: "direct dev" description: @@ -259,7 +259,7 @@ packages: description: path: "plugins/window_size" ref: HEAD - resolved-ref: a738913c8ce2c9f47515382d40827e794a334274 + resolved-ref: "5c51870ced62a00e809ba4b81a846a052d241c9f" url: "https://github.com/google/flutter-desktop-embedding" source: git version: "0.1.0" diff --git a/testing_app/pubspec.lock b/testing_app/pubspec.lock index 5ad1061a5..ad9ce18e3 100644 --- a/testing_app/pubspec.lock +++ b/testing_app/pubspec.lock @@ -167,7 +167,7 @@ packages: name: http_multi_server url: "https://pub.dartlang.org" source: hosted - version: "3.0.1" + version: "3.2.0" http_parser: dependency: transitive description: @@ -193,7 +193,7 @@ packages: name: js url: "https://pub.dartlang.org" source: hosted - version: "0.6.3" + version: "0.6.4" lints: dependency: transitive description: @@ -215,6 +215,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.12.11" + material_color_utilities: + dependency: transitive + description: + name: material_color_utilities + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.3" meta: dependency: transitive description: @@ -257,20 +264,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.8.0" - pedantic: - dependency: transitive - description: - name: pedantic - url: "https://pub.dartlang.org" - source: hosted - version: "1.11.1" platform: dependency: transitive description: name: platform url: "https://pub.dartlang.org" source: hosted - version: "3.0.2" + version: "3.1.0" pool: dependency: transitive description: @@ -291,14 +291,14 @@ packages: name: provider url: "https://pub.dartlang.org" source: hosted - version: "5.0.0" + version: "6.0.2" pub_semver: dependency: transitive description: name: pub_semver url: "https://pub.dartlang.org" source: hosted - version: "2.1.0" + version: "2.1.1" shelf: dependency: transitive description: @@ -394,21 +394,21 @@ packages: name: test url: "https://pub.dartlang.org" source: hosted - version: "1.17.12" + version: "1.19.5" test_api: dependency: transitive description: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.4.3" + version: "0.4.8" test_core: dependency: transitive description: name: test_core url: "https://pub.dartlang.org" source: hosted - version: "0.4.2" + version: "0.4.9" typed_data: dependency: transitive description: @@ -429,7 +429,7 @@ packages: name: vm_service url: "https://pub.dartlang.org" source: hosted - version: "7.3.0" + version: "7.5.0" watcher: dependency: transitive description: @@ -466,5 +466,5 @@ packages: source: hosted version: "3.1.0" sdks: - dart: ">=2.14.0 <3.0.0" + dart: ">=2.16.0-100.0.dev <3.0.0" flutter: ">=1.16.0" diff --git a/testing_app/pubspec.yaml b/testing_app/pubspec.yaml index 3469a1750..c53c17913 100644 --- a/testing_app/pubspec.yaml +++ b/testing_app/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: sdk: flutter cupertino_icons: ^1.0.3 - provider: ^5.0.0 + provider: ^6.0.2 dev_dependencies: integration_test: diff --git a/veggieseasons/pubspec.lock b/veggieseasons/pubspec.lock index fc2d87ed7..8d9ef1460 100644 --- a/veggieseasons/pubspec.lock +++ b/veggieseasons/pubspec.lock @@ -7,7 +7,7 @@ packages: name: archive url: "https://pub.dartlang.org" source: hosted - version: "3.1.8" + version: "3.2.2" args: dependency: transitive description: @@ -134,7 +134,7 @@ packages: name: image url: "https://pub.dartlang.org" source: hosted - version: "3.1.0" + version: "3.1.3" intl: dependency: "direct main" description: @@ -197,21 +197,21 @@ packages: name: path_provider_linux url: "https://pub.dartlang.org" source: hosted - version: "2.1.4" + version: "2.1.5" path_provider_platform_interface: dependency: transitive description: name: path_provider_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "2.0.1" + version: "2.0.3" path_provider_windows: dependency: transitive description: name: path_provider_windows url: "https://pub.dartlang.org" source: hosted - version: "2.0.4" + version: "2.0.5" petitparser: dependency: transitive description: @@ -232,7 +232,7 @@ packages: name: plugin_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "2.1.2" process: dependency: transitive description: @@ -253,35 +253,35 @@ packages: name: shared_preferences url: "https://pub.dartlang.org" source: hosted - version: "2.0.11" + version: "2.0.13" shared_preferences_android: dependency: transitive description: name: shared_preferences_android url: "https://pub.dartlang.org" source: hosted - version: "2.0.9" + version: "2.0.11" shared_preferences_ios: dependency: transitive description: name: shared_preferences_ios url: "https://pub.dartlang.org" source: hosted - version: "2.0.8" + version: "2.1.0" shared_preferences_linux: dependency: transitive description: name: shared_preferences_linux url: "https://pub.dartlang.org" source: hosted - version: "2.0.3" + version: "2.1.0" shared_preferences_macos: dependency: transitive description: name: shared_preferences_macos url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "2.0.3" shared_preferences_platform_interface: dependency: transitive description: @@ -295,14 +295,14 @@ packages: name: shared_preferences_web url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "2.0.3" shared_preferences_windows: dependency: transitive description: name: shared_preferences_windows url: "https://pub.dartlang.org" source: hosted - version: "2.0.3" + version: "2.1.0" sky_engine: dependency: transitive description: flutter @@ -370,7 +370,7 @@ packages: name: win32 url: "https://pub.dartlang.org" source: hosted - version: "2.3.3" + version: "2.4.1" window_size: dependency: "direct main" description: @@ -386,7 +386,7 @@ packages: name: xdg_directories url: "https://pub.dartlang.org" source: hosted - version: "0.2.0" + version: "0.2.0+1" xml: dependency: transitive description: @@ -402,5 +402,5 @@ packages: source: hosted version: "3.1.0" sdks: - dart: ">=2.14.0 <3.0.0" - flutter: ">=2.5.0" + dart: ">=2.15.0 <3.0.0" + flutter: ">=2.8.0" diff --git a/web/charts/pubspec.lock b/web/charts/pubspec.lock index bfa7a9881..235e7f97d 100644 --- a/web/charts/pubspec.lock +++ b/web/charts/pubspec.lock @@ -69,6 +69,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.0.2" + material_color_utilities: + dependency: transitive + description: + name: material_color_utilities + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.3" meta: dependency: "direct main" description: diff --git a/web/github_dataviz/pubspec.lock b/web/github_dataviz/pubspec.lock index 0d457a65f..418621050 100644 --- a/web/github_dataviz/pubspec.lock +++ b/web/github_dataviz/pubspec.lock @@ -76,6 +76,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.0.1" + material_color_utilities: + dependency: transitive + description: + name: material_color_utilities + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.3" meta: dependency: transitive description: @@ -101,7 +108,7 @@ packages: name: source_span url: "https://pub.dartlang.org" source: hosted - version: "1.8.1" + version: "1.8.2" string_scanner: dependency: transitive description: diff --git a/web/particle_background/pubspec.lock b/web/particle_background/pubspec.lock index c19df4d4c..5a377460f 100644 --- a/web/particle_background/pubspec.lock +++ b/web/particle_background/pubspec.lock @@ -34,6 +34,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.0.1" + material_color_utilities: + dependency: transitive + description: + name: material_color_utilities + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.3" meta: dependency: transitive description: diff --git a/web/samples_index/pubspec.yaml b/web/samples_index/pubspec.yaml index 783fda3f9..5ce93c658 100644 --- a/web/samples_index/pubspec.yaml +++ b/web/samples_index/pubspec.yaml @@ -17,7 +17,7 @@ dev_dependencies: grinder: ^0.9.0 flutter_lints: ^1.0.0 test: ^1.17.10 - json_serializable: ^4.0.2 + json_serializable: ^6.1.5 build: ^2.0.3 build_runner: ^2.0.6 build_web_compilers: ^3.0.0