From ca54f57005ab4a8df451de1a13d7d0179997bb18 Mon Sep 17 00:00:00 2001 From: Gustl22 Date: Fri, 14 Aug 2026 18:45:23 +0200 Subject: [PATCH] refactor: Remove all pub entries for analysis_defaults --- federated_plugin/federated_plugin/example/pubspec.yaml | 2 -- federated_plugin/federated_plugin/pubspec.yaml | 2 -- federated_plugin/federated_plugin_macos/pubspec.yaml | 2 -- .../federated_plugin_platform_interface/pubspec.yaml | 2 -- federated_plugin/federated_plugin_web/pubspec.yaml | 2 -- federated_plugin/federated_plugin_windows/pubspec.yaml | 2 -- varfont_shader_puzzle/pubspec.yaml | 2 -- veggieseasons/pubspec.yaml | 2 -- web_dashboard/pubspec.yaml | 2 -- 9 files changed, 18 deletions(-) diff --git a/federated_plugin/federated_plugin/example/pubspec.yaml b/federated_plugin/federated_plugin/example/pubspec.yaml index 03bea4d1..228b2265 100644 --- a/federated_plugin/federated_plugin/example/pubspec.yaml +++ b/federated_plugin/federated_plugin/example/pubspec.yaml @@ -15,8 +15,6 @@ dependencies: cupertino_icons: ^1.0.2 dev_dependencies: - analysis_defaults: - path: ../../../../analysis_defaults flutter_test: sdk: flutter diff --git a/federated_plugin/federated_plugin/pubspec.yaml b/federated_plugin/federated_plugin/pubspec.yaml index b2685424..11643b3d 100644 --- a/federated_plugin/federated_plugin/pubspec.yaml +++ b/federated_plugin/federated_plugin/pubspec.yaml @@ -20,8 +20,6 @@ dependencies: path: ../federated_plugin_macos dev_dependencies: - analysis_defaults: - path: ../../../analysis_defaults flutter_test: sdk: flutter diff --git a/federated_plugin/federated_plugin_macos/pubspec.yaml b/federated_plugin/federated_plugin_macos/pubspec.yaml index 8eaef2b7..ecb86408 100644 --- a/federated_plugin/federated_plugin_macos/pubspec.yaml +++ b/federated_plugin/federated_plugin_macos/pubspec.yaml @@ -11,8 +11,6 @@ dependencies: sdk: flutter dev_dependencies: - analysis_defaults: - path: ../../../analysis_defaults flutter_test: sdk: flutter diff --git a/federated_plugin/federated_plugin_platform_interface/pubspec.yaml b/federated_plugin/federated_plugin_platform_interface/pubspec.yaml index 11bbb865..f3e87e21 100644 --- a/federated_plugin/federated_plugin_platform_interface/pubspec.yaml +++ b/federated_plugin/federated_plugin_platform_interface/pubspec.yaml @@ -12,7 +12,5 @@ dependencies: plugin_platform_interface: ^2.0.2 dev_dependencies: - analysis_defaults: - path: ../../../analysis_defaults flutter_test: sdk: flutter diff --git a/federated_plugin/federated_plugin_web/pubspec.yaml b/federated_plugin/federated_plugin_web/pubspec.yaml index 42f574ab..dd7a2dbf 100644 --- a/federated_plugin/federated_plugin_web/pubspec.yaml +++ b/federated_plugin/federated_plugin_web/pubspec.yaml @@ -16,8 +16,6 @@ dependencies: web: ^1.1.0 dev_dependencies: - analysis_defaults: - path: ../../../analysis_defaults flutter_test: sdk: flutter integration_test: diff --git a/federated_plugin/federated_plugin_windows/pubspec.yaml b/federated_plugin/federated_plugin_windows/pubspec.yaml index bc67592e..5dd26221 100644 --- a/federated_plugin/federated_plugin_windows/pubspec.yaml +++ b/federated_plugin/federated_plugin_windows/pubspec.yaml @@ -11,8 +11,6 @@ dependencies: sdk: flutter dev_dependencies: - analysis_defaults: - path: ../../../analysis_defaults flutter_test: sdk: flutter diff --git a/varfont_shader_puzzle/pubspec.yaml b/varfont_shader_puzzle/pubspec.yaml index b0f032ed..439af98f 100644 --- a/varfont_shader_puzzle/pubspec.yaml +++ b/varfont_shader_puzzle/pubspec.yaml @@ -12,8 +12,6 @@ dependencies: google_fonts: ^6.0.0 dev_dependencies: - analysis_defaults: - path: ../../analysis_defaults flutter_test: sdk: flutter diff --git a/veggieseasons/pubspec.yaml b/veggieseasons/pubspec.yaml index cd87de0e..feead16a 100644 --- a/veggieseasons/pubspec.yaml +++ b/veggieseasons/pubspec.yaml @@ -24,8 +24,6 @@ dependencies: go_router: ^16.0.0 dev_dependencies: - analysis_defaults: - path: ../analysis_defaults flutter_test: sdk: flutter flutter_launcher_icons: ^0.14.0 diff --git a/web_dashboard/pubspec.yaml b/web_dashboard/pubspec.yaml index 38c4b899..f14d3e14 100644 --- a/web_dashboard/pubspec.yaml +++ b/web_dashboard/pubspec.yaml @@ -22,8 +22,6 @@ dependencies: uuid: ^4.0.0 dev_dependencies: - analysis_defaults: - path: ../../analysis_defaults build_runner: ^2.1.0 flutter_test: sdk: flutter